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
what are the statements that are not valid to be included in an include statement?
Is there any command to check wether the ps file is in sorted order?
explain concatinating datasets?
There is one QSAM is the VB file. i want to get the first characters in this file and change those characters from'abcd' to '1234' and creat a vasm file to put '1234' in it. how to do in only JCL. if it not QSAM, it's VASM and VB. how to do it.
What is the motivation behind coding class parameter in job statement?
How do you access a file that had a disposition of KEEP?
A dd statement consists of 4 fields. Name them?
what happens if job falls in loop ? how to resolve it ?
what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file
i have a string of 80 chars i want to replace 4th char with "a"?
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
What do you understand by jcl?