what are the isolation levels and where we use it in the db2
program
Answers were Sorted based on User's Feedback
can anyone explain me the concept of COMP-4 PLEASE??
What does the initialize statement do ?
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."
How to retrive the 9th records out of ten records using the cobol program ?
hw to create 3 dimensional array & hw to access it?
i Want All cobol ERROR codes?
I have a sequential file. How do I access a record in this sequential file randomly in my program ?
How do you get the data to code the BMS macro?
What compiler option would you use for dynamic linking?
Should I use STOP RUN in the sub program??why?
If you were passing a table via linkage, which is preferable - a subscript or an index?
how can you identify wheather the program is using search or search all in the cobol program?