Answer Posted / 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 |
Post New Answer View All Answers
i need a small 3d program using inline and outline.
What is the usage of comp fields in cobol?
In COBOL programming, what is PERFORM? What is VARYING?
Name some of the examples of COBOl 11?
Have you used comp and comp-3 in your project? And how?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
how do you define single dimensional array and multidimensional array in your cobol?
What is the utilization of copybook in cobol?
Explain how to differentiate call by context by comparing it to other calls?
What are the access modes of START statement?
Define static linking and dynamic linking.
What are different data types in cobol?
What guidelines should be followed to write a structured cobol prgm?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?