Error in all PO and RQ programs

Sort:
You are not authorized to post a reply.
Author
Messages
Anishkumar
Basic Member
Posts: 13
Basic Member

    Hi All,

     

    I have Installed a new S3 server and while compiling the program using COBCMP Datarea most of my programs shows the following error.Please help in resolving this.

     

    Shell has been built.

    Compiling C:\devlsf\law\devapps\rqsrc\RQIF.cbl with cobol C:\devlsf\law\devapps\rqsrc\RQIF.cbl /case /outdd"stdout" /fixopt /initcall"lacobrts.dll" /gnt ;
    Micro Focus Net Express V5
    Version 5.101.0074 Copyright (C) 1984-2008 Micro Focus (IP) Limited.
    URN AXCGG/AA0/00000
     75084         03 TXOSR-ST-LINE-TAX      PIC S9(16)9V99   VALUE ZEROES.
    * 213-S****************************************************************      **
    **    Item is longer than USAGE allows or contains too many numeric positions
     75086         03 TXOSR-ST-TAXABLE-AMT   PIC S9(16)9V99   VALUE ZEROES.
    * 213-S****************************************************************      **
    **    Item is longer than USAGE allows or contains too many numeric positions
     75087         03 TXOSR-CITY-LINE-TAX    PIC S9(16)9V99   VALUE ZEROES.
    * 213-S****************************************************************      **
    **    Item is longer than USAGE allows or contains too many numeric positions
     75089         03 TXOSR-CITY-TAXABLE-AMT PIC S9(16)9V99   VALUE ZEROES.
    * 213-S****************************************************************      **
    **    Item is longer than USAGE allows or contains too many numeric positions
     75090         03 TXOSR-DIST-LINE-TAX    PIC S9(16)9V99   VALUE ZEROES.
    * 213-S****************************************************************      **
    **    Item is longer than USAGE allows or contains too many numeric positions
     75092         03 TXOSR-DIST-TAXABLE-AMT PIC S9(16)9V99   VALUE ZEROES.
    * 213-S****************************************************************      **
    **    Item is longer than USAGE allows or contains too many numeric positions
     75093         03 TXOSR-CNTY-LINE-TAX    PIC S9(16)9V99   VALUE ZEROES.
    * 213-S****************************************************************      **
    **    Item is longer than USAGE allows or contains too many numeric positions
     75095         03 TXOSR-CNTY-TAXABLE-AMT PIC S9(16)9V99   VALUE ZEROES.
    * 213-S****************************************************************      **
    **    Item is longer than USAGE allows or contains too many numeric positions
    367846         MOVE ZEROES                TO TXOSR-ST-LINE-TAX
    *  29-S*******************************************************               **
    **    Not a data name
    367857             COMPUTE TXOSR-ST-LINE-TAX ROUNDED =
    *  29-S*************************************                                 **
    **    Not a data name
    367861             COMPUTE TXOSR-ST-LINE-TAX ROUNDED =
    *  29-S*************************************                                 **
    **    Not a data name
    367865             MOVE TXOSR-WK-ST-TAX-AMT   TO TXOSR-ST-LINE-TAX
    *  29-S***********************************************************           **
    **    Not a data name
    367868             COMPUTE TXOSR-ST-LINE-TAX ROUNDED =
    *  29-S*************************************                                 **
    **    Not a data name
    367929         MOVE ZEROES                TO TXOSR-ST-TAXABLE-AMT
    *  29-S**********************************************************            **
    **    Not a data name
    367940             COMPUTE TXOSR-ST-TAXABLE-AMT ROUNDED =
    *  29-S****************************************                              **
    **    Not a data name
    367944             COMPUTE TXOSR-ST-TAXABLE-AMT ROUNDED =
    *  29-S****************************************                              **
    **    Not a data name
    367948             MOVE TXOSR-WK-ST-TAXABLE   TO TXOSR-ST-TAXABLE-AMT
    *  29-S**************************************************************        **
    **    Not a data name
    367951             COMPUTE TXOSR-ST-TAXABLE-AMT ROUNDED =
    *  29-S****************************************                              **
    **    Not a data name
    367962         MOVE ZEROES                TO TXOSR-CITY-LINE-TAX
    *  29-S*********************************************************             **
    **    Not a data name
    367973             COMPUTE TXOSR-CITY-LINE-TAX ROUNDED =
    *  29-S***************************************                               **
    **    Not a data name
    367977             COMPUTE TXOSR-CITY-LINE-TAX ROUNDED =
    *  29-S***************************************                               **
    **    Not a data name
    367981             MOVE TXOSR-WK-CITY-TAX-AMT   TO TXOSR-CITY-LINE-TAX
    *  29-S***************************************************************       **
    **    Not a data name
    367984             COMPUTE TXOSR-CITY-LINE-TAX ROUNDED =
    *  29-S***************************************                               **
    **    Not a data name
    368044         MOVE ZEROES                TO TXOSR-CITY-TAXABLE-AMT
    *  29-S************************************************************          **
    **    Not a data name
    368055             COMPUTE TXOSR-CITY-TAXABLE-AMT ROUNDED =
    *  29-S******************************************                            **
    **    Not a data name
    368059             COMPUTE TXOSR-CITY-TAXABLE-AMT ROUNDED =
    *  29-S******************************************                            **
    **    Not a data name
    368063             MOVE TXOSR-WK-CITY-TAXABLE  TO TXOSR-CITY-TAXABLE-AMT
    *  29-S*****************************************************************     **
    **    Not a data name
    368066             COMPUTE TXOSR-CITY-TAXABLE-AMT ROUNDED =
    *  29-S******************************************                            **
    **    Not a data name
    368077         MOVE ZEROES                TO TXOSR-CNTY-LINE-TAX
    *  29-S*********************************************************             **
    **    Not a data name
    368088             COMPUTE TXOSR-CNTY-LINE-TAX ROUNDED =
    *  29-S***************************************                               **
    **    Not a data name
    368092             COMPUTE TXOSR-CNTY-LINE-TAX ROUNDED =
    *  29-S***************************************                               **
    **    Not a data name
    368096             MOVE TXOSR-WK-CNTY-TAX-AMT   TO TXOSR-CNTY-LINE-TAX
    *  29-S***************************************************************       **
    **    Not a data name
    368099             COMPUTE TXOSR-CNTY-LINE-TAX ROUNDED =
    *  29-S***************************************                               **
    **    Not a data name
    368159         MOVE ZEROES                TO TXOSR-CNTY-TAXABLE-AMT
    *  29-S************************************************************          **
    **    Not a data name
    368170             COMPUTE TXOSR-CNTY-TAXABLE-AMT ROUNDED =
    *  29-S******************************************                            **
    **    Not a data name
    368174             COMPUTE TXOSR-CNTY-TAXABLE-AMT ROUNDED =
    *  29-S******************************************                            **
    **    Not a data name
    368178             MOVE TXOSR-WK-CNTY-TAXABLE  TO TXOSR-CNTY-TAXABLE-AMT
    *  29-S*****************************************************************     **
    **    Not a data name
    368181             COMPUTE TXOSR-CNTY-TAXABLE-AMT ROUNDED =
    *  29-S******************************************                            **
    **    Not a data name
    368192         MOVE ZEROES                TO TXOSR-DIST-LINE-TAX
    *  29-S*********************************************************             **
    **    Not a data name
    368203             COMPUTE TXOSR-DIST-LINE-TAX ROUNDED =
    *  29-S***************************************                               **
    **    Not a data name
    368207             COMPUTE TXOSR-DIST-LINE-TAX ROUNDED =
    *  29-S***************************************                               **
    **    Not a data name
    368211             MOVE TXOSR-WK-DIST-TAX-AMT TO TXOSR-DIST-LINE-TAX
    *  29-S*************************************************************         **
    **    Not a data name
    368214             COMPUTE TXOSR-DIST-LINE-TAX ROUNDED =
    *  29-S***************************************                               **
    **    Not a data name
    368274         MOVE ZEROES                TO TXOSR-DIST-TAXABLE-AMT
    *  29-S************************************************************          **
    **    Not a data name
    368285             COMPUTE TXOSR-DIST-TAXABLE-AMT ROUNDED =
    *  29-S******************************************                            **
    **    Not a data name
    368289             COMPUTE TXOSR-DIST-TAXABLE-AMT ROUNDED =
    *  29-S******************************************                            **
    **    Not a data name
    368293             MOVE TXOSR-WK-DIST-TAXABLE TO TXOSR-DIST-TAXABLE-AMT
    *  29-S****************************************************************      **
    **    Not a data name
    368296             COMPUTE TXOSR-DIST-TAXABLE-AMT ROUNDED =
    *  29-S******************************************                            **
    **    Not a data name
    * Checking complete - errors found
    Errors encountered-c

     

     

     

     

     

     

    Anishkumar
    Basic Member
    Posts: 13
    Basic Member
      Anyone please Help me in solving those
      JimY
      Veteran Member
      Posts: 510
      Veteran Member
        Are there any errors from building the shell that you can see? It looks like it is not pulling in all of the modules when it is being built. Have you contacted Infor Support?
        Anishkumar
        Basic Member
        Posts: 13
        Basic Member
          Hi Jim,

          Currently our infor Support has been expired that s why i am unable to get help from the infor support.
          Please help me in solving the issue.
          Ragu Raghavan
          Veteran Member
          Posts: 468
          Veteran Member
            I think there is limit of 18 digits or something on a numeric field in Cobol. Try changing Pic s9(16)9v99 to something smaller like pic s9(11)V99 and see if that fixes the issue. The variable will be declared in one of the WS files.
            Anishkumar
            Basic Member
            Posts: 13
            Basic Member
              Also i am new to the installation process please say me why is error occurs
              Anishkumar
              Basic Member
              Posts: 13
              Basic Member
                Hi Ragu Ragavan,

                The Same MSP version and MSP file is working fine in another server.So i think the problem wont be in program coding level.
                JimY
                Veteran Member
                Posts: 510
                Veteran Member
                  It looks like it is not finding the definition for the data names that are in error. That indicates to me that your missing that in working storage. Have you tried the bldsh command? That will build the Cobol program by pulling all of the components together. The command is:
                  bldsh program
                  So if your product line is test and you want to use bldsh for RQ10 it would look like this:
                  bldsh test rq rq10 .

                  Run that and see if you receive any errors. That might help you figure out what is happening.
                  Anishkumar
                  Basic Member
                  Posts: 13
                  Basic Member
                    Hi Jim,

                    Thanks for support.I tried the BLDSH command using " bldsh -F devapps RQ RQ10" but it shows the following error

                    Building COBOL Shell

                    Usage: To Build Online Program Shells
                    Syntax: lawosh [-A | -O] ProductLine SystemCode ProgCode
                    A - Build online program shells in Stage directory
                    O - Override Stage Compilation, build online program shells dire
                    ctly to Production

                    C:\devlsf\gen/bin/lawosh: Error Encountered In Execution
                    Anishkumar
                    Basic Member
                    Posts: 13
                    Basic Member
                      Hi Jim

                      Built shell(bldsh devapps po po20) was successfull but when after compiling faced the same error
                      Anishkumar
                      Basic Member
                      Posts: 13
                      Basic Member
                        Is anyone there to help me?
                        Anishkumar
                        Basic Member
                        Posts: 13
                        Basic Member
                          Ayn one please help me solving this issue.
                          Anishkumar
                          Basic Member
                          Posts: 13
                          Basic Member
                            Almost 250 programs shows exactly the same error.i am helpless someone help me in solving this.
                            You are not authorized to post a reply.