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 step1,step2,step3 from where can i start coding cond parameter ?
How to get the last but one duplicate record of the file using Sort?
what is use of dsn parameter in dd statement?
A dd statement consists of 4 fields. Name them?
Explain about LMQUERY�give a dialog information about a data set
Can we write same stepname for one or more steps in on job ?
What is a procedure?
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
How do you access a file that had a disposition of KEEP?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Explain the function of dd disp parameter?
lines(1,cancel)??What is meant by that??Plz explain it....