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



01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOW..

Answer / dimpy19

b. 01000250

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

What is the purpose of the PARM keyword in the EXEC statement?

3 Answers  


what is a steplib

4 Answers   CGI,


how to compress the data set

8 Answers   Keane India Ltd,


How can return codes be tested before execution of a job step?

0 Answers  


If Region=0k means What Happen?

2 Answers   IBM,






I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.

2 Answers   Cognizant, Wipro,


How can a stopped job be started again?

0 Answers  


How can you trap abends in the JCL?

3 Answers  


How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.

3 Answers  


Explain about Specifying compiler options in the PROCESS (CBL) statement

1 Answers  


In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?

1 Answers  


lines(1,cancel)??What is meant by that??Plz explain it....

1 Answers   IBM,


Categories