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.
Post New Answer View All Answers
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
what is use of disp parameter in dd statement?
What are the parameters that are used in creating a gdg?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
which utility is used to sort a file in jcl?
what is use of dcb parameter in dd statement?
What is one line to pass PARM from JCL to COBOL?
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
Explain the jcl exec statement?
what is SOC4 error?
Give the syntax of job specifying jcl statement.
How dummy is used in jcl?
Brief description of inline procedure of jcl.
What are the jcl procedures?