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
What is the function of dd disp parameter?
What is the function of the dd avgrec keyword in sms datasets?
what is DSN parameter and DISP parameter is used for?
What is the motivation behind coding class parameter in job statement?
How does jcl act on code(if you take a cobol program)?
what JCL Procedures?
How can unused space allocation be returned to the system when a dataset is closed?
what is the resolution for sb37 error
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What are the utility programs in jcl?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Is condition checking possible in jcl?
What is the syntax of JCL statement?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?