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 56976how 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 24104i 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 7242I 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 10468Post New TCS JCL Interview Questions
What is the need for extendible hashing?
What is classifier in machine learning?
What are the different aspects of shadow it?
Are activex controls safe?
How to solve the system hang issue.
Is google home artificial intelligence?
What is gui in ubuntu?
What is the difference between functional and nonfunctional testing?
Give me an example of how you have dealt with an under-performing team member in the past.
What is inode number?
What is a page gutter?
How does maven looks for a dependency or resource?
What is html5 new input type?
Explain load testing on websites?
What is the use of void pointer and null pointer in c language?