z/OS TSO/E Programming Services
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Passing flags to the Command Scan Service Routine

z/OS TSO/E Programming Services
SA32-0973-00

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.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014