01 GROSS-PAY
05 BASIC-PAY PIC 9(5)
05 ALLOWENCES PIC 9(3)
if BASIC-PAY has a value 1000 and ALLOWENCES has a value
of 250,what will be
displayed by the statement
DISPLAY GROSS-PAY
a.1250
b.01000250
c.01250
d.1.250
Post New Answer View All Answers
How to pass the parameter in parm using linkage section ? (syntax)?
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?
Can I share my data with other jobs? How?
In job processing, what happens in execution stage?
What are the jcl procedures?
What are hierarchy levels in jcl?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What is the function of the dd avgrec keyword in sms datasets?
Are there any set of rules for the names of the steps used in a job? What are they?
What is the function of job statement in jcl?
What are the 4 fields in dd statement?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What is condition checking in jcl? Is this possible?
How to submit a jcl from cics?
what is JCL?