How can we pass data from cobol to JCl?
Answer Posted / vip
By using the parm parameter in jcl and defining the
datanames in the linkage section of the cobol program.
| Is This Answer Correct ? | 9 Yes | 30 No |
Post New Answer View All Answers
For rewrite, why is it mandatory that file needs to be opened?
How do you differentiate between cobol and cobol-ii?
When is inspect verb is used in cobol?
IF I mention stop run in CICS what happens?
what are decleratives in cobol?
What is cobol?
What is a scope terminator give example?
what is difference between cobol and cobol/400
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Name the sections present in data division.
What are all the divisions of a COBOL program?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
example for sub strings ? and refernce modifications whit output pls