WORKING-STORAGE SECTION.
1 GROUP-ITEM.
05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50.
05 AMOUNT-2 PIC 9(4)V99 USAGE COMP.
PROCEDURE DIVISION.
MOVE ZERO TO GROUP-ITEM.
ADD 50 TO AMOUNT-1.
DISPLAY AMOUNT-1.
STOP RUN.



WORKING-STORAGE SECTION. 1 GROUP-ITEM. ..

Answer / dimpy19

output - 180

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

Explain about LMGET�read a logical record from a data set

1 Answers  


how do you access an uncataloged dataset in a jcl?

0 Answers   IBM,


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

0 Answers  


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

0 Answers  


Explain how can values be passed from the job stream to an executable program?

0 Answers  






How to find in aparticular step how many versions a paricular gdg base have?

4 Answers   TCS,


which are the parameters mandatory in job card ?

4 Answers   Accenture,


What is the meaning of the EXEC statement keyword, COND? What is its syntax?

2 Answers  


what is use of dcb parameter in dd statement?

0 Answers   IBM,


What is the improvement to COND= in the latest version of MVS?

3 Answers  


Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ?

7 Answers   IBM,


How to find the number of duplicates in a file using Sort?

4 Answers   Fidelity,


Categories