Changing the SYSPRINT output of program DDTRSLM to a new DD
search cancel

Changing the SYSPRINT output of program DDTRSLM to a new DD

book

Article ID: 17987

calendar_today

Updated On:

Products

Datacom Datacom/AD Datacom/DB

Issue/Introduction

When migrating entities with DDTRSLM and calling it from some other product like SCLM (Software Configuration and Library Manager) the output for both products go to SYSPRINT. How can output from DDTRSLM be changed to go to a different DD name instead?

Environment

 

 

Resolution

The DDNAMEs used by DDTRSLM are specified in the VPE File Table DDVPEFT. The DDVPEFT source is in the CABDSAMP library. Modify the DDVPEFT source to use a different DDNAME for the label SYSPRINT, then assemble and link it into a load module called DDVPEFT. For example, to change it to SYSPRT code the macro like this:

----+----1----+----2----+----3----+----4----+----5----+----6----+----7---
SYSPRINT
ROSFD DDNAME=SYSPRT,ACCMETH=SEQ,RECFM=FBA,LRECL=121, X BLKSIZE=0,PRODUCT=IGN                                          

Note that other programs use DDVPEFT as well so you should create a custom DDVPEFT for use by DDTRSLM only.

Place the custom DDVPEFT higher than the Datacom CUSLIB in the STEPLIB concatenation when executing DDTRSLM.

Additional Information

As always, please contact Broadcom support for Datacom if you have further questions.