what happens in conversion stage in job processing?
No Answer is Posted For this Question
Be the First to Post Answer
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 difference between catalogue procedure and In-Stream procedure?
How to find in aparticular step how many versions a paricular gdg base have?
GDG Create syntax ?
how to create gdg with out using idcams utility
What is default if we don't specify RD parameter at all ?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
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
Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
how do you code a null statement?
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
what are the ways of passing data to a cobol program from jcl?