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 |
What is amode(31)
In COBOL programming, what is PERFORM? What is VARYING?
how can i see junk values in dclgen or in hostvariable of comp ?
a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?
what is the use of outrecord?
If by mistake we MOVE a working storage variable into LINKAGE area. What will happen??
COMP field occupy ?
how do you define single dimensional array and multidimensional array in your cobol?
What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is EIBCALEN? Why it is used?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that