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 r the types of perform statement
How to covert given string into ASCII value in COBOL/MF COBOL
How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What does EXIT do ?
COMP?
Which of the following files can be OPENed in all the 4 modes? The four modes are INPUT, I-O, OUTPUT and EXTEND. (a) INDEXED (b) RELATIVE (c) SEQUENTIAL (d) All of the above
can you declare redefine in level 01?
WE HAVE 5 DIFFERENT RECORDING MODE IN COBOL.FIXED, FIXEDBLOCK, VARIABLE, VARIABLEBLOCK AND UNDEFINED. WHAT IS THE DIFFERENCE AMONG ALL AND WHICH TYPE OF FORMAT SHOULD BE USED WHEN
Which Search verb is equivalent to PERFORM…VARYING?
What is rmode(any) ?
What is the purpose of Identification Division?