Tag: mainframe
Questions Related to mainframe
In what mode the file should be OPENed to Rewrite/ Delete records in a File?
02 A PIC 9(5)V99 VALUE 234.56. MOVE A TO B DISPLAY B If we want to display the content of A as "$ 234.56-", how should we declare the variable B?
A COBOL Program (Program A) calls Program B. What will happen, If STOP RUN is issued at the end of Program B?
What abend will be hit when a COBOL program is trying to move Alphabetic Data into Numeric fields?
we can display the index variable like normal cobol variable