|
CATEGORY: PROGRAMMING TYPE: MACRO IMS VERSION: ALL PLATFORM: ALL
The CLREAD command can be used in two ways: 1.Looking for a specific command 2.Reading ahead without looking for a specific command The control of the two options is done by the 1st parameter in the command. if the first parameter is zero (0) the second option is used
1. A = CLREAD("SPINDL/*",,,,,,) Find SPINDL command 2. A = CLREAD(0,......) Read ahead any number of apt lines
Back to Frequently Asked Questions
|