Answer Posted / swathiii
It is nothing but Refer Back.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain the purpose of dd dummy statement?
what is a jcl?
What is the maximum length of a single line of jcl?
what is SOC4 error?
which parameter is used to check the syntax of a jcl without executing it?
How can return codes be tested before execution of a job step?
what sort card you will use to copy the data from one dataset to another dataset?
List in order the hierarchical levels of jcl?
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 purpose of disp parameter?
how to do automated restart when a job abends?
can any one plzzzzzz tell the jcl code for creating ps using idcams
In job processing, what happens in execution stage?
How to submit a jcl from cics?
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?