How can we pass data from cobol to JCl?
Answer Posted / guest
We can pass the data from cobol to JCl
ex: Move 4 t0o return code.
| Is This Answer Correct ? | 31 Yes | 4 No |
Post New Answer View All Answers
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is a scope terminator give example?
Can you please let me know the centre name of INS certification in Kolkata.
What are the various section in data division and briefly explain them.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
what is difference between cobol and cobol/400
What is comp-1 and comp-2?
What is amode(31)
how do you reference the printer file formats from cobol programs
What are the pertinent COBOL commands?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Whats the difference between search & search ALL?
How do you differentiate between cobol and cobol-ii?
Write down the divisions of cobol program?