Macro Operands
name QENVR KEYS=(element name,...,...)
[,DEFFBL=-nn|50-]
[,TPNAMES=(name,...,...)]
is the name of the generated CSECT. The default name is JSIQENVR.
specifies, in a sublist, the element names on which the ADABAS log records are to be sorted and summarized. Valid element names are: JOBNAME, USERID, CMDCODE, and FILENUM.
specifies the default format buffer length in case you run ADABAS with LOGCB=NO.
specifies, in a sublist, the job name(s) for the teleprocessing monitor(s) used at your installation(s).
Usage Notes:
The following is a sample Environment Table that you can modify and assemble. It is included as member JSIQENVR in the source library. The load module name for the Environment Table must be QENVR.
JSIQENVR QENVR KEYS=(JOBNAME,USERID,CMDCODE), *
DEFFBL=50, *
TPNAMES=COMPLETE
*
END
| Copyright © 2012 CA. All rights reserved. |
|