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
Explain the function of //jcllib statement?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
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?
List the various advantages of using jcl language?
What are s0c1, s0c4, s0c5, s0c7 and socb?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
what are the types of abends that occur on job failure? And explain the possible causes of these
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
How do you create a temporary dataset?
What is the purpose of disp parameter?
Is it possible to left uncode disp?
how do you access an uncataloged dataset in a jcl?
Is condition checking possible in jcl? If yes, how?