Passing flags to the command scan service routine
The fourth word of the CSPL, CSPLFLG, is a flag word that your command processor must build in subpool 1 in an area that the command processor obtains by issuing the GETMAIN macro instruction. Command scan uses only the first byte of the field.
Your command processor must set the flag byte before invoking the command scan service routine to indicate whether you want the command to be syntax checked. The flag byte has the following meanings:
| Value | Meaning |
|---|---|
| X'00' | Syntax check the command name. |
| X'80' | Do not syntax check the command name. |
After your command processor invokes the command scan service routine, it should free the area obtained for the flag field.