On Tue, Apr 17, 2012 at 10:15 PM, Jake anderson <[email protected]> wrote: > Hello , > > "If you bring the datasets up in ISPF 3.4, just type a U in front of the > DSN(s) and when that completes, type a C" > > Are there any sample JCLs which would perform the above stuff at once for > all 214 datasets. > > Jake >
//jobname JOB acct, etc //stepname EXEC PGM=IEFBR14 //UDSN1 DD DISP=(OLD,UNCATLG).DSN=hlq1.dsn1 //CDSN1 DD UNIT=3390,VOL=SER=vvvvvv,DISP=(OLD,CATLG),DSN=hlq1.dsn1 Just typed, not tested. Cut and paste from 3.4 listing, or in 3.4 use P command and exit to save the list and use the next number. -- Mike A Schwab, Springfield IL USA Where do Forest Rangers go to get away from it all? ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN

