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


Please Help Members By Posting Answers For Below Questions

what sort card you will use to copy the data from one dataset to another dataset?

734


Explain how can a stopped job be started again?

640


Is it possible to left uncode disp? If yes, how?

708


what is the difference between JES3 and JES2?

683


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

713






Explain in DD statement what is the use of DCB parameter?

656


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2111


how you can access an uncataloged dataset in a JCL?

656


How can the attributes of one sms dataset be copied to another dataset?

861


What do you understand by the terms: joblib and steplib?

626


what is the purpose of coding notify parameter in job statement?

688


What is the motivation behind coding class parameter in job statement?

692


List in order the hierarchical levels of jcl?

672


a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?

623


What is the difference between the positional and keyword parameters? Give examples.

716