what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / pratap
Hi All,
Only first two lines are enough for successful compilation
for a program.
Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is rmode(24)
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What kind of error is trapped by on size error option?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
A table has two indexes defined. Which one will be used by the SEARCH?
State the various causes of s0c1, s0c5 and s0c7.
What is a scope terminator give example?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What are the cobol coding sheets?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?