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 |
what will be the error code if duplicate key of VSAM file is found?
what's the significance of freespace(0 0) and freespace(100 100)
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
What it does If we specify TYPRUN=P & it is not substituted by SCAN 0r HOLD in VALUE SET.
How do you submit a JCL under CICS environment ?
what is the COND=EVEN ? Can anyone give me an example to explain the usage.
Can we call instream to catalog and catalog to instream?
1) max no of steps with jcl job can execute 2) how many extentions r possible in sequencial files with job 3) what is set parameter will do 4)how to get syntax errors without sub 5) what is differ between error and abend 6) hw mvs knows who submitted the job and whoom it has to forward 7) what are the positinal parameters of data descripter
What are s0c1, s0c4, s0c5, s0c7 and socb?
how to run JCL thru COBOL.
What is the maximum length of a single line of jcl?
I have a PDS and want to omit few rows of all members of a PDS. How to do it?