How to copy VSAM files without using REPRO

Answers were Sorted based on User's Feedback



How to copy VSAM files without using REPRO..

Answer / divya

Using fileaid.

Is This Answer Correct ?    5 Yes 0 No

How to copy VSAM files without using REPRO..

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 to copy VSAM files without using REPRO..

Answer / arun kumar

Using Sort we can copy the data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

0 Answers   IBM,


Explain about LMMFIND - find a library member

1 Answers  


which are the parameters mandatory in job card ?

4 Answers   Accenture,


explain concatinating datasets?

1 Answers  


Explain about LMQUERY�give a dialog information about a data set

0 Answers  


We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?

2 Answers   CTS, IBM,


Where & How Do You Code Identifier In Jcl?

0 Answers   IBM,


How Can we see all generations of a GDG ?

3 Answers   Polaris,


How to empty the records in jcl

1 Answers  


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

0 Answers   IBM,


How many instream we can write in single jcl?

1 Answers  


WORKING-STORAGE SECTION. 1 GROUP-ITEM. 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50. 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP. PROCEDURE DIVISION. MOVE ZERO TO GROUP-ITEM. ADD 50 TO AMOUNT-1. DISPLAY AMOUNT-1. STOP RUN.

1 Answers  


Categories