Enhanced Procedure Mode

*002 select=par [; select=par ....... ; select=par ]

select Keyword, or abbreviation, for a selection mask field. CFS will substitute spaces as parameter values for those keywords not specified.

par Value for the respective Selection mask field.

Between a parameter value and another keyword, a semicolon is to be used as a separator character.

Only the first 80 bytes of each input record will be evaluated. If an input record is longer than 80 bytes, or if it is required to spread the record over many lines to help readability, a continuation character, "-", must appear in the last position. There is no limit on the number of continuation characters that may be used.

All input following a *002 record (commands and Connection input) will be passed directly to the program, i.e. without header. The next record to provide CFS with data for the Selection mask must be prefixed with the *002 header.

Notes:

*001 and *002 type records may not appear in the same CFS procedure, i.e. basic and enhanced procedure modes may not be mixed.

Enhanced procedure mode offers many additional procedure statements. These will discussed in detail later.

If &(jv-name) appears anywhere in a CFS procedure record, then CFS will substitute the current contents of the Job variable at that point.