How to do automated restart when a job abend?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JCL Interview Questions

Please go thru the below points and let me know how to code this. 1. Sort the input dataset for the condition : Starting position is 37,length of the field is 13 based on character and in the ascending order , starting from position 25 length of 12 ,character and in the ascending order. Use a temporary dataset to hold the sorted file. 2. Use the temporary file created in the above step as the input for the next step. The next step is to execute a program and produce an output file. Use the temporary file created in the above as work file 1 and the output of the file to be created in this step work file 2.Also, pass a parameter to the program that is to be executed in this step. The parameter should have the current date in YYYYMMDD format. For the sake of convenience, you can use the below Job Name : Sample1 Input DSN : PCABDT11.CABD.TEST.INPUT Temporary DSN : Sort1 Output DSN : PCABDT11.CABD.TEST.OUTPUT Program Name : SAMPLE Thanks in Advance for your response.

2 Answers  


What are the rules employed while naming the steps in a job?

0 Answers  


What is JOBLIB ?

5 Answers   Xansa,


Explain the function of dd disp parameter?

0 Answers  


How do you designate a comment in JCL?

1 Answers  






Explain about RECORDING MODE Clause

1 Answers  


what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?

1 Answers   Accenture,


Why do you use a control card?

3 Answers   IBM, iNautix,


What are the basic JCL Statements for a Job?

1 Answers  


Passing a variable parm from JCL to a cobol/db2 program

1 Answers   IBM,


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

0 Answers   CGI, Verizon,


what happens if job falls in loop ? how to resolve it ?

3 Answers   Patni,


Categories