what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / ravikumar. r
Identification division.
program-id. ABCDE.
Procedure division.
display 'abcd'.
stop run.
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
Which division and paragraphs are mandatory for a COBOL program?
Explain how you can characterize tables in cobol?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
A table has two indexes defined. Which one will be used by the SEARCH?
How do u write test cases?
What are the rules of the move verb?
What is the Purpose of Pointer in the string?
What guidelines should be followed to write a structured cobol prgm?
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
Define static linking and dynamic linking.
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Write the code to count the sum of n natural numbers.
Explain about different table spaces.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
) what is the difference between AID and HANDLE AID?