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?
Release : 12.0
Component : JCLCheck Workload Automation
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.