How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
I know my query will return more than one row but I don't want cursor what should I do?
for an INITIALIZE and what keyword allows for an override of the default.
What is the difference between external and global variables in COBOL?
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."
What is SET TO TRUE all about, anyway?
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
What are the two search techniques ?
What are all the divisions of a COBOL program?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
how do you reference the variable unblock file formats from cobol programs
What are the various section in data division and briefly explain them.
write a program to eliminate duplicate records in a input file and send them to output file.