Operator

COBOL PERFORM THRU

The following simple COBOL program depicts the use of         01 WS-SUB PIC 9(3) VALUE ZEROS.              PERFORM 20000-FIRST-PARA THRU 30000-THIRD-PARA              DISPLAY ‘DEPICTING PERFORM THRU BY MAINFRAMEWIZARD.COM’              DISPLAY ‘PARA NAME IS  10000-FIRST-PARA’         

COBOL PERFORM THRU Read More »

mainframe computer

Mainframe Computers Mainframe computers are very large and expensive computers often called as big iron machines used by thousands and even more users simultaneously. These are primarily used by big financial organisations(banks and insurance companies), retail giants, corporate and government organizations for supporting critical applications where data security and bulk processing is a key factor.

mainframe computer Read More »

Mainframe Job to Extract Abend info from SAR This is very useful Job if you wish to pull out data data from SAR for Jobs that completed with an exception. //ABENDINF    JOB (ACC INFO,,,,,XXXX),’         ‘,CLASS=M,     //            MSGCLASS=Y,NOTIFY=&SYSUID           //DELETE   EXEC PGM=IEFBR14                              //DD01     DD  DSN=USERID.DATASET,                       //             DISP=(MOD,DELETE),UNIT=SYSDA              //*                                                      //STEP1    EXEC PGM=SARBCH                               //SYSUDUMP DD SYSOUT=*                                 

Read More »

SQL code -305

SQL code -305 SQL code of -305 is the sql error which results on retrieving a null value in a host variable for which there is no null When does Sql code -305 comes? Sqlcode -305 can come if a fetch or embedded SELECT results in assigning a NULL value to a host variable for

SQL code -305 Read More »

Mainframe JCL Abend Examples

Abend An AbEnd (abnormal end) is an exception condition which results in the abnormal termination of a program or software.  Its is a common terminology used in the mainframe world where a JCL terminates with an error code.  Following section covers some common abends faced by mainframe developers S0C1 Operation Exception Cause Reading or writing

Mainframe JCL Abend Examples Read More »