Why 16 is used in calculating the DPRTY ?
as, DPRTY = (num1, num2),
THEN, DPRTY = 16* num1 + num2
Answer Posted / 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 View All Answers
What happens if both JOBLIB & STEPLIB is specified ?
How to pass the parameter in parm using linkage section ? (syntax)?
Is acct parameter mandatory?
What is job control language?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How gdg are concatenated?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what is DSN in JCL and what are the parameters to declare the DSN?
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 is SOC4 error?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
what is use of dcb parameter in dd statement?
Explain how can a stopped job be started again?