What is the difference between IEBGENER, IEBCOPY and REPRO
in IDCAMS utility?
Answer Posted / charu
REPRO - This is mainly used for copying from PS file to
VSAM data set or from VSAM dataset to another VSAM dataset.
Is This Answer Correct ? | 79 Yes | 9 No |
Post New Answer View All Answers
is there any way to execute more than one proc in the same exec statement at the same time..?
which utility is used to sort a file in jcl?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
How can unused space allocation be returned to the system when a dataset is closed?
how JCL works?
Explain how can return codes be tested before execution of a job step?
i want to store 20 digits . how will u do it in cobol ?
WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375
What parameter of the job statement is used to limit the cpu time consumed by the job?
What is condition checking in jcl? Is this possible?
what is DD statement is used in JCL?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
What is the significance of addrspc parameter in the exec statement?
What are the rules employed while naming the steps in a job?
What is the function of the dd avgrec keyword in sms datasets?