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.
What is the improvement to COND= in the latest version of MVS?
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
What is the significance of addrspc parameter in the exec statement?
using cursor how can you fetch more than one record into a variable
there are 10 steps in jcl how to execute the steps from step2 to step8 only
Describe the EXEC statement, its meaning, syntax and keywords?
How to execute step2,step1, step3 if step1,2,3 are in order
How do you submit JCL via a Cobol program?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
wht is sysudump n sysout,sysprint ?
Explain the function of the dd dcb keyword?