What guidelines should be followed to write a structured
Cobol program?
Answer Posted / asmara
TOP DOWN APPROACH AND IDENTIFICATION DIVISION. AND PROGRAM-
ID. MAKE SURE FOR COMPILE FREE PROGRAM.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is report-item in COBOL?
Mention the guidelines to write a structured cobol program?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
how do you reference the esds vsam file formats from cobol programs
what is difference between cobol and cobol/400
What is the difference between Call and a Link?
) what is the difference between AID and HANDLE AID?
Which division and paragraphs are mandatory for a COBOL program?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the difference between perform … with test after and perform … with test before?
What is static and dynamic call in cobol?
Can we redefine the field of x(200) to less than 200?
What are different data types in cobol?
i need a small 3d program using inline and outline.