Explain how can a jobs execution priority be modified?
No Answer is Posted For this Question
Be the First to Post Answer
Describe the EXEC statement, its meaning, syntax and keywords?
what is the restart?hopw it is invoked?
Explain about LMCOPY -
The maximum number of steps in a job?
How many types of libraries are there in JCL ?
The maximum number of in-stream procedure you can code in any JCL is ?
What is the format of comment statement?
What does SYSIN * indicate?
What do you feel makes a good program?
How to rename a VSAM file as well as it's index file?
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.