How do define dynamic array in cobol. 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

I know my query will return more than one row but I don't want cursor what should I do?

1 Answers  


for an INITIALIZE and what keyword allows for an override of the default.

2 Answers  


What is the difference between external and global variables in COBOL?

0 Answers   Winsol Solutions,


I am getting S00F abend when i try to compare two variable of different pic class,one variable is of 9(09) and another is S9(09) comp-3. First i moved the data from S9(09) comp-3 to 9(09), but no luck. So i tried to move the data from S9(09) comp-3 to X (09) and move to 9(09). I am getting same error message, Please help me to find solution for this ptoblem. ERROR MESSAGE - "The system or user abend S00F R=NULL was issued."

1 Answers  


What is SET TO TRUE all about, anyway?

5 Answers  


In a program, variables are used but no DB2 involved in it. Can you call it as host variables??

4 Answers   EDS,


What are the two search techniques ?

2 Answers   iGate,


What are all the divisions of a COBOL program?

0 Answers  


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

0 Answers  


how do you reference the variable unblock file formats from cobol programs

0 Answers  


What are the various section in data division and briefly explain them.

0 Answers  


write a program to eliminate duplicate records in a input file and send them to output file.

2 Answers   IBM,


Categories