Operator

fetch multiple rows without using CURSORS

fetch multiple rows without using CURSORS Is it possible to fetch multiple rows in a COBOL program without using CURSORS. I could find that we can fetch multiple rows using FETCH but then we still would need CURSORS. see the following article for details http://publib.boulder.ibm.com/infocenter/dzichelp/v2r2/index.jsp?topic=/com.ibm.db2.doc.relg/fmlt.htm Any thoughts?? “; ; ; ;

fetch multiple rows without using CURSORS Read More »

How to Execute CLIST   When we start learning CLIST, we learn few commands and are quite excited to test them. Most of the training and tutorials would educate you the methods of executing your CLISTs, but it happens so that these methods do not work on your installation. The following tutorial will list down

Read More »

COBOL GO TO DEPENDING ON

The following COBOL program depicts the use of         01 PARA-NUM PIC 9 VALUE ZEROS.              DISPLAY ‘PARA NAME IS  10000-FIRST-PARA’              DISPLAY ‘PARA NAME IS  20000-FIRST-PARA’.              DISPLAY ‘PARA NAME IS  25000-SECOND-PARA’.           

COBOL GO TO DEPENDING ON Read More »