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
What are the cobol coding sheets?
Name some of the examples of COBOl 11?
Define static linking and dynamic linking.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
What is the difference between perform … with test after and perform … with test before?
What is the local-storage section?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is perform what is varying?
Can we redefine the field of x(200) to less than 200?
In which area will you utilize 88 level items in cobol?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How you can characterize tables in cobol?
What is the utilization of copybook in cobol?
What is a scope terminator give example?