what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answers were Sorted based on User's Feedback
Answer / milind
PROCEDURE DIVISION.
The above only line is enough to compile the code. I dont
agree with answer #1 and #2.
| Is This Answer Correct ? | 4 Yes | 7 No |
wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?
how to know that the file has 300 records how to acess it?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
I want ALL ERROR codes in VSAM
3 Answers American Express, TCS,
1.What is the limit of linkage section?
What is the meaning of 'Eject' verb in cobol?
I have a sequential file. How do I access a record in this sequential file randomly in my program ?
How to increase the logical record length of existing PS file?
How do you reference the fixed block file formats from cobol programs
COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error
How do define dynamic array in cobol.
How can you declare the file ?