My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)
11 57105how can we pass parameters from JCL to cobol subprogram...my requirement is i should not get data from mainprogram but i need it from JCL directly
5 24157i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.
1 7267I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.
4 10528Post New TCS JCL Interview Questions
Explain about RMI Architecture?
what is .xap file?
What are bundles, reverse routing and the ioc container?
Can you run exe files on android?
What is recursion tail in scala?
Where is atoi defined?
Expand dhcp and describe how it works?
Which is the most Abundant Alkaline earth element?
Why cats eat their babies?
What are rows and columns?
What is app messaging?
Explain about vpn?
How to create a new storage account and container using Power Shell?
What is the quicktest professional testing process?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?