What is the problem of ordered sequential files access?
No Answer is Posted For this Question
Be the First to Post Answer
How to display the index.(displacement from an array)
What are the different ways to run a COBOL DB2 program using JCL?
ZEROES and SPACES are _______ constants (a) Figurative (b) Numeric (c) Non-numeric (d) Alphabete
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
SIGN TRAILING SEPARATE field occupy ?
In A cobol program , we can use COPY Statement in FILE- SECTION / WORKING-STORAGE SECTION / ENVIRONMENT DIVIION basically what is the difference
can we print comp 3 stmts how ?
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 the meaning of pic 9(09)v99-
Can we move X(9) to 9(9). If yes what are the ways for doing this?
What is the difference between a DYNAMIC and STATIC call in COBOL?
what is level 66 means??