how do u define a file in cobol and jcl ?
Answers were Sorted based on User's Feedback
Answer / venkateswarlu
In cobol we define a file by using 'SELECT' statement.
In jcl we define it by using 'DD' statement.
Is This Answer Correct ? | 7 Yes | 0 No |
decalre file in cobol- select filename assign to dd1
in jcl - dd1 will be the ddname for your jcl
Is This Answer Correct ? | 2 Yes | 0 No |
i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you
which statement is used to end the in-stream procedure in a jcl?
Why block size is multiple of lrecl in jcl?
What is the function of dd disp parameter?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
Is it possible to define dd statements as you want?
how to resolve sb37,sd37 se37 abends
i just need the first and last record from a sequencial file?how
Whats error code s222?
What is the difference between joblib and jcllib statements
How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.
How do you restart a step in JCL?