Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Why 16 is used in calculating the DPRTY ?
as, DPRTY = (num1, num2),
THEN, DPRTY = 16* num1 + num2

Answers were Sorted based on User's Feedback



Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2..

Answer / prachi

DRPTY is in Hexadeciamal..So to convert the value in
deciaml we need to multiply value 1 with 16 and then will
add value 2 in it

Is This Answer Correct ?    6 Yes 2 No

Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2..

Answer / srikanth

What is num1 and num2 here?

Is This Answer Correct ?    0 Yes 0 No

Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2..

Answer / 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

Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2..

Answer / dispatcher

Supervisor allocate for DPRTY in memory just 1 byte. It
means 255 different values at all. num1 and num2 is a half-
byte = 4 bit. 1 bit == 2 values, 4 bit == 16 values.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JCL Interview Questions

can we give instream data in procedure

6 Answers   EDS,


How do you submit JCL via a Cobol program?

2 Answers   Cap Gemini,


What is catelog procedure and how many catelog procedure to use in one job?

2 Answers   Infosys,


How do you override a parameter in Positional parameters?

4 Answers   Thomson Reuters,


Please explain with syntax and an example, the Inrec fields and Outrec build in sort.

4 Answers   CTS, TCS,


Explain about LMGET�read a logical record from a data set

1 Answers  


what is inrec fields and outrec fields in sorting

3 Answers   Fidelity,


Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx

7 Answers  


Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?

2 Answers  


I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

0 Answers  


describe the dd statement,its meaning,syntax and keywords?

1 Answers  


What is a S0C4 error ?

2 Answers  


Categories