This section provides an overview of the SYSPARMS command.
Use the SYSPARMS command to generate System Parameter reports. This command replaces the SYSPRMDD card. You can still use the SYSPRMDD in existing jobs, but not concurrently with the SYSPARMS command.
(1) .-TRACE subcommand------. >>-SYSPARMS--+-----------------------+------------------------->< | (2) | '-FILE subcommand-------'
The subcommands are described in detail, together with their various options, in the following sections.
The following is a sample of the JCL required to produce SYSPARMS reports and traces. See DD statements for descriptions of the DD statements.
//SYSPBTCH JOB ,MSGCLASS=X,CLASS=A,NOTIFY=USER1,REGION=0M //* -------------------------------------------------- //* BATCH SYSTEM PARAMETERS JCL. //* -------------------------------------------------- //PEMAIN EXEC PGM=FPECMAIN //STEPLIB DD DSN=FPE.FPLIB.RKANMOD,DISP=SHR //* ---------------------------------------- //INPUTDD DD DISP=SHR,DSN=DEA.DPMOUT.V8I106 //SYSOUT DD SYSOUT=* //SYSPRINT DD SYSOUT=* //DPMLOG DD SYSOUT=* //JOBSUMDD DD SYSOUT=* //SYSUDUMP DD SYSOUT=* //* FOLLOWING ARE REPORT AND FILE DD NAMES //SYFILDD1 DD SYSOUT=* -> Used for FILE //SYTRCDD1 DD SYSOUT=* -> Used for TRACE //* ---------------------------------------- //SYSIN DD * SYSPARMS TRACE FILE EXEC /*
The OMEGAMON XE for DB2 PE command language shown in this section is not appropriate in all circumstances. You must modify it to meet your requirements.
Most of the DD statements with a SYSOUT destination do not have to be specified because they are dynamically allocated by OMEGAMON XE for DB2 PE. See the individual DD statement descriptions for more information.