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 |
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
How can an in-stream dataset be terminated?
which parameter is used to check the syntax of a jcl without executing it?
What is job control language?
How to copy one PS file to multiple PS files with same data?
In job processing, what happens in conversion stage?
How to Enter The Spool Area In Real Time?
Is automatic restart possible in jcl?
what is the use of temporary files?
Explain how can values be passed from the job stream to an executable program?
how many types of sorts are there in jcl?