How to change the output PDS member name in JCLNEAT
search cancel

How to change the output PDS member name in JCLNEAT

book

Article ID: 236861

calendar_today

Updated On:

Products

JCLCheck Workload Automation

Issue/Introduction

When running JCLNeat, the output PDS member name is the same as input member name by default.   Is there any way to change the output PDS member name? 

 

Environment

Release : 12.0

Component : JCLCheck Workload Automation

Resolution

Use runtime option OUTLIB=SEQ, and allocate DD name SEQOUT to the desired PDS member name. 

Example:  

//SEQOUT DD DISP=SHR,DSN=pdslib(member)

This method works only for one member.