If i initialize the 01 level variable in array, will it
initialize all the array elements (occurs)?
Answer Posted / vaneesh
Hi All
we can intialize the array item by simply intialize 01
level. It is irrespective of occours, clause.
If we write INTITIALIZE XXX-YYY
it will initailize all the elements of the array
irrespective of its occourance.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the LINKAGE SECTION used in COBOL?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Give some examples of command terminators?
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 ?
How arrays can be defined in COBOL?
What is the difference between external and global variables in COBOL?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What is a scope terminator give example?
How many bytes S(8) comp field occupy and its maximum value?
When is inspect verb is used in cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is amode(31)
What is the difference between PIC 9.99 and 9v99 in COBOL?
example for sub strings ? and refernce modifications whit output pls