Important: This option is for z/OS systems only.
When using one-step JCL, theOUTDD option changes the ddname used for the report output from the output phase (CULE). This option would be used to separate the report output from the listings and diagnostic messages of the CA Culprit run.
OUTDD= (ddname,00,' ',00)
Specifies the ddname to which the CULE step output is to be changed. If not specified, the dddname defaults to blanks and the SYS004 specification will be used.
If specified, a new DD statement must be added to the jcl to describe the ddname. The new DD statement must contain DCB=BLKSIZZE information or the job will abend with an S013. All reports in the same CA Culprit run will be written out to the new ddname unless a special file-type indicator (PS, IS, or NS) is specified on the output card
At some point after the completion of the CA Culprit installation, you might have to modify the default Profile options.
You can create a profile module using the CULMPROF macro. Link the result into your custom load library as a stand-alone module named CULPPROF. Culprit dynamically loads this module at runtime.
To create a Culprit profile module in z/OS, execute the z/OS Assemble and Link-edit JCL. Before you execute the JCL, substitute the name of your CULPPROF source member and insert the following binder statements:
SETOPT PARM(AMODE=24,RMODE=24) NAME CULPPROF(R)
To create a Culprit profile module in z/VSE, execute the z/VSE Assemble and Link-edit JCL. Before you execute the JCL, substitute the name of your CULPPROF source member and insert the following link-edit statements:
PHASE CULPPROF,* INCLUDE CULPPROF
|
Copyright © 2014 CA.
All rights reserved.
|
|