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

how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?

1 Answers  


What is the maximum length of a single line of jcl?

0 Answers  


Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember

3 Answers   HSBC,


what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?

2 Answers   Verizon,


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

0 Answers  






how would you create a temporary dataset? And where will you use them?

0 Answers  


In sms datasets, what is the function of the dd mgmtclas keyword?

0 Answers  


if we are specifing joblib as well as steplib in job then at the time of execution how the process will complete

4 Answers  


How do you overcome this limitation ?

0 Answers  


Can we delete the data using IEFBR14 , IEBGENER??

5 Answers   Kanbay,


if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.

4 Answers   IBM,


what is the JCL statement consists of?

0 Answers  


Categories