Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

CA Products :: RE: Copying Panvalet members to PDS

$
0
0
Author: Nic Clouston
Posted: Tue Mar 14, 2017 3:47 pm (GMT 5.5)

Here is some skeleton JCL to give you an idea...
Code:
//jobname JOB jobcard details...
//STEP EXEC PGM= your program to do the conversion
//INPUT DD DSN=your input data set,....
//OUTPUT DD DSN=your output data set,...
// any other DDnames required by your program
//

Of course, INPUT and OUTPUT DDnames should be replaced by whatever your program requires.
_________________
Regards
Nic


Viewing all articles
Browse latest Browse all 8500

Trending Articles