Can there be 2 job statements in a JCL?
If yes what is the purpose of doing tha?
Answer Posted / rookie
Yes definately....For example you can combine both the
compile jcl and run jcl under one common jcl..
Regarding your 2nd question its quite childish to put up
such questions. You can tell that maybe saving some time
and space.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain how can a stopped job be started again?
Explain the function of job statement in jcl?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Explain how can return codes be tested before execution of a job step?
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?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Is automatic restart possible in jcl?
what are JCLLIB and STEPLIB in JCL?
What does a disposition of (new,catlg,keep) for a dsn mean?
What is the purpose of disp parameter?
what are the statements that are not valid to be included in an include statement?
which parameter is use to declare the name of dataset in dd statement?
What do you understand by jcl?
What is the function of //jcllib statement?
Is it possible to left uncode disp?