CSLULOPT: including format identifiers in command responses
By issuing the CSLULOPT request, you can specify whether a command response should contain format IDs. Automated operator programs (AOPs) use format identifiers (FID) to identify the record format of specific lines of a command response.
Invoke CSLULOPT before you issue the IMS operator command. The setting you select on CSLULOPT is in effect for this REXX program until you explicitly change it.
- F
- Specifies an output option. The possible options are:
- BYCOL
- Group lines by column.
- BYRSC
- Group lines by resource.
- WRAP
- Wrap individual lines (default).
- FID
- Specifies that the command response includes the FID. The default is FID.
- LRECL
- Specifies the logical record length as a numeric value.
- NOFID
- Specifies that the command response does not include the FID.
- MYVAR
- A variable that you can specify that contains the return code.