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
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
Is it possible to code instream data in a PROC?
What is the function of the steplib dd statement?
What are steplib and joblib? What for they are used?
Why block size is multiple of lrecl in jcl?
List in order the hierarchical levels of jcl?
What is the purpose of dd * statement in jcl?
Give the syntax of job specifying jcl statement.
what are the types of abends that occur on job failure? And explain the possible causes of these
Why include statement is used in a jcl?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
How to pass data to a program that is coded in an exec statement?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What is the function of dd disp parameter?
In sms datasets, what is the function of the dd mgmtclas keyword?