Why 16 is used in calculating the DPRTY ?
as, DPRTY = (num1, num2),
THEN, DPRTY = 16* num1 + num2
Answer Posted / jiya
Possible values of num1 & num2 are 0-15. So possible values
of DPRTY range from 0 to 255.
Maximum possible number of EXEC statements in a job are also
255.
So, each job step can be assigned a dispatching priority.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is their any set of rules for dd? Explain.
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Explain how can values be passed from the job stream to an executable program?
what is DSN parameter and DISP parameter is used for?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Name what parameter directs the output of the job log dataset?
What is the syntax of JCL statement?
Which dd parameters are required?
Explain how can an in-stream dataset be terminated?
what is the purpose of coding notify parameter in job statement?
What are the rules employed while naming the steps in a job?
What is the purpose of dd?
What is the function of //jcllib statement?
Is automatic restart possible in jcl?
what are JCLLIB and STEPLIB in JCL?