Which mode is used to operate the sequential file?
No Answer is Posted For this Question
Be the First to Post Answer
What is R-mode and A-mode?
How to open and see copy book ?
IF there 5 to 6 files in a JCL and there is some space abends, how can we identify which file has space abend and what can be done to get off that abend or rectify that abend.
What are various search techniques in cobol? Explain.
If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.
What is the difference between subscript and index?
How do u know what version of cobol u are using?
record length in spool?
What will happen if you code GO BACK instead of STOP RUN in a stand alone COBOL program ?
8 Answers Arigo Infotech, IBM,
after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)
What are literals?
COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error