|
EVORXCON('cmd','var'[,'HC'][,'consname'][,'NR'][,'MAXSIZE=max'][,'RCA'])
command An MVS console command
returnmsg A 1 to 17 character variable name that will be used as a compound variable containing any response message(s) to the command
'HC' ”Hard Copy”: An optional third parameter which will cause the MVS command and response to be written to the hardcopy log.
consname An optional name to be used when initializing the extended console. The name must be 1-8 uppercase alphanumeric characters. If no name is given or an invalid name is specified, the name is set to the default name of "EVORXCON". If this parameter is to be specified, then the third parameter must also be specified, even if only with a null value (two consecutive commas). See the second example below.
'NR' ”No Response”: An optional parameter which will cause the EVORXCON to return without waiting for any response message(s) from the command.
'MAXSIZE=max' An optional parameter to define the maximum memory size (in bytes) to be allocated to hold the command's response messages. If not specified, the default memory allocation is 56 Kbytes.
|