What are the rules employed while naming the steps in a job?
No Answer is Posted For this Question
Be the First to Post Answer
Current version of GDG is ID.GDG.FILE.G0001V00. JCL has procedure with 2 steps like below, What will be the output file name in each step ? PROC starts Step 1 has ID.GDG.FILE(+1) Step2 has ID.GDG.FILE(+4) PEND Similarly, JCL has 2 steps in 2 separate procedure. What will be the output file names here ? PROC starts Step 1 has ID.GDG.FILE(+1) PEND PROC1 starts Step2 has ID.GDG.FILE(+4) PEND
Which storage devices are grouped under DASD and SYSDA ?
How to delete generations of gdg without deleting gdg base?
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?
What is DISP= (NEW,PASS,DELETE)?
Hi, I have a requirement File A : I have 6 records out of which 4 are same. File B: I have 8 records out of 6 records are same. The 4 records in FILEA and 6 records in FILE B are same. If we substract we will get two records, I need these two records in output file This is because to remove the duplicates from the database. Through easytrieve we can compare but for that there should not duplicates, but in my file I have duplicates. Thanks in advance!!
How can we execute only one step in a job
22 Answers MAHINDRA, Mind Tree, Tech Mahindra,
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
Explain the jcl exec statement?
How many extents are possible for a sequential file ? For a VSAM file ?
how to identify a vasam dataset by seeing in 3.4(browse)