Why include statement is used in a jcl?
No Answer is Posted For this Question
Be the First to Post Answer
how to execute the last 5 steps in jcl
How to submit jcl through a cobol program?
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?
How to execute step2,step1, step3 if step1,2,3 are in order
What is the meaning of the following declaration : DCB=BLKSIZE=, What is the difference between above declaration & not specifying DCB at all for a output file?
What is S322 abend ?
Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
What is the difference between joblib and jcllib statements
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?