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 check pending option
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
For what purpose steplib and joblib are used ?
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
what is the JCL statement consists of?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What is the purpose of the dd keylen parameter?
What is the DD statement for a output file?
Explain about SYSVAR
can anyone explain me about sort in jcl with inrec and outrec ?
Name the statement which can be used to send data to another mvs jes3 node?
How to pass the parameter in parm using linkage section ? (syntax)?