Why 16 is used in calculating the DPRTY ?
as, DPRTY = (num1, num2),
THEN, DPRTY = 16* num1 + num2
Answer Posted / srikanth
What is num1 and num2 here?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What are the difference between jcl and jes?
What is the use of symbol // in jcl?
How can return codes be tested before execution of a job step?
Explain the purpose of dd * statement in jcl?
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.
what is use of space parameter in dd statement?
How does jcl act on a cobol code?
What parameter of the job statement is used to limit the cpu time consumed by the job?
In sms datasets, what is the function of the dd avgrec keyword?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
How can the submitting users racf authority be overridden in a job stream?
what is DD statement is used in JCL?
Explain how can the submitting users racf authority be overridden in a job stream?
What do you understand by the term job time – out and how can you overcome that?