what are decleratives in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
The disposition parameter in the jcl is share ( DISP+SHR ) and the program opens file in extend mode what will happen?
which generation language is cobol
1.What is the limit of linkage section?
i Want All cobol ERROR codes?
What is COMP-1? COMP-2?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Explain about Redefines cluse?
file status 00 is checked after opening the file or reading the file
what is the use of keep and pass in disp
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."
should I use Go back in the main program ? Yes we can use Go back in main program as well.
how do you reference the esds vsam file formats from cobol programs