Answer Posted / suresh ramaiyan
It will give compilation time error, as the compiler knows
the value of subscript when compile the program.
ex: A[0]
if you are accessing the same by subscript variable, then
it will give run time error.
ex: A[ws-cnt]
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Explain the configuration section of a cobol program with examples of syntax.
Can we redefine the field of x(200) to less than 200?
example for sub strings ? and refernce modifications whit output pls
Give some examples of command terminators?
Mention the guidelines to write a structured cobol program?
What are the access modes of START statement?
i need a small 3d program using inline and outline.
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
what is search and searchall?what is the diffrence between them?give an best example?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is report-item in COBOL?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
How are the next sentence and continue different from each other?