book
Article ID: 115697
calendar_today
Updated On:
Products
Output Management Document Viewer
Deliver
View
Output Management Web Viewer
Issue/Introduction
Use this JCL if CA Support asks you for a copy of your text report to reproduce a problem.
Resolution
//XXXXXXXX JOB ...
//SARBCH EXEC PGM=SARBCH,PARM='view_hlq' <=== Modify DB name
//STEPLIB DD DISP=SHR,DSN=VIEW.CVDELOAD <=== Modify, if used
//SYSPRINT DD SYSOUT=*
//REPORT DD SYSOUT=*
//yyyyyyyy DD DSN=xxxxxx.xxxxxx.xxxxxx,
// DISP=(MOD,CATLG,DELETE),
// UNIT=xxxx,VOL=SER=xxxxxx,
// DCB=(RECFM=FB,LRECL=133,BLKSIZE=13300),
// SPACE=(CYL,(nn,nn),RLSE)
//SYSIN DD *
/LOAD ID=xxxxxxxxxxxx GEN=nnnn SEQ=nnnn DDNAME=yyyyyyyy
/*
//