How do pass the values to the parameters in cobol
Answers were Sorted based on User's Feedback
Answer / sushant kumar mohanty
1) PARM (Receive in Linkage Section)
2) SYSIN DD* (Receive with ACCEPT statement)
3) Files ( Declare/Define/Open in the program)
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / naidu
You can pass the values to cobol program using 3 ways:
1.passing the parameters from SYSIN
2.using parm
3.using file
| Is This Answer Correct ? | 2 Yes | 0 No |
which one is the best of com and com-3.using of real time ?
record length in spool?
how many divisions are there in cobol
What are the different data types available in COBOL?
What is the difference between binary search and sequential search?
When and how can we use index & subscript ?
How do pass the values to the parameters in cobol
Is it possible to mutliply a comp variable with an comp-3 variable. Will there be any error if i do it?
How to retain the Duplicates in the one records?
What will happen if you code GO BACK instead of STOP RUN in a stand alone COBOL program ?
8 Answers Arigo Infotech, IBM,
How do you set a return code to the JCL from a COBOL program?
how we separate the cobol cics statements from cobol&cics programming?