In sms datasets, what is the function of the dd avgrec keyword?
No Answer is Posted For this Question
Be the First to Post Answer
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
how to edit a tape dataset ? asked in wipro
Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.
Can you give the sort card to arrange the specific column in the version of GDG.
What are three major types of JCL statements? What are their functions?
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
Hi, Say I have 10 flat files and I want to copy all these 10 flat files to a GDG versions flat files (I have GDG base: FDWS01.TEST.RESTORE) in one shot. Can we do that in one shot using a JCL. May be by using IEBGENER. It's a bit urgent. So anyone's fast rely would be appreciated.. Thanks in advance.. 10 flat files ----------------------------------- FDWS01.SUB.RESTORE1 FDWS01.SUB.RESTORE2 FDWS01.SUB.RESTORE3 ; ; FDWS01.SUB.RESTORE10 TO GDG versions ----------------------- FDWS01.TEST.RESTORE.G0001V00 FDWS01.TEST.RESTORE.G0002V00 FDWS01.TEST.RESTORE.G0003V00 ; ; FDWS01.TEST.RESTORE.G0010V00
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
MOD, DELETE; What does a disposition of (,DELETE) mean ?
What is the motivation behind coding class parameter in job statement?
Name the system library from which modules are retrieved at execution