What guidelines should be followed to write a structured
Cobol program?
Answer / asmara
TOP DOWN APPROACH AND IDENTIFICATION DIVISION. AND PROGRAM-
ID. MAKE SURE FOR COMPILE FREE PROGRAM.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.
what is rediffine clause?in what situation it can use?give me real time example?
What are all the divisions of a COBOL program?
Describe the difference between subscripting and indexing ?
How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".
can i use multiple when statements in search & search all ? justify ur answer?
how many bytes does s9(15) occupy in comp1 comp2 and comp3 ?
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
What are the cobol coding sheets?
how do u list the abended jobs?
Difference between array and sub-script ?