Answer Posted / karthik
by using restart option we can execute
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
how JCL works?
Explain the jcl exec statement?
In job processing, what happens in execution stage?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Is there any command to check wether the ps file is in sorted order?
What are steplib and joblib?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What is the function of dd disp parameter?
Explain the function of //jcllib statement?
what operation is performed by job statement?
How is a type of file defined in the jcl that executes the cobol program?
what is DD statement is used in JCL?
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?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY