What DCB and Allocation should be used in the //SYSPRINT DD of the OPSSLGP Proc?
search cancel

What DCB and Allocation should be used in the //SYSPRINT DD of the OPSSLGP Proc?

book

Article ID: 117832

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction



What DCB and allocation parameters should be used in the //SYSPRINT DD of the OPSSLGP procedure?
 

Environment

OPS/MVS all releases

Resolution

For the sample proc OPSSLGP to "pre-allocate a dataset for the SYSPRINT DD and route messages destined to SYSPRINT to the dataset", the suggestions for dataset HLQ.OPS.SLGOUT are:

 . DCB: RECFM=VB LRECL=137 BLKSIZE=882
 . Allocation: CYL(1,1)

Note: The dataset would be best as a temporary dataset.