Answer Posted / jagan
THEY ARE FOUR DIVISIONS IN COBOL.
IDENTIFICATION DIVISION(OR)ID DIVISION.
ENVIRONMENT DIVISION.
DATA DIVISION.
PROCEDURE DIVISION.
EVERY DIVISION FURTHER DIVIDED INTO SECTIONS.
EACH SECTION FURTHER DIVIDED INTO PARAGRAPHS.
EACH PARAGRAPH FURTHER DIVIDED INTO SENTENCES.
EACH SENTENCE FURTHER DIVIDED INTO STATEMENTS/COMMANDS/VERBS
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
how do you reference the rrds file formats from cobol programs
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Whats the difference between search & search ALL?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the difference between comp and comp-3?
What are the different types of condition in cobol and write their forms.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
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.
Differentiate between structured cobol programming and object-oriented cobol programming.
how do you reference the fixed unblock file formats from cobol programs
What is Pic 9v99 Indicates in COBOL?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
how can i see junk values in dclgen or in hostvariable of comp ?
State the various causes of s0c1, s0c5 and s0c7.