Answer Posted / padmanabha naidu.p
if you want see all cobol errrors,simple
IDENTIFICATION DIVISION.
PROGRAM ID. ERRMSG.
| Is This Answer Correct ? | 16 Yes | 11 No |
Post New Answer View All Answers
What is the difference between PIC 9.99 and 9v99 in COBOL?
Write a cobol program making use of the redefine clause.
Are you comfortable in cobol or jcl?
How are the next sentence and continue different from each other?
Which mode is used to operate the sequential file?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
how do you reference the esds vsam file formats from cobol programs
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the local-storage section?
how do you reference the variable unblock file formats from cobol programs
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What are the cobol coding sheets?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is the difference between Call and a Link?
Name some of the examples of COBOl 11?