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.
Does jcl support automatic restart?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Can you execute a PROC from another PROC?
How do you submit a JCL under CICS environment ?
What are the parameter we cannot use in procedure?
How to search strings in multiple dataset with conditions 'string1 & string2'?
what is DSN in JCL and what are the parameters to declare the DSN?
What does a disposition of (MOD,DELETE,DELETE) mean ?
1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?
How to ALTER the name of a GDG ?
How can a fb file convert to vb file using sort program?
What do you understand by the term job time – out and how can you overcome that?