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 redefines clause in COBOL?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
what happens if parmparameter passes zero bytes to the program
Name the divisions, which are available in a cobol program?
What is length is cobol?
explain sorting techniques in cobol program?
What is the difference between external and global variables in COBOL?
What is cobol?
Why did you choose to work with ibm mainframe cobol programming?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What are the different open modes available in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
Which Search verb is equivalent to PERFORM…VARYING?
Define cobol?