How to copy VSAM files without using REPRO
Answers were Sorted based on User's Feedback
Answer / gourav bibhor
//jobcard
//STEP1 DD EXEC PGM=IDCAMS
//SYSIN DD *
REPRO IDS(FILENAMEOFSORCE)-
ODS(FILENAMEOFDESTINATION)
/*
//SYSOUT DD DSN=*
//SYSPRINT DD DSN=*
| Is This Answer Correct ? | 3 Yes | 2 No |
how can i use the parameters decalred in main pgm in sub pgm
Can we give two user name in NOTIFY parameter in JOBCARD
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
What is Backward Referencing ?
Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ?
What are the 2 types of parameters in dd statement?
can i sort packed decimal if i can tell the syntax
suppose i have 10 job steps and i want to execute only step 6.How to write?
What all are the changes to be made in JCL so as to do testing?
What are the 4 fields in dd statement?
If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
Name a few IBM utility programs, and explain its function.