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
Explain how you can characterize tables in cobol?
Which division and paragraphs are mandatory for a COBOL program?
What is perform what is varying?
Write a program that uses move corresponding.
What are the different rules of SORT operation?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What are declaratives and what are their uses in cobol?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
IF I mention stop run in CICS what happens?
What is a SSRANGE and NOSSRANGE?
What is report-item in COBOL?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Mention the guidelines to write a structured cobol program?