Answer Posted / i go crazy
The compilation should be done with the compiler option SSRANGE. If NOSSRANGE is used, then we can use A(0) without any issue.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What kind of error is trapped by on size error option?
What are the pertinent COBOL commands?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What are 77 levels used for?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What are the different rules of SORT operation?
What is the usage of comp fields in cobol?
In COBOL, what is the different between index and subscript?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
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 ?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
IF I mention stop run in CICS what happens?
How arrays can be defined in COBOL?
Explain how you can characterize tables in cobol?