what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / saravanan
#9 anjibabu answer is correct
In cobol program ID Division and procedure Division is mandontary.......
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the Purpose of Pointer in the string?
What is the difference between goback, stop run and exit program in cobol?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
how to access the file from prodution from changeman tool and to submit a file to production
What are the cobol coding sheets?
What rules are followed by the search verb.
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What is the use of intialize verb?
what is the difference between COBOL2 AND COBOL390?
How do u write test cases?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Define static linking and dynamic linking.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?