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

JCL & VSAM :: RE: copy SEQ to PDS and create stats

$
0
0
Author: steve-myers
Posted: Fri Apr 28, 2017 7:51 am (GMT 5.5)

I suspect Jerryte is thinking about something like this -
Code:
//F       EXEC PGM=COPYSTAT                               
//SYSPRINT DD  SYSOUT=*                                   
//SYSUT1   DD  *                                         
IEFBR14  RSECT                                           
IEFBR14  AMODE 31                                         
IEFBR14  RMODE ANY                                       
         SR    15,15                                     
         BR    14                                         
         END   IEFBR14                                   
//SYSUT2   DD  DISP=OLD,DSN=&SYSUID..COPYSTAT.PDS(IEFBR14)


Viewing all articles
Browse latest Browse all 8500

Trending Articles