Answer Posted / senthil
YA WE CAN RESTART IT
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Suppose I have five jobs to do. But I want to hold one?
What parameter directs the output of the job log dataset?
How does jcl specify the job to the operating system?
What is the function of a dd statement?
how can the same proc be re-used and called by many jobs?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
which parameter is used to check the syntax of a jcl without executing it?
Explain about LMFREE�free data set from its association with data ID
How to run cobol program using jcl?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What are the rules employed while naming the steps in a job?
Explain how can an in-stream dataset be terminated?
Is it possible to code instream data in a PROC?
What is the motivation behind coding class parameter in job statement?
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?