how do you define single dimensional array and multidimensional array in your cobol?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

DATAONLY, MAPONLY functionality?

1 Answers   IBM,


Consider the following COBOL entries: 05 X PIC 99 VALUE 10. SUBTRACT 20 FROM X. The resultant value of X wil be

7 Answers   TCS,


What is length is cobol?

0 Answers  


How to Write the RESTART Logic Using COBOL?

4 Answers   GalaxE, L&T, Syntel, TCS,


What is level 66 used for ?

3 Answers   TCS,


How do you get the data to code the BMS macro?

0 Answers   IBM,


what are the diferences b/w sub-script and index?

4 Answers  


What are the cobol coding sheets?

0 Answers  


db2 variable decimal(15,2) what is the equalent size of cobol variable

2 Answers   Syntel,


which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast

1 Answers  


How to concatenation one or more string?

4 Answers   Temenos,


If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially? For example : Input File 01 02 03 Para 900 Read infile Display Infile rec Read infile Display infile rec Read infile Display infile rec. What will be the output?

2 Answers  


Categories