99 PGU-00100 to PGU-50101
- PGU-00100: invalid SPOOL file name
-
Cause: When using the SPOOL command, you specified the name of a file that already exists.
- PGU-00101: extraneous text at end of command
-
Cause: There were unrecognized commands or other text on the command line.
- PGU-00106: invalid ECHO switch
-
Cause: An invalid option for the SET ECHO command was specified.
- PGU-00107: invalid TERMOUT switch
-
Cause: An invalid option for the SET TERMOUT command was specified.
- PGU-00108: invalid TIMING switch
-
Cause: An invalid option for the SET TIMING command was specified.
- PGU-00110: illegal SET option
-
Cause: An invalid option for the SET command was specified.
- PGU-00111: illegal SHOW option
-
Cause: An invalid option for the SHOW command was specified.
- PGU-00115: unexpected end of command
-
Cause: An option was specified without the required arguments.
- PGU-00120: invalid STOPONERROR switch
-
Cause: An invalid options switch was specified for the SET STOPONERROR command.
- PGU-00122: invalid SET numeric parameter
-
Cause: A character or an invalid value was specified when a number was expected as a value for a SET command option.
- PGU-00125: integer value overflow
-
Cause: A numeric value was specified that was too large.
- PGU-00129: value out of range (1 - <varname>number</varname>)
-
Cause: The specified value was out of range. The valid range is given by the error message.
- PGU-00132: null hostname/password specified
-
Cause: The hostname/password was not specified.
- PGU-00136: bad variable specification
-
Cause: A variable was incorrectly specified using the VARIABLE command.
- PGU-00137: syntax error in PL/SQL Block
-
Cause: The PL/SQL block contains a syntax error.
- PGU-00142: cannot recognize object type, owner or name
-
Cause: The specified object type, owner, or name was not recognized.
- PGU-00143: variable has not been defined
-
Cause: The specified variable was not recognized.
- PGU-00144: invalid object type for DESCRIBE
-
Cause: The specified object type was not TABLE, VIEW, or PROCEDURE.
- PGU-00145: invalid object name for DESCRIBE
-
Cause: The specified table, view, stored procedure, or function was not recognized.
- PGU-00149: invalid SERVEROUTPUT switch
-
Cause: An invalid option was specified for the SET SERVEROUTPUT command.
- PGU-00300: internal error code; arguments: [<varname>number</varname>], [<varname>string</varname>]
-
Cause: You have encountered an internal error.
- PGU-00302: not connected to a database
-
Cause: You must be connected to the database for the requested operation.
- PGU-00304: input file I/O error [<varname>number</varname>] - input aborted
-
Cause: A command file used as input to PGAU is corrupt or invalid.
- PGU-00305: command size exceeds internal buffer size (<varname>number</varname>)
-
Cause: The SQL statement size exceeds PGAU's buffer size.
- PGU-00306: monitor cycle interval time out of range (1 - <varname>number</varname>)
-
Cause: You entered an invalid number for the cycle interval.
- PGU-00307: cannot open spool file <varname>string</varname>
-
Cause: PGAU tried to open a spool file after you entered SPOOL filename, but could not open the file. Possible causes are not enough disk space or inadequate privileges to create a file.
- PGU-00308: no spool file opened
-
Cause: You entered SPOOL OFF, but you were not spooling currently so there was no file to close.
- PGU-00309: cannot close spool file <varname>string</varname>
-
Cause: SPOOL OFF could not close the currently open spool file.
- PGU-00310: cannot open parameter file <varname>string</varname>
-
Cause: PGAU cannot locate or open the file specified by the PFILE option, either because the file does not exist or because PGAU has insufficient privilege to open the file.
- PGU-00311: data exceeds internal buffer size
-
Cause: The results returned by a SQL query exceed the internal PGAU buffer.
- PGU-00314: invalid parameter given on PGAU command line
-
Cause: An unrecognzed parameter was given on the PGAU command line.
- PGU-00315: cannot open command file <varname>string</varname>
-
Cause: PGAU cannot locate the specified command file.
- PGU-00317: version of tool conflicts with version [<varname>string</varname>] of DATA
-
Cause: This version of the PGAU tool cannot process the DATA in the database.
- PGU-00318: PGAU command line error [<varname>number</varname>]
-
Cause: You made a syntax or typing error while entering a PGAU command line.
- PGU-00319: cannot locate pgau configuration file, <varname>string</varname>
-
Cause: File mentioned cannot be located.
- PGU-00320: cannot open pgau configuration file, <varname>string</varname>
-
Cause: File mentioned cannot be opened.
- PGU-00322: total size of command line parameters exceeds buffer size
-
Cause: You entered too many command line arguments and the PGAU buffer was exceeded.
- PGU-00325: pfile too large
-
Cause: The file you specified using PFILE is too large (exceeds 8K).
- PGU-00327: command not available in this mode
-
Cause: You have specified a command that is not available in this mode.
- PGU-00328: insufficient privilege for this display
-
Cause: You attempted to display a MONITOR display without sufficient privileges.
- PGU-00331: cannot allocate enough memory for SQL Buffer
-
Cause: There is not enough memory for the current SQL buffer.
- PGU-00337: missing instance name
-
Cause: The instance name was not specified in the connect statement.
- PGU-00341: '<varname>string</varname>' is an undefined bind variable
-
Cause: The SQL statement refers to an undefined bind variable.
- PGU-00347: no offline tablespaces exist
-
Cause: The list box of set tablespace online contained 0 elements.
- PGU-00359: monitor already active
-
Cause: An instantiation of this monitor is already active.
- PGU-00360: object to be described does not exist
-
Cause: The object in a DESCRIBE FUNCTION/PROCEDURE/PACKAGE statement does not exist.
- PGU-00361: error during describe
-
Cause: An unexpected error occurred during a describe.
- PGU-00362: object <varname>string</varname> is a package; use 'DESCRIBE <varname>package</varname>.<varname>procedure</varname>'
-
Cause: The named object is a package. DESCRIBE does not currently describe an entire package specification.
- PGU-00363: procedure or function <varname>string</varname> not found in the package
-
Cause: The named package does not contain the procedure or function specified.
- PGU-00364: object <varname>string</varname> is a remote object, cannot further describe
-
Cause: The specified object name contains a database link, or is a synonym that resolves to a name with a database link. Such objects cannot currently be described.
- PGU-00365: object <varname>string</varname> is invalid, it may not be described
-
Cause: The object must have been successfully compiled.
- PGU-00366: name <varname>string</varname> is malformed, it must be of form [[a.]b.]c@dblink
-
Cause: The name may have at most 3 parts and a dblink.
- PGU-00370: mandatory field/list needs to be filled in
-
Cause: You tried to execute the dialog before filling in all required items.
- PGU-00371: cannot open/locate input help file, <varname>string</varname>
-
Cause: You pressed the Help Key or chose an item from the Help Menu.
- PGU-00372: cannot open/locate input index file, <varname>string</varname>
-
Cause: You pressed the Help Key or chose an item from the Help Menu.
- PGU-00373: cannot allocate memory of size <varname>number</varname> from toolkit
-
Cause: You pressed the Help Key or chose an item from the Help Menu.
- PGU-00374: could not set file position in <varname>string</varname> directly
-
Cause: You pressed the Help Key or chose an item from the Help Menu.
- PGU-00375: unexpected end of file, <varname>string</varname>
-
Cause: You pressed the Help Key or chose an item from the Help Menu.
- PGU-00376: mandatory field has to be filled in before navigation is possible
-
Cause: Attempted to navigate to the next/previous item.
- PGU-00377: mandatory list item has to be selected before navigation is possible
-
Cause: Attempted to navigate to the next/previous item.
- PGU-00378: an item has to be selected before help can be sought for it
-
Cause: Attempted to obtain help before selecting an item.
- PGU-00379: variable(s) not defined
-
Cause: Attempted SHOW VAR[IABLES] [var-name] and the variable was not defined, or no variables were specified or defined.
- PGU-00380: procedural option required for this statement
-
Cause: Attemt to execute a statement that requires the Procedural option was made, but the Procedural option is not installed.
- PGU-00381: error in the SERVEROUTPUT option
-
Cause: Most likely the package DBMS_OUTPUT not installed. Check the accompanying messages for more information.
- PGU-00382: value <varname>string</varname> is not a recognizable file name for <varname>string</varname>
-
Cause: The value for the PGAU initialization variable (which points to the initialization file) is not a recognizable file name.
- PGU-00383: file name <varname>string</varname> pointed to by <varname>string</varname> could not be opened
-
Cause: The file name pointed to by the PGAU initialization variable could not be opened.
- PGU-00384: could not open pgau resource file, <varname>string</varname>
-
Cause: The specified file could not be opened.
- PGU-00385: could not locate pgau resource file, <varname>string</varname>
-
Cause: The specified file could not be located.
- PGU-00386: could not open toolkit resource file, <varname>string</varname>
-
Cause: The specified file could not be opened.
- PGU-00387: could not locate toolkit resource file, <varname>string</varname>
-
Cause: The specified file could not be located.
- PGU-00388: cannot start PGAU in screen mode; check if values are legal:
-
Cause: A variable was not properly set.
- PGU-00389: toolkit resource file name is defined to <varname>string</varname>
-
Cause: The specified file could not be located.
- PGU-00390: terminal type <varname>string</varname> is defined by <varname>string</varname>
-
Cause: Terminal type specified by <varname>variable</varname> may not be valid.
- PGU-00391: value <varname>string</varname> is defined to <varname>string</varname>; legal values: <varname>string</varname> or <varname>string</varname>
-
Cause: The PGAU mode has been incorrectly defined.
- PGU-20000: <varname>string</varname> of <varname>string</varname> statement failed for table <varname>string</varname>, rc=<varname>number</varname>
-
Cause: PGAU encounterred a syntax error during parse operation <varname>oper</varname> of the statement <varname>statement</varname> for the table <varname>table</varname> with the indicated return code <varname>rc</varname>.
- PGU-20001: <varname>string</varname> of <varname>string</varname> variable of <varname>string</varname> statement failed for table <varname>string</varname>, rc=<varname>number</varname>
-
Cause: The operation <varname>oper</varname> on the variable <varname>varname</varname> for the statement <varname>statement</varname> against the PG DD table <varname>table</varname> failed with return code <varname>rc</varname>.
- PGU-20002: unable to login to Oracle
-
Cause: An error occurred attempting to logon to the Oracle server. Syntax checking only continues with the next statement.
- PGU-20003: unable to open the cursor
-
Cause: Internal PGAU logic error - should not occur. An error occurred opening an SQL statement cursor. Syntax checking only continues with the next statement.
- PGU-20004: unable to close the cursor
-
Cause: Internal PGAU logic error - should not occur. An error occurred closing an SQL statement cursor. Syntax checking only continues with the next statement.
- PGU-20005: unable to commit PG DD changes
-
Cause: Internal PGAU logic error - should not occur. An error occurred attemtping to commit changes to the PG DD. Syntax checking only continues with the next statement.
- PGU-20006: unable to logout from Oracle
-
Cause: Internal PGAU logic error - should not occur. An error occurred during logoff from the Oracle server. Syntax checking only continues with the next statement.
- PGU-20007: unable to rollback PG DD changes
-
Cause: Internal PGAU logic error - should not occur. An error occurred attemtping to rollback changes from the PG DD. Syntax checking only continues with the next statement.
- PGU-30000: transaction <varname>string</varname>, version <varname>string</varname> specification generated to file <varname>string</varname>
-
Cause: PGAU successfully completed generation of the TIP specification for transaction <varname>tranname</varname> and version <varname>version</varname> into file <varname>fileid</varname>.
- PGU-30001: PGAU internal error - <varname>string</varname>
-
Cause: An internal PGAU operation error has occurred.
- PGU-30002: >>> Initialization of <varname>string</varname> File Header <<<
-
Cause: This record is written to the Trace or Log file upon initialization.
- PGU-30003: transaction <varname>string</varname>, version <varname>string</varname> body generated to file <varname>string</varname>
-
Cause: PGAU successfully completed generation of the TIP body for transaction <varname>tranname</varname> and version <varname>version</varname> into file <varname>fileid</varname>.
- PGU-30008: failure to open file <varname>string</varname>
-
Cause: Before complete initialization of LMS functions, PGAU tracing or logging to disks was requested, but PGAU failed to open the indicated trace or log file. <varname>fileid</varname>.
- PGU-30009: failure to close file <varname>string</varname>
-
Cause: After termination of LMS functions,PGAU tracing or or logging to disks had been requested, but PGAU failed to close the indicated trace or log file. <varname>fileid</varname>.
- PGU-30010: failure to obtain <varname>string</varname> bytes of storage for <varname>string</varname>
-
Cause: Before complete initialization of LMS functions, PGAU failed to obtain <varname>bytes</varname> of storage for <varname>use</varname>, commensurate with LMS initialization.
- PGU-30012: invalid language environment (<varname>string</varname>), default used
-
Cause: Before complete initialization of LMS functions, the environment variable LANGUAGE specified an invalid Oracle NLS language <varname>lang</varname>. The language environment variable SSTDLANG setting was used as the default.
- PGU-30014: pgau message file <varname>string</varname> not found
-
Cause: Before complete initialization of LMS functions, the PGAU message file <varname>fileid</varname> could not be located.
- PGU-30024: memory allocate failure: <varname>string</varname> for <varname>string</varname> bytes
-
Cause: Insufficient memory available. Storage failed to be allocated for the reason <varname>purpose</varname> of the size <varname>len</varname> specified.
- PGU-30026: open failure: file <varname>string</varname> in <varname>string</varname> mode
-
Cause: Error during fopen processing <varname>file</varname> for <varname>mode</varname> access.
- PGU-30028: file <varname>string</varname> failure: <varname>string</varname> rc <varname>string</varname>
-
Cause: An error occurred during <varname>oper</varname> processing for the file <varname>fileid</varname> with return code <varname>rc</varname>. File operations include: 'fclose' to close input or output files 'remove' to erase, delete, or remove output files
- PGU-30030: read failure: <varname>string</varname> from <varname>string</varname> after offset <varname>string</varname>
-
Cause: Error during fgets <varname>oper</varname> processing for <varname>file</varname> at <varname>offset</varname> bytes into the file.
- PGU-30031: write failure: <varname>string</varname> to <varname>string</varname> at <varname>number</varname> for <varname>string</varname> bytes
-
Cause: Error during fputs <varname>oper</varname> processing for <varname>file</varname> from buffer at <varname>addr</varname> for <varname>len</varname> bytes of data.
- PGU-30032: write log failure: rc %4li, message no was <varname>string</varname>
-
Cause: fprintf returned the error code <varname>rc</varname> attempting to print PGAU error message number <varname>msgno</varname>. The indicated event message was being written when the error occured.
- PGU-30033: write trace failure: rc %4li, message no was <varname>string</varname>
-
Cause: fprintf returned the error code <varname>rc</varname> attempting to print PGAU trace message number <varname>msgno</varname>. The indicated trace message was being written when the error occured.
- PGU-30035: file control failure: <varname>string</varname> for <varname>string</varname>, rc <varname>string</varname>
-
Cause: Error during control function <varname>oper</varname> processing for <varname>file</varname> with error code <varname>rc</varname> returned.
- PGU-30036: no ORACLE_HOME environment variable available
-
Cause: The ORACLE_HOME environment variable setting is missing or invalid.
- PGU-30120: missing <varname>string</varname> attribute for parm <varname>string</varname>, field <varname>string</varname> f#<varname>string</varname>
-
Cause: The parameter <varname>parm</varname> specifies an aggregate data record for which field <varname>field</varname> with PG DD field id number <f#> was being processed, but the field had no relative level attribute <varname>attr</varname>. Typical relative level attributes are: nn ... COBOL-clauses for IBMVSCOBOLII 'LEVEL' attribute Each attribute is stored as a separate row in the PG DD, and the missing attribute's row may have been deleted from the PG DD.
- PGU-30122: level limit: field f#=<varname>string</varname> nest level <varname>string</varname> exceeds <varname>string</varname> of <varname>string</varname>
-
Cause: PGAU was processing nested records when the next field <f#> for nest level <varname>lev</varname> exceeded the product defined minimum or maximum nest level <varname>limit</varname>.
- PGU-30123: level limit: level <varname>string</varname> field <varname>string</varname> can't follow level <varname>string</varname>
-
Cause: PGAU was processing nested records when the next field at at level <varname>levN</varname>, identified by <fld#>, occurred after fields at current level <varname>levC</varname>. Additional fields at intermediate levels should have preceded this field. This error happens when special fields such as COBOL RENAMES (at LEVEL 66) appear next after the level 01 definition.
- PGU-30220: allocate failure: <varname>string</varname> storage of <varname>string</varname> bytes
-
Cause: Insufficient memory available for the specified purpose. Requestor attempted to allocate a <varname>type</varname> control block of <varname>len</varname> size specified.
- PGU-30233: control block load failure: <varname>string</varname> block from PG DD
-
Cause: Control block of the specified <varname>type</varname> was being loaded with a row from the PG Data Dictionary when an error occurred. A preceding message issued specifies the cause.
- PGU-30234: attribute array for <varname>string</varname> exceeded by PG DD rows > <varname>string</varname>
-
Cause: A control block of the specified <varname>type</varname> was being loaded with attribute rows from the PG Data Dictionary when the <varname>limit</varname> was exceeded.
- PGU-30300: work file output error writing <varname>string</varname>
-
Cause: PGAU encountered an error writing a PL/SQL code segment to the indicated work file <varname>fileid</varname>.
- PGU-30301: TIP output error appending <varname>string</varname> to <varname>string</varname>
-
Cause: PGAU encountered an error appending the work file <varname>infile</varname> to the TIP output file <varname>outfile</varname>.
- PGU-30302: TIP output error writing function <varname>string</varname> to file <varname>string</varname>
-
Cause: PGAU encountered an error appending the TIP function definition <varname>func</varname> to the work output file <varname>file</varname>. Error occurred during generation of the TIP Package Specification.
- PGU-30303: TIP generation error writing variable <varname>string</varname> to file <varname>string</varname>
-
Cause: PGAU encountered an error appending the TIP variable definition <varname>var</varname> to the work output file <varname>file</varname>. Error occurred during generation of the TIP Package Specification.
- PGU-30304: TIP generation warning: <varname>string</varname> name truncated to <varname>string</varname> characters
-
Cause: This is a warning of possible non-unique PL/SQL names. PGAU encountered record field names which combined exceed the maxmimum PL/SQL name length, and the last field name specified <varname>field</varname> was truncated to the length <varname>len</varname>. The condition occurred during generation of the TIP Package Specification for parameter variables.
- PGU-30305: TIP generation error defining record type <varname>string</varname> for <varname>string</varname>
-
Cause: An occured during generation of a nested record type <varname>type</varname> for the indicated field name <varname>name</varname>. This message should be preceded by the specific error. Condition occurred during generation of the TIP Package Specification for parameter variables.
- PGU-30306: TIP generation: invalid PL/SQL parameter mode <varname>string</varname> for <varname>string</varname>
-
Cause: The parameter call mode <varname>mode</varname> specified for the parameter <varname>parm</varname>. Valid parameter modes are IN, OUT or IN OUT. Probable PG DD content error.
- PGU-30307: TIP generation: invalid PL/SQL variable type <varname>string</varname> for <varname>string</varname>
-
Cause: An invalid PL/SQL record type <varname>type</varname> was encountered while generating conversion statements for the data field <varname>field</varname>. The indicated <varname>type</varname> is neither valid PL/SQL nor a nested record type, for the indicated record field <varname>field</varname>. Probable PG DD content error.
- PGU-30308: TIP generation: name <varname>string</varname>.<varname>string</varname> exceeds max length of <varname>string</varname> characters
-
Cause: The number of nested groups and lengths of their field names in the input data, when concatenated to form a fully qualified PL/SQL record field variable name <recname.varname>, exceeded the maximum length allowed by PL/SQL <varname>maxlen</varname>. Condition occurred during generation of the TIP Package Specification for parameter variables.
- PGU-30309: TIP generation: call <varname>string</varname> parm <varname>string</varname> exceeds PGAXFER <varname>string</varname> limit (<varname>string</varname>)
-
Cause: The TIP function call <varname>cname</varname> at parm <varname>pname</varname> exchanges too many parameters for the <varname>type</varname> buffers on a PGAXFER RPC. The PGAXFER parameter limit is <varname>limit</varname>. The indicated <varname>type</varname> is either 'SEND' or RECEIVE'. Probable PGAU DEFINE CALL error, coding too many parameters. Note also that IN OUT mode parameters are present in both send and receive buffers and may be causing the excess.
- PGU-30314: TIP generation: failure converting record type <varname>string</varname> for <varname>string</varname>
-
Cause: An occured during generation of PL/SQL statements for conversion of a nested record type <varname>type</varname> for the indicated field name <varname>name</varname>. This message should be preceded by the specific error. Condition occurred during generation of the TIP Package Specification for parameter variables.
- PGU-30315: TIP generation: parameter conversion error for <varname>string</varname>, <varname>string</varname>
-
Cause: Failure to generate PL/SQL conversion statements for the indicated parameter data <varname>dname</varname> for function <varname>call</varname>. This message may be preceeded by specific messages describing the error. Possible errors include disk access, invalid datatype, and/or missing nested record or field datatype definitions.
- PGU-30316: TIP generation: PL/SQL <varname>string</varname> control logic for <varname>string</varname> <varname>string</varname>
-
Cause: Failure to generate PL/SQL statement <varname>stmt</varname> used to control TIP processing of the field <varname>fname</varname> for compiler clause <varname>clause</varname>. Typical IBMVSCOBOLII clauses are: OCCURS (requires FOR/LOOP logic) OCCURS DEPENDING ON (requires FOR/LOOP logic) REDEFINES (requires IF/END IF logic) This message may be preceeded by specific messages describing the error. Possible errors include disk access, invalid datatype, and/or missing nested record or field datatype definitions.
- PGU-30317: TIP generation: PL/SQL <varname>string</varname> statements for <varname>string</varname> <varname>string</varname>
-
Cause: Failure to generate PL/SQL control logic <varname>stmt</varname> to process TIP parameter <varname>dataname</varname> in function <varname>callname</varname>. This message may be preceeded by specific messages describing the error. Possible errors include disk access, invalid datatype, and/or missing nested record or field datatype definitions.
- PGU-30318: TIP generation: <varname>string</varname> <varname>string</varname>, PL/SQL <varname>string</varname> for <varname>string</varname>
-
Cause: Data field <varname>d-field</varname> <f#> was referenced by other fields which required PL/SQL statements <varname>stmt</varname> be generated for the value <varname>num</varname>, but an error occurred during the generation of the statements. This message may be preceeded by specific messages describing the error. Possible errors include disk access and memory exceeded.
- PGU-30319: TIP generation: <varname>string</varname> <varname>string</varname>
-
Cause: TIP execution diagnostics for PG Data Dictionary References PKGEX(DR) was requested on the PGAU GENERATE statement, but the PG DD reference for <varname>type</varname> <id#> couldn't be generated. This message may be preceeded by specific messages describing the error. Possible errors include disk access and memory exceeded.
- PGU-30600: TIP generation: invalid COBOL syntax in <varname>string</varname>:
-
Cause: The COBOL data field <varname>field</varname> specifies conflicting or invalid PIC <varname>mask</varname> and USAGE <varname>maskopts</varname> clauses. The invalid PIC and USAGE definitions were selected from the PG DD to identify field conversion function calls. PGAU also issues messages 30601 for <varname>mask</varname> and 30602 for <varname>maskopts</varname> .
- PGU-30601: COBOL mask: <varname>string</varname>
-
Cause: Issued to identify <varname>mask</varname> for the preceding message.
- PGU-30602: COBOL maskopts: <varname>string</varname>
-
Cause: Issued to identify <varname>maskopts</varname> for the preceding message.
- PGU-30604: missing <varname>string</varname> attribute for <varname>string</varname>
-
Cause: A COBOL field <varname>field</varname> containing a clause of the form <varname>syntax</varname> required a missing attribute <varname>attr</varname> corresponding to <varname>token</varname>. PGAU issues messages 30603 and 30604 consecutively for <varname>field</varname>, <varname>syntax</varname>, <varname>attr</varname>, and <varname>token</varname>. Typical IBMVSCOBOLII required token attributes are: field OCCURS int-1 TIMES where 'int-1' is the token for attribute 'repgrpff' field OCCURS int-1 TO int-2 TIMES DEPENDING ON name-1 where 'int-1' is the token for attribute 'repgrpvf' 'int-2' is the token for attribute 'repgrpvl' 'name-1' is the token for attribute 'repgrpvm' field RENAMES name-1 THRU name-2 where 'name-1' is the token for attribute 'renamemf' 'name-2' is the token for attribute 'renameml' field REDEFINES name-1 WHEN name-2 = value where 'name-1' is the token for attribute 'remapsmf' 'name-2' is the token for attribute 'remapsml' 'value' is the token for attribute 'remapswc' or for attribute 'remapswn' field LENGTH IS name-1 where 'name-1' is the token for attribute 'length' Each attribute is stored as a separate row in the PG DD, and the missing attribute's row may have been deleted from the PG DD.
- PGU-30605: TIP generation: invalid COBOL syntax in unknown field:
-
Cause: An unidentified COBOL field specifies conflicting or invalid PIC <varname>mask</varname> and USAGE <varname>maskopts</varname> clauses. The invalid PIC and USAGE definitions were selected from the PG DD to identify global TIP conversion variables. PGAU also issues messages 30601 for <varname>mask</varname> and 30602 for <varname>maskopts</varname> .
- PGU-30606: TIP generation: missing multi-byte NLS name for <varname>string</varname>:
-
Cause: The COBOL data field <varname>field</varname> specifies character data in the the PIC <varname>mask</varname> and USAGE <varname>maskopts</varname> clauses which require translation with a multi-byte character set (MBCS), but no Oracle MBCS NLS name was specified. The MBCS-oriented PIC and USAGE definitions were selected from the PG DD to identify field conversion function calls. PGAU also issues messages 30601 for <varname>mask</varname> and 30602 for <varname>maskopts</varname> .
- PGU-30611: references missing field <varname>string</varname> specified for <varname>string</varname>
-
Cause: The data field <varname>d-field</varname> containing a clause of the form <varname>syntax</varname> references a missing field <varname>r-field</varname> specified by the clause word <varname>token</varname>. PGAU issues messages 30610 and 30611 consecutively for <varname>d-field</varname> <varname>syntax</varname> <varname>r-field</varname> and <varname>token</varname>. Typical IBMVSCOBOLII clause syntax for this error includes: d-field OCCURS int-1 TIMES d-field OCCURS int-1 TO int-2 TIMES DEPENDING ON name-1 d-field RENAMES name-1 THRU name-2 d-field REDEFINES name-1 WHEN name-2 = value d-field LENGTH IS name-1 The clause references a field <varname>r-field</varname> specified by the word <varname>token</varname>. PGAU GENERATE searched previous fields within the current parameter but failed to find the named field <varname>r-field</varname>. The word <varname>token</varname> may be misspelled in the defining clause or the referenced field whose name should match <varname>token</varname> may be missing from, or misspelled in the PG DD.
- PGU-30622: unable to insert <varname>string</varname> value for field <varname>string</varname>
-
Cause: During TIP generation, an attempt to insert a new attribute value for the <varname>attr</varname> attribute for the named field <varname>fname</varname> failed.
- PGU-30631: no alignment for environment <varname>string</varname> <varname>string</varname>, datatype <varname>string</varname> <varname>string</varname>
-
Cause: The data field <varname>d-field</varname> <f#> specified an attribute which specifies remote host boundary alignment. The PG DD environment tables were searched for alignment information for environment <varname>ename</varname> compiler <varname>compno</varname> datatype <varname>dtype</varname> datatype alignment group <varname>dagno</varname>, but no entries were found matching these characteristics. PGAU issues messages 30630 and 30631 consecutively for <varname>d-field</varname> <f#> and <varname>ename</varname> <varname>compno</varname> <varname>dtype</varname> <varname>dagno</varname>. PGAU requires the alignment information to properly align the remote host data in the TIP transfer buffers. Supported: envrionment and compilers are; IBM370 for compiler IBMVSCOBOLII alignment attributes are; <varname>d-field</varname> ... PIC S9(n) <varname>dtype</varname> SYNC <varname>d-field</varname> ... PIC S9(n) <varname>dtype</varname> SYNCHRONIZE datatype values <varname>dtype</varname> may be; COMP COMPUTATIONAL COMP-4 COMPUTATIONAL-4 datatypes grouped under <varname>dagno</varname> by length/alignment: dagno = 1 for 2-byte length aligned on 2-byte boundary dagno = 2 for 4-byte length aligned on 4-byte boundary Possible causes are: - The TRANSACTION entry in the PG DD for the TIP being generated may have specified an invalid ENVIRONMENT. - The DATA entry in the PG DD being referenced in the TIP function call being generated may have specified an invalid LANGUAGE. - The field datatype and/or length within the DATA entry may be invalid or unsupported. - The PG DD may be unavailable, in which case previous error messages will indicate problems accessing the PG DD.
- PGU-30632: TIP generation: <varname>string</varname> <varname>string</varname>, <varname>string</varname> ignored for <varname>string</varname>
-
Cause: The data field <varname>d-field</varname> <f#> specified a modifying clause <varname>clause</varname> which is ignored for datatype <varname>dtype</varname> by thecompiler in the remote host environment. For supported: envrionment and compilers; IBM370 for compiler IBMVSCOBOLII <varname>clause</varname> is ignored when <varname>dtype</varname> is; SYNC | SYNCHRONIZE COMP-3 | COMPUTATIONAL-3 SYNC | SYNCHRONIZE DISP | DISPLAY
- PGU-30635: TIP generation: <varname>string</varname> <varname>string</varname>, nested repeating group for <varname>string</varname>
-
Cause: The data field <varname>d-field</varname> <f#> specified a repeating group clause <varname>clause</varname> while a previous repeating group is active. The repeating group in <varname>d-field</varname> cannot be nested within a previous repeating group. TIP's use PL/SQL tables to implement repeating groups, and PL/SQL tables are limited to a single key or subscript which cannot support nested repeating groups (a table of tables).
- PGU-30636: TIP generation: <varname>string</varname> <varname>string</varname>, <varname>string</varname> attribute value (<varname>string</varname>) ignored
-
Cause: The data field <varname>d-field</varname> <f#> specified an attribute <varname>attr</varname> whose value <varname>attrval</varname> is being ignored. Attribute values are ignored for supported: envrionment and compilers; IBM370 for compiler IBMVSCOBOLII when <varname>attr</varname> is the <varname>attrval</varname> is ignored: SYNC | SYNCHRONIZE LEFT JUST | JUSTIFY LEFT
- PGU-30637: TIP generation: <varname>string</varname> <varname>string</varname>, <varname>string</varname> attribute value (<varname>string</varname>) invalid
-
Cause: The data field <varname>d-field</varname> <f#> specified an attribute <varname>attr</varname> whose value <varname>attrval</varname> is invalid or unsupported.
- PGU-35002: failure to open cursor for statement <varname>string</varname>: rc <varname>string</varname>
-
Cause: Open of an Oracle cursor for the PGAU SQL statement <varname>stmtname</varname> failed with Oracle error <varname>rc</varname>. This message is preceded by an Oracle Server message for the specific error encountered.
- PGU-35003: failure to parse SQL statement <varname>string</varname> for cursor <varname>string</varname>: rc <varname>string</varname>
-
Cause: Parsing of the PGAU SQL statement <varname>stmtname</varname> for Oracle cursor <varname>curno</varname> failed with Oracleerror <varname>rc</varname>. This message is preceded by an Oracle Server message for the specific error encountered.
- PGU-35004: failure to bind <varname>string</varname> for cursor <varname>string</varname> statement <varname>string</varname>: rc <varname>string</varname>
-
Cause: Binding input variable <varname>invar</varname> for Oracle cursor <varname>curno</varname> to the PGAU SQL statement <varname>stmtname</varname> failed with Oracle error <varname>rc</varname>. This message is preceded by an Oracle Server message for the specific error encountered.
- PGU-35005: failure to define <varname>string</varname> for cursor <varname>string</varname> statement <varname>string</varname>: rc <varname>string</varname>
-
Cause: Defining output variable <varname>outvar</varname> for Oracle cursor <varname>curno</varname> to the PGAU SQL statement <varname>stmtname</varname> failed with Oracle error <varname>rc</varname>. This message is preceded by an Oracle Server message for the specific error encountered.
- PGU-35006: failure to execute for cursor <varname>string</varname> statement <varname>string</varname>: rc <varname>string</varname>
-
Cause: Executing Oracle cursor <varname>curno</varname> PGAU SQL statement <varname>stmtname</varname> failed with Oracle error <varname>rc</varname>. Possible error in PGAU GENERATE statement transaction or version parameters, or possible missing rows or misspelled in the PG DD for the requested transaction. This message is preceded by an Oracle Server message for the specific error encountered.
- PGU-35007: failure to fetch for cursor <varname>string</varname> statement <varname>string</varname>: rc <varname>string</varname>
-
Cause: Fetch using Oracle cursor <varname>curno</varname> PGAU SQL statement <varname>stmtname</varname> failed with Oracle error <varname>rc</varname>. Possible error in PGAU GENERATE statement transaction or version parameters, or possible missing rows or misspelled in the PG DD for the requested transaction. This message is preceded by an Oracle Server message for the specific error encountered.
- PGU-35008: failure to close cursor <varname>string</varname> for statement <varname>string</varname>: rc <varname>string</varname>
-
Cause: Close of Oracle cursor <varname>curno</varname> for PGAU SQL statement <varname>stmtname</varname> failed with rc <varname>rc</varname>. This message is preceded by an Oracle Server message for the specific error encountered.
- PGU-35009: no transaction rows for statement <varname>string</varname>, <varname>string</varname> <varname>string</varname>: rc <varname>string</varname>
-
Cause: No Transaction rows were fetched from the PG DD for PGAU SQL statement <varname>stmt</varname> with transaction name <varname>tname</varname> and transaction version <varname>tver</varname>. The Oracle error code is <varname>rc</varname>. Either the transaction name and version supplied on the GENERATE statement were invalid or the transaction entry is missing from the PG DD. This message is preceded by an Oracle Server message for the specific error encountered.
- PGU-35010: no <varname>string</varname> rows for statement <varname>string</varname>, id no <varname>string</varname>: rc <varname>string</varname>
-
Cause: No <varname>type</varname> rows were fetched from the PG DD for PGAU SQL statement <varname>stmt</varname> with id number <varname>idno</varname>. The Oracle error code is <varname>rc</varname>. Either the parent PG DD entry references an invalid subordinate entry or the entry is missing from the PG DD. This message is preceded by an Oracle Server message for the specific error encountered.
- PGU-35011: no environment rows for statement <varname>string</varname>, <varname>string</varname> <varname>string</varname>: rc <varname>string</varname>
-
Cause: No Environment rows were fetched from the PG DD for PGAU SQL statement <varname>stmt</varname> with environment name <varname>ename</varname> and compiler number <varname>compno</varname>. The Oracle error code is <varname>rc</varname>. Either the environment specified for the transaction or the compiler specified for the data entry in the transaction were invalid, or the entries are missing from the PG DD. This message is preceded by an Oracle Server message for the specific error encountered.
- PGU-35012: missing transaction entry <varname>string</varname> <varname>string</varname>
-
Cause: The transaction <varname>tname</varname> <varname>tver</varname> was not found in the PG DD. Either the transaction name and version requested in the GENERATE statement were invalid or the transaction specified in a previous DEFINE TRANSACTION <varname>tname</varname> may have been deleted from or altered in the PG DD. This message may be preceded by specific messages describing the error.
- PGU-35013: missing call entry for transaction <varname>string</varname> <varname>string</varname> (<varname>string</varname>)
-
Cause: A call entry under transaction definition <varname>tname</varname> <varname>tver</varname> (<varname>tin</varname>) was not found in the PG DD. The call entry associated with the transaction (as specified in a previous DEFINE TRANSACTION ... CALL(cname)) may have been deleted from or altered in the PG DD. This message may be preceded by specific messages describing the error.
- PGU-35014: missing parm entry for transaction <varname>string</varname> <varname>string</varname> (<varname>string</varname>) call <varname>string</varname> <varname>string</varname> (<varname>string</varname>)
-
Cause: A parameter or data entry for transaction <varname>tname</varname> <varname>tver</varname> (<varname>tin</varname>), call <varname>cname</varname> <varname>cver</varname> (<varname>cin</varname>) was not found in the PG DD. The parm or data entry associated with the call (as specified in a previous DEFINE CALL <varname>cname</varname> ... PARMS(dname)) may have been deleted from or altered in the PG DD. This message may be preceded by specific messages describing the error.
- PGU-35015: missing field entry for transaction <varname>string</varname> <varname>string</varname> (<varname>string</varname>) call <varname>string</varname> <varname>string</varname> (<varname>string</varname>) parm <varname>string</varname> data <varname>string</varname> <varname>string</varname> (<varname>string</varname>)
-
Cause: A data field entry for transaction <varname>tname</varname> <varname>tver</varname> (<varname>tin</varname>), call <varname>cname</varname> <varname>cver</varname> (<varname>cin</varname>), parm <varname>relno</varname> data <varname>dname</varname> <varname>dver</varname> (<varname>din</varname>) was not found in the PG DD. The field entry associated with this data (as specified in the input file field position or FIELD(fname) of a previous DEFINE or REDEFINE DATA statement) may have been deleted from or altered in the PG DD. This message may be preceded by specific messages describing the error.
- PGU-35016: missing formatted conversion entry for transaction <varname>string</varname> <varname>string</varname>
-
Cause: For transaction <varname>tname</varname> <varname>tver</varname>, the data field usage, mask, and maskopts entries were not found in the PG DD. PG DD field entries are selected with usage='PASS' and not null mask and maskopts columns, to identify which data fields will use UTL_RAW MAKE_..._FORMAT conversions. Possible invalid entries in pga_fields( usage,mask,maskopts ) columns. This message may be preceded by specific messages describing the error.
- PGU-35017: missing environment <varname>string</varname> <varname>string</varname> for t# <varname>string</varname> d# <varname>string</varname>
-
Cause: The combined environment <varname>ename</varname> <varname>compno</varname> was not found in the PG DD for transaction id# <varname>tin</varname> and data id# <varname>din</varname>. The environment name stored in the transaction entry and the compiler no stored in a call parameter data entry have no environment rows stored in the PG DD environment tables. This message may be preceded by specific messages describing the error.
- PGU-35018: failed select for statement <varname>string</varname>, <varname>string</varname> <varname>string</varname>: rc <varname>string</varname>
-
Cause: No information was fetched from Oracle dual for SQL statement <varname>stmt</varname> with date format <varname>dfmt</varname> and time format <varname>tfmt</varname>. The Oracle error code is <varname>rc</varname>. Either the date and time formats specified are invalid or some other Oracle server error occurred. This message is preceded by an Oracle Server message for the specific error encountered.
- PGU-39100: EP
-
Cause: Subroutine Call Tracing Active. The indicated subroutine was called.
- PGU-39101: RP rc %4li
-
Cause: Subroutine Call Tracing Active. The indicated subroutine is returning with the return code shown.
- PGU-39102: EP <varname>number</varname>, <varname>number</varname>, <varname>number</varname>, <varname>string</varname>, <varname>string</varname>, <varname>string</varname>, <varname>string</varname>, <varname>string</varname>, <varname>string</varname>, <varname>number</varname>, <varname>number</varname>
-
Cause: Subroutine Call Tracing Active. The GPG main routine was called from PGAU.
- PGU-39103: RP rc %4li, <varname>string</varname> exit
-
Cause: Subroutine Call Tracing Active. The indicated subroutine is returning from its indicated exit with the non-success return code shown.
- PGU-39107: EP <varname>number</varname>
-
Cause: Subroutine Call Tracing Active. The indicated subroutine was called.
- PGU-39108: EP <varname>string</varname>, <varname>string</varname>
-
Cause: Subroutine Call Tracing Active. The indicated subroutine was called.
- PGU-39110: EP <varname>string</varname><varname>string</varname>
-
Cause: Subroutine Call Tracing Active. The indicated subroutine was called.
- PGU-39111: EP f#<varname>string</varname>, <varname>number</varname>, <varname>string</varname>, <varname>string</varname>, <varname>string</varname>
-
Cause: Subroutine Call Tracing Active. The indicated subroutine was called.
- PGU-39112: EP <varname>string</varname> => <varname>string</varname>
-
Cause: Subroutine Call Tracing Active. The indicated subroutine was called.
- PGU-39113: EP <varname>number</varname> for <varname>string</varname> bytes
-
Cause: Subroutine Call Tracing Active. The indicated subroutine was called.
- PGU-39114: EP <varname>string</varname><varname>string</varname>, <varname>string</varname><varname>string</varname>, <varname>string</varname>
-
Cause: Subroutine Call Tracing Active. The indicated subroutine was called.
- PGU-39116: EP p-<varname>number</varname>, c-<varname>number</varname>
-
Cause: Subroutine Call Tracing Active. The indicated subroutine was called.
- PGU-39117: EP p-<varname>number</varname>, c-<varname>number</varname>, LD <varname>string</varname>
-
Cause: Subroutine Call Tracing Active. The indicated subroutine was called.
- PGU-39118: EP <varname>string</varname>, <varname>string</varname>, <varname>string</varname>
-
Cause: Subroutine Call Tracing Active. The indicated subroutine was called.
- PGU-39119: EP <varname>string</varname>, c#<varname>string</varname>, d#<varname>string</varname>, f#<varname>string</varname>, <varname>string</varname>
-
Cause: Subroutine Call Tracing Active. The indicated subroutine was called.
- PGU-39120: EP c-<varname>number</varname>, p-<varname>number</varname>, f-<varname>number</varname>
-
Cause: Subroutine Call Tracing Active. The indicated subroutine was called.
- PGU-39121: EP d#<varname>string</varname>, f#<varname>string</varname>
-
Cause: Subroutine Call Tracing Active. The indicated subroutine was called.
- PGU-39122: EP <varname>number</varname>, <varname>string</varname>, <varname>string</varname>
-
Cause: Subroutine Call Tracing Active. The indicated subroutine was called.
- PGU-39123: EP <varname>string</varname>, <varname>string</varname>, <varname>number</varname>
-
Cause: Subroutine Call Tracing Active. The indicated subroutine was called.
- PGU-39124: EP <varname>string</varname>, <varname>string</varname>
-
Cause: Subroutine Call Tracing Active. The indicated subroutine was called.
- PGU-39125: EP <varname>string</varname>, <varname>string</varname>, <varname>string</varname>
-
Cause: Subroutine Call Tracing Active. The indicated subroutine was called.
- PGU-39126: EP <varname>string</varname>, <varname>string</varname>, <varname>string</varname>, <varname>string</varname>
-
Cause: Subroutine Call Tracing Active. The indicated subroutine was called.
- PGU-39127: EP <varname>string</varname>, <varname>string</varname>
-
Cause: Subroutine Call Tracing Active. The indicated subroutine was called.
- PGU-39128: EP <varname>string</varname>, <varname>string</varname><varname>string</varname>, <varname>string</varname>
-
Cause: Subroutine Call Tracing Active. The indicated subroutine was called.
- PGU-39200: Initialization rc %4li
-
Cause: Initialization/Termination Tracing Active. Successful initialization by indicated subroutine.
- PGU-39201: Initialization failure rc %4li
-
Cause: Initialization/Termination Tracing Active. Failed initialization by indicated subroutine.
- PGU-39210: Termination rc %4li
-
Cause: Initialization/Termination Tracing Active. Successful termination by indicated subroutine.
- PGU-39211: Termination failure rc %4li
-
Cause: Initialization/Termination Tracing Active. Failed termination by indicated subroutine.
- PGU-39300: QM rc %4li, <varname>number</varname>
-
Cause: Queue Management Tracing Active. Successful alteration of the TDT.
- PGU-39301: QM failure rc %4li, <varname>number</varname>
-
Cause: Queue Management Tracing Active. Failed alteration of the TDT.
- PGU-39302: QM p-<varname>string</varname><varname>string</varname>, c-f#<varname>string</varname>, LD <varname>string</varname>
-
Cause: Queue Management Tracing Active. Successful alteration of the TDT.
- PGU-39303: QM warning rc %4li, <varname>number</varname>
-
Cause: Queue Management Tracing Active. Requested structure not located.
- PGU-39400: IT read %4li bytes from <varname>string</varname>
-
Cause: Initation/Termination Tracing Active. Successful read of file or segment data.
- PGU-39404: IO file <varname>string</varname> <varname>string</varname> for <varname>string</varname> mode
-
Cause: I/O Tracing Active. Successful file control operation.
- PGU-39405: IO <varname>string</varname> %4li bytes <varname>string</varname>
-
Cause: I/O Tracing Active. Successful read/write of file or segment data.
- PGU-39500: DD rc %4li, <varname>number</varname> <varname>string</varname><varname>string</varname>
-
Cause: Data Dictionary Tracing Active. Successful select and load of a PG DD entry
- PGU-39501: DD rc %4li - warning
-
Cause: Data Dictionary Tracing Active. Failed select and/or load of a PG DD entry
- PGU-39502: DD rc %4li, <varname>number</varname> <varname>string</varname> <varname>string</varname> <varname>string</varname> <varname>string</varname>
-
Cause: Data Dictionary Tracing Active. Successful select and load of a format conversion block
- PGU-39503: OC %3ls %5ls %2li
-
Cause: Oracle Call Tracing Active. Successful cursor operation
- PGU-39504: DD rc %4li, <varname>string</varname>, <varname>string</varname>, <varname>string</varname>
-
Cause: Data Dictionary Tracing Active. Successful select from dual for current session attributes
- PGU-39510: OC %7ls %12ls cursor %2li %3ls, rc <varname>string</varname>
-
Cause: Oracle Call Tracing Active. Successful BIND variable operation
- PGU-39512: OC %7ls %12ls cursor %2li %3ls, rc <varname>string</varname>
-
Cause: Oracle Call Tracing Active. Successful DEFINE operation
- PGU-39513: OC %7ls cursor %2li %3ls, rc <varname>string</varname>
-
Cause: Oracle Call Tracing Active. Successful EXECUTE operation
- PGU-39514: OC %7ls cursor %2li %3ls, rows <varname>string</varname>, rc <varname>string</varname>
-
Cause: Oracle Call Tracing Active. Successful FETCH operation
- PGU-39600: TG TIP <varname>string</varname>, SFD <varname>string</varname>
-
Cause: TIP package generation tracing active. Successful generation of TIP specification function definition.
- PGU-39601: TG TIP <varname>string</varname>, SVD <varname>string</varname>
-
Cause: TIP package generation tracing active. Successful generation of TIP specification variable definition.
- PGU-39602: TG <varname>string</varname> for <varname>string</varname>=<varname>string</varname> <varname>string</varname>, <varname>string</varname> l=<varname>string</varname> o=<varname>string</varname>
-
Cause: TIP package generation tracing active. Successful generation of TIP data conversion logic. This trace entry is written at the completion of generation for every data parameter of a TIP call and field of a data parameter. There should be one trace for every parameter exchanged by the TIP and one trace for every data field of each parameter.
- PGU-39603: TG DBlink <varname>string</varname>, rpc <varname>string</varname>
-
Cause: TIP package generation tracing active. Successful generation of specified PGA gateway server RPC.
- PGU-39604: TG edit var <varname>string</varname> PLS <varname>string</varname>
-
Cause: TIP package generation tracing active. Successful generation of specified PL/SQL variable conversion.
- PGU-39605: TG F-chk <varname>string</varname> <varname>string</varname> f#<varname>string</varname> fl=<varname>string</varname> <varname>string</varname><varname>string</varname> pl=<varname>string</varname>
-
Cause: TIP package generation tracing active. Successful syntax check of cobol field.
- PGU-39606: TG %8ls=> <varname>string</varname>
-
Cause: TIP package generation tracing active. Successful syntax check of cobol field. This trace entry is supplemental to 39605.
- PGU-39607: TG %8ls=> a#<varname>string</varname> <varname>string</varname> <varname>string</varname>
-
Cause: TIP package generation tracing active. Successful syntax check of cobol field numeric attribute This trace entry is supplemental to 39605.
- PGU-39608: TG %8ls=> a#<varname>string</varname> <varname>string</varname> <varname>string</varname>
-
Cause: TIP package generation tracing active. Successful syntax check of cobol field numeric attribute This trace entry is supplemental to 39605.
- PGU-39609: TG %8ls=> a#<varname>string</varname> <varname>string</varname> <varname>string</varname>
-
Cause: TIP package generation tracing active. Successful syntax check of cobol field date attribute This trace entry is supplemental to 39605.
- PGU-39610: TG <varname>string</varname> for <varname>string</varname> #<varname>string</varname> <varname>string</varname>, <varname>string</varname>
-
Cause: TIP package generation tracing active. Successful generation of TIP Function. This trace entry is written at the completion of generation for every TIP public function. There should be one trace of this type for every Call defined in the Transaction.
- PGU-39620: TG rc %4li, <varname>string</varname>
-
Cause: TIP package generation tracing active. Successful alignment/offset computation
- PGU-41000: invalid field definition syntax
-
Cause: An field definition is invalid. There may be invalid punctuation or an invalid keyword present.
- PGU-41001: unexpected end of input
-
Cause: An unexpected end-of-file condition has occurred in the PGAU command stream.
- PGU-41002: improper REPORT statement
-
Cause: There is a syntax error in the REPORT statment.
- PGU-41003: invalid data field definition name
-
Cause: A DEFINE or REDEFINE DATA statement has specified an invalid field name for a field definition. The field name may be missing. A field name must begin with an alphabetic character and contain only alphanumeric characters or an underscore ('_'). Syntax checking only continues with the next statement.
- PGU-41004: invalid delimiter
-
Cause: An invalid delmiter has been found (such as a parenthesis or comma in the wrong place.
- PGU-41005: invalid PGAU statement syntax
-
Cause: A token has been found which is not a valid PGAU keyword, delimiter, or identifer name. Syntax checking only continues with the next statement.
- PGU-41006: value for parameter '<varname>string</varname>' missing
-
Cause: The parameter keyword <varname>keyword</varname> was properly specified but parameter value was not found. Syntax checking only continues with the next statement.
- PGU-41007: parameter '<varname>string</varname>' was previously specified
-
Cause: The parameter <varname>dupparm</varname> has been specified earlier in a PGAU statement and is only allowed once. Syntax checking only continues with the next statement.
- PGU-41008: invalid DATA definition dname specified
-
Cause: An invalid token has been specified for the data name for a DEFINE DATA or REDEFINE DATA statement. A DATA identifier dname must begin with an alphabetic character and contain only alphanumeric characters. Syntax checking only continues with the next statement.
- PGU-41012: invalid PLSDNAME parameter
-
Cause: The parameter specified in the PLSDNAME clause of a DEFINE or REDEFINE DATA statement does not comply with PL/SQL syntax for PL/SQL variable names. Syntax checking only continues with the next statement.
- PGU-41013: invalid LANGUAGE parameter
-
Cause: The LANGUAGE parameter in a DEFINE or REDEFINE DATA statement is not a valid PGA Compiler Language. Syntax checking only continues with the next statement.
- PGU-41014: invalid USAGE parameter
-
Cause: The USAGE parameter in a DEFINE or REDEFINE DATA statement is not a valid PGAU usage. Syntax checking only continues with the next statement.
- PGU-41015: USAGE parameter was previously specified
-
Cause: The USAGE parameter has already been specified in a DEFINE or REDEFINE DATA statement and is only allowed once per data definition. Syntax checking only continues with the next statement.
- PGU-41016: LANGUAGE parameter was previously specified
-
Cause: The LANGUAGE parameter has already been specified in a DEFINE or REDEFINE DATA statement and is only allowed once per data definition. Syntax checking only continues with the next statement.
- PGU-41017: PLSDNAME parameter was previously specified
-
Cause: The PLSDNAME parameter has already been specified in a DEFINE or REDEFINE DATA statement and is only allowed once per data definition. Syntax checking only continues with the next statement.
- PGU-41018: invalid COMPOPTS parameter
-
Cause: The COMPOPTS parameter in a DEFINE or REDEFINE DATA statement is not a valid compiler option string recognized by PGAU. Syntax checking only continues with the next statement.
- PGU-41019: COMPOPTS parameter was previously specified
-
Cause: The COMPOPTS parameter has already been specified in a DEFINE or REDEFINE DATA statement and is only allowed once per data definition. Syntax checking only continues with the next statement.
- PGU-41020: invalid CALL definition cname specified
-
Cause: The token is not a valid call identifier name for a DEFINE CALL statement. A CALL identifier cname must begin with an alphabetic character and contain only alphanumeric characters. Syntax checking only continues with the next statement.
- PGU-41021: PKGCALL parameter was previously specified
-
Cause: The PKGCALL parameter has already been specified in a DEFINE CALL statement and is only allowed once per call definition. Syntax checking only continues with the next statement.
- PGU-41022: invalid PKGCALL parameter
-
Cause: The function name specified in the PKGCALL parameter of a DEFINE CALL statement does not comply with PL/SQL syntax for PL/SQL function names. Syntax checking only continues with the next statement.
- PGU-41025: invalid VERSION number specified
-
Cause: The token is not a valid version number in a PGAU DEFINE or UNDEFINE CALL or TRANSACTION statement, or in a GENERATE statement. Valid version numbers are all numeric and must match a the Oracle sequence object value reported by a previous DEFINE statement. Syntax checking only continues with the next statement.
- PGU-41026: PARMS parameter was previously specified
-
Cause: The PARMS parameter has already been specified in a DEFINE CALL statement and is only allowed once once per call definition. Syntax checking only continues with the next statement.
- PGU-41029: invalid TRANSACTION CALL cname specified
-
Cause: The token is not a valid call identifier name for specifying CALLs in a DEFINE TRANSACTION statement. A CALL identifier cname must begin with an alphabetic character and contain only alphanumeric characters, and must have originated in a previous DEFINE CALL statement. Syntax checking only continues with the next statement.
- PGU-41030: NLS_LANGUAGE parameter was previously specified
-
Cause: The NLS_LANGUAGE parameter has already been specified in a DEFINE TRANSACTION statement and is only allowed once per transaction definition. Syntax checking only continues with the next statement.
- PGU-41031: parameter '<varname>string</varname>' specifies undefined Oracle NLS name '<varname>string</varname>'
-
Cause: The PGAU parameter <varname>parm</varname> specifies an Oracle NLS language name <varname>nlsname</varname> which is not defined on the Oracle server to re PGAU executes. which PGAU is connected. The language <varname>nlsname</varname> is not defined possibly because it was not selected when Oracle was installed, or the GENERATE'd TIPs are intended to execute on another Oracle, or it is not a valid Oracle NLS Language, i.e. misspelled or unsupported. Syntax checking only continues with the next statement.
- PGU-41032: ENVIRONMENT parameter was previously specified
-
Cause: The ENVIRONMENT parameter has already been specified in a DEFINE TRANSACTION statement and is only allowed once per transaction definition. Syntax checking only continues with the next statement.
- PGU-41033: invalid ENVIRONMENT parameter
-
Cause: The ENVIRONMENT parameter in a DEFINE TRANSACTION statement is not a valid PGA ENVIRONMENT. Syntax checking only continues with the next statement.
- PGU-41034: SIDEPROFILE parameter was previously specified
-
Cause: The SIDEPROFILE parameter as already been specified in a DEFINE TRANSACTION statement and is only allowed once per transaction definition. Syntax checking only continues with the next statement.
- PGU-41035: invalid SIDEPROFILE name specified
-
Cause: The token is not a valid name for specifying an SNA Side Profile in a DEFINE TRANSACTION statement. A Side Profile name must begin with an alphabetic character and contain only alphanumeric characters. Syntax checking only continues with the next statement.
- PGU-41036: LUNAME parameter was previously specified
-
Cause: The LUNAME parameter has already been specified in a DEFINE TRANSACTION statement and is only allowed once per transaction definition. Syntax checking only continues with the next statement.
- PGU-41037: invalid LUNAME name specified
-
Cause: The token is not a valid name for specifying an SNA LU name in a DEFINE TRANSACTION statement. An LU name must begin with an alphabetic character and contain only alphanumeric characters. Syntax checking only continues with the next statement.
- PGU-41038: TPNAME parameter was previously specified
-
Cause: The TPNAME parameter has already been specified in a DEFINE TRANSACTION statement and is only allowed once per transaction definition. Syntax checking only continues with the next statement.
- PGU-41039: invalid TPNAME name specified
-
Cause: The token is not a valid name for specifying an SNA TP name in a DEFINE TRANSACTION statement. A TP name must begin with an alphabetic character and contain only alphanumeric characters. Syntax checking only continues with the next statement.
- PGU-41040: LOGMODE parameter was previously specified
-
Cause: The LOGMODE parameter has already been specified in a DEFINE TRANSACTION statement and is only allowed once per transaction definition. Syntax checking only continues with the next statement.
- PGU-41041: invalid LOGMODE name specified
-
Cause: The token is not a valid name for specifying an SNA logmode in a DEFINE TRANSACTION statement. A logmode must begin with an alphabetic character and contain only alphanumeric characters. Syntax checking only continues with the next statement.
- PGU-41042: SYNCLEVEL parameter was previously specified
-
Cause: The SYNCLEVEL parameter has already been specified in a DEFINE TRANSACTION statement and is only allowed once per transaction definition. Syntax checking only continues with the next statement.
- PGU-41043: invalid SYNCLEVEL value specified
-
Cause: The token is not a valid value for specifying an APPC SYNC level in a DEFINE TRANSACTION statement. The only values allowed for SYNC level are 0 and 1. Syntax checking only continues with the next statement.
- PGU-41044: invalid TRANSACTION name
-
Cause: The token is not a valid transaction identifier name in a DEFINE TRANSACTION statement. A transaction name must begin with an alphabetic character and contain only alphanumeric characters. Syntax checking only continues with the next statement.
- PGU-41045: missing call name in DEFINE TRANSACTION
-
Cause: PGAU DEFINE TRANSACTION syntax requires a call name which was not found. Syntax checking only continues with the next statement.
- PGU-41046: SIDEPROFILE omitted: all of LUNAME, TPNAME, and LOGMODE required
-
Cause: If the SNA SIDEPROFILE parameter is not specified, then all three of the LUNAME, TPNAME and LOGMODE parameters must be specified in a DEFINE TRANSACTION statement. Syntax checking only continues with the next statement.
- PGU-41048: CALL parameter was previously specified
-
Cause: The CALL parameter has already been specified in a DEFINE TRANSACTION statement and is only allowed once per transaction definition. Syntax checking only continues with the next statement.
- PGU-41049: DEFINE TRANSACTION parameter <varname>string</varname> previously specified
-
Cause: The parameter <varname>parm</varname> has already been specified in a DEFINE TRANSACTION statement and is only allowed once per transaction definition. Syntax checking only continues with the next statement.
- PGU-41053: VERSION parameter was previously specified
-
Cause: The VERSION parameter has already been specified, and is only allowed once in a GENERATE or REDEFINE statement. Syntax checking only continues with the next statement.
- PGU-41054: invalid version number in VERSION parameter
-
Cause: The version number must follow the VERSION keyword enclosed in parenthesis in a GENERATE or REDEFINE statement. Syntax checking only continues with the next statement.
- PGU-41055: invalid FIELD or PLSFNAME name for indicated language
-
Cause: The token is not a valid field identifier name in the specified language for specifying a FIELD or PLSFNAME parameter in a REDEFINE DATA statement. A field identifier name must obey the naming conventions of the specified language. In COBOL, only alphamerics may be used in addition to the hyphen character and the first character must be alphabetic. Syntax checking only continues with the next statement.
- PGU-41058: invalid transaction name specified
-
Cause: The token is not a valid transaction identifier name for a GENERATE statement. A transaction identifier name must begin with an alphabetic character and contain only alphanumeric characters, and must have originated in a previous DEFINE TRANSACTION statement. Syntax checking only continues with the next statement.
- PGU-41059: PKGNAME parameter was previously specified
-
Cause: The PKGNAME parameter has already been specified in a GENERATE statement and is only allowed once per GENERATE request. Syntax checking only continues with the next statement.
- PGU-41060: invalid PKGNAME name specified
-
Cause: The token is not a valid identifier name for specifying the PL/SQL TIP package name in a GENERATE statement. A package name identifier must begin with an alphabetic character and contain only alphanumeric characters. Syntax checking only continues with the next statement.
- PGU-41061: OUTFILE parameter was previously specified
-
Cause: The OUTFILE parameter has already been specified in a GENERATE statement and is only allowed once per GENERATE request. Syntax checking only continues with the next statement.
- PGU-41063: DIAGNOSE parameter was previously specified
-
Cause: The DIAGNOSE parameter has already been specified in a GENERATE statement and is only allowed once per GENERATE request. Syntax checking only continues with the next statement.
- PGU-41064: PGANODE parameter was previously specified
-
Cause: The PGANODE parameter <varname>keyword</varname> has already been specified in a GENERATE statement and is only allowed once per GENERATE request. Syntax checking only continues with the next statement.
- PGU-41065: invalid PGANODE name specified
-
Cause: The token is not a valid PGA node identifier name in a GENERATE statement. A PGA node identifier name must begin with an alphabetic character and contain only alphanumeric characters, and be a valid Oracle DB link name. Syntax checking only continues with the next statement.
- PGU-41068: unable to open the input definition file
-
Cause: An error occurred opening the input definition file specified with the INFILE parameter in a DEFINE or REDEFINE DATA statement. Syntax checking only continues with the next statement.
- PGU-41070: COBOL inline definition must start with left-paren at line end
-
Cause: A COBOL inline definition starts with a left parenthesis. The left parenthesis must be the last character on the line preceding any COBOL data definition statements.
- PGU-41071: missing LANGUAGE parameter
-
Cause: PGAU DEFINE or REDEFINE DATA syntax requires a LANGUAGE parameter which was not found. Syntax checking only continues with the next statement.
- PGU-41072: OPTIONS parameter was previously specified
-
Cause: The OPTIONS parameter has already been specified in a GENERATE statement and is only allowed once per GENERATE request. Syntax checking only continues with the next statement.
- PGU-41073: repeated OPTIONS subparameter
-
Cause: The indicated subparameter was previously specified in an OPTIONS parameter. The only valid OPTIONS subparameter is UDF. It may be specified only once per GENERATE statement. Syntax checking only continues with the next statement.
- PGU-41075: TRACE parameter was previously specified
-
Cause: The TRACE parameter has already been specified in a GENERATE statement and is only allowed once per GENERATE request. Syntax checking only continues with the next statement.
- PGU-41076: repeated TRACE or PKGEX parameter
-
Cause: The indicated parameter was previously specified in a DIAGNOSE TRACE or PKGEX parameter. The valid TRACE parameters are SE, IT, QM, IO, OC, DD, and TG. The valid PKGEX parameters are DC and DR. Each may be specified only once per GENERATE statement. Syntax checking only continues with the next statement.
- PGU-41077: PKGEX parameter was previously specified
-
Cause: The PKGEX parameter has already been specified in a GENERATE statement and is only allowed once per GENERATE request.
- PGU-41079: data definition <varname>string</varname> version <varname>number</varname> inserted into PG DD
-
Cause: PGAU inserted the data definition <varname>dname</varname> with version number <varname>dver</varname> as the result of processing a DEFINE DATA statement.
- PGU-41080: call definition <varname>string</varname> version <varname>number</varname> inserted into PG DD
-
Cause: PGAU inserted the call definition <varname>cname</varname> with version number <varname>cver</varname> as the result of processing a DEFINE CALL statement.
- PGU-41081: transaction definition <varname>string</varname> version <varname>number</varname> inserted into PG DD
-
Cause: PGAU inserted the transaction definition <varname>tname</varname> with version number <varname>tver</varname> as the result of processing a DEFINE TRANSACTION statement.
- PGU-41082: data definition <varname>string</varname> version <varname>number</varname> updated in PG DD
-
Cause: PGAU updated the data definition <varname>dname</varname> with version number <varname>dver</varname> as the result of processing a REDEFINE DATA statement.
- PGU-41083: data definition <varname>string</varname> version <varname>number</varname> deleted from PG DD
-
Cause: PGAU deleted the data definition <varname>dname</varname> with version number <varname>dver</varname> as the result of processing an UNDEFINE DATA statement.
- PGU-41084: call definition <varname>string</varname> version <varname>number</varname> deleted from PG DD
-
Cause: PGAU deleted the call definition <varname>cname</varname> with version number <varname>cver</varname> as the result of processing an UNDEFINE CALL statement.
- PGU-41085: transaction definition <varname>string</varname> version <varname>number</varname> deleted from PG DD
-
Cause: PGAU deleted the transaction definition <varname>tname</varname> with version number <varname>tver</varname> as the result of processing an UNDEFINE TRANSACTION statement.
- PGU-41086: length of <varname>string</varname> token exceeds maximum allowed length of <varname>number</varname>
-
Cause: The object name of type <varname>var</varname> is longer than the maximum length <varname>len</varname> allowed by PGAU. Only syntax checking continues with the next statement.
- PGU-41087: data name <varname>string</varname> does not exist
-
Cause: A DEFINE CALL references a data definition name <varname>dname</varname> that does not exist.
- PGU-41088: data name <varname>string</varname> or specified version (<varname>number</varname>) of data name <varname>string</varname> does not exist
-
Cause: A DEFINE CALL references a data definition name <varname>dname</varname> that does not exist, or specified a non-existent version <varname>dver</varname> of the data definition <varname>dname</varname>.
- PGU-41089: call name <varname>string</varname> does not exist
-
Cause: A DEFINE TRANSACTION references a call definition name <varname>cname</varname> that does not exist.
- PGU-41090: call name <varname>string</varname> or specified version (<varname>number</varname>) of call name <varname>string</varname> does not exist
-
Cause: A DEFINE TRANSACTION references a call definition name <varname>cname</varname> that does not exist, or specified a non-existent version <varname>cver</varname> of the call definition <varname>cname</varname>.
- PGU-41091: data name <varname>string</varname> does not exist
-
Cause: An UNDEFINE DATA references a data definition name <varname>dname</varname> that does not exist.
- PGU-41092: data name <varname>string</varname> or specified version (<varname>number</varname>) of data name <varname>string</varname> does not exist
-
Cause: An UNDEFINE DATA references a data definition name <varname>dname</varname> that does not exist, or specified a non-existent version <varname>dver</varname> of the data definition <varname>dname</varname>.
- PGU-41093: call name <varname>string</varname> does not exist
-
Cause: An UNDEFINE CALL references a call definition name <varname>cname</varname> that does not exist.
- PGU-41094: call name <varname>string</varname> or specified version (<varname>number</varname>) of call name <varname>string</varname> does not exist
-
Cause: An UNDEFINE CALL references a call definition name <varname>cname</varname> that does not exist, or specified a non-existent version <varname>cver</varname> of the call definition <varname>cname</varname>.
- PGU-41095: transaction name <varname>string</varname> does not exist
-
Cause: An UNDEFINE TRANSACTION references a transaction definition name <varname>tname</varname> that does not exist.
- PGU-41096: transaction name <varname>string</varname> or specified version (<varname>number</varname>) of transaction name <varname>string</varname> does not exist
-
Cause: An UNDEFINE TRANSACTION references a transaction definition name <varname>tname</varname> that does not exist, or specified a non-existent version <varname>tver</varname> of the transaction definition <varname>tname</varname>.
- PGU-41097: language parameter given in REDEFINE DATA conflicts with DEFINE DATA
-
Cause: The LANGUAGE parameter in a REDEFINE DATA statement for a given dataname specifies a language different than the language originally specified in the DEFINE DATA statement for the given dataname.
- PGU-41100: FIELD parameter on REDEFINE specifies unknown field name (<varname>string</varname>)
-
Cause: A REDEFINE with the FIELD parameter specifies a field name <varname>fname</varname> that does not currently exist in the data object being REDEFINEd.
- PGU-41101: INFILE parameter given on DEFINE DATA with inline data
-
Cause: An INFILE parameter was found on a DEFINE DATA statement, but an inline data definition was also found. Only one of the two forms is allowed in a single DEFINE DATA statement.
- PGU-41102: data definition missing on <varname>string</varname> DATA
-
Cause: Neither an inline data definition nor an INFILE parameter was found in a DEFINE DATA or REDEFINE DATA statement. One of these is required in a DEFINE DATA. One of these may be required in a REDEFINE DATA depending on other parameters given.
- PGU-41103: INFILE parameter was previously specified
-
Cause: The INFILE parameter has already been specified in a DEFINE DATA or REDEFINE DATA statement and is only allowed once per data definition or redefinition. Syntax checking only continues with the next statement.
- PGU-41105: memory exhausted
-
Cause: An attempt to allocated memory failed.
- PGU-41106: missing left parenthesis in a GROUP
-
Cause: Left parenthesis must immediately follow a GROUP verb
- PGU-41107: GROUP within a GROUP not allowed
-
Cause: A GROUP was found within a GROUP.
- PGU-41108: data definition <varname>string</varname> does not exist
-
Cause: A data name, <varname>name</varname>, was specified but does not exist.
- PGU-41109: field name <varname>string</varname> does not exist in data definition <varname>string</varname>
-
Cause: The field name <varname>fld</varname> does not exist in the data definition named <varname>dnm</varname>.
- PGU-41110: field name <varname>string</varname> appears multiple times in data definition <varname>string</varname>
-
Cause: A REDEFINE specifies the field name <varname>fld</varname>; this field name is multiply defined in the data definition <varname>dnm</varname>. The field name must be sufficiently qualified to remove the ambiguity so that a unique field may be referenced.
- PGU-41111: missing <varname>string</varname> name
-
Cause: A DEFINE or REDEFINE statement is missing the name of a transaction object, a call object, or a data object. <varname>token</varname> is the type of object.
- PGU-41112: invalid name for UNDEFINE <varname>string</varname>
-
Cause: The identifier name in an UNDEFINE statement is invalid. An identifier name must begin with an alphabetic character and contain only alphanumeric characters. <varname>token</varname> is the type of object.
- PGU-41113: invalid WITH operand
-
Cause: The token is not a valid operand in a WITH phrase. Only DATA and CALLS are valid.
- PGU-41114: duplicate WITH operand
-
Cause: An identical WITH phrase has been previously found in this statement.
- PGU-41115: invalid WITH operand in this context
-
Cause: A WITH phrase has been found in an invalid context. The phrase WITH CALLS can appear only in an UNDEFINE TRANSACTION; the phrase WITH DATA cannot appear in an UNDEFINE DATA.
- PGU-41119: expecting one of DATA, CALL, or TRANSACTION in a DEFINE
-
Cause: One of DATA, CALL, or TRANSACTION must be given to specify what type of object is to be defined.
- PGU-41120: VERSION parameter conflicts with UNDEFINE ALL
-
Cause: A VERSION parameter was found in an UNDEFINE ALL.
- PGU-41121: invalid DIAGNOSE parameter
-
Cause: An invalid sub-parameter was found within a DIAGNOSE parameter.
- PGU-41122: no transaction name given in a GENERATE statement
-
Cause: The transaction name is missing.
- PGU-41123: expecting DATA (type of object)
-
Cause: DATA was expected to be found at this point in the REDEFINE.
- PGU-41124: expecting one of DATA, CALL, or TRANSACTION in an UNDEFINE
-
Cause: One of DATA, CALL, or TRANSACTION must be given to specify what type of object is to be deleted.
- PGU-41125: expecting the name of a <varname>string</varname> object
-
Cause: The type of object (DATA, CALL, or TRANSACTION) must be followed by a name for the object.
- PGU-41126: WITH token immediately followed by another WITH token
-
Cause: There are two succesive WITH tokens in the command input stream.
- PGU-41127: a DATA or CALLS token was found but not preceded by a WITH token
-
Cause: There is a missing WITH token before DATA or CALLS
- PGU-41128: a WITH token ends <varname>string</varname>
-
Cause: A WITH token was found as the last token in an UNDEFINE or REPORT command.
- PGU-41129: parameter <varname>string</varname> invalid without FIELD parameter
-
Cause: The FIELD parameter is a pre-requisite to specify the <varname>parm</varname> parameter because <varname>parm</varname> applies to FIELDs within a DATA redefinition. PGAU REDEFINE parameters which require FIELD are: - PLSFNAME - CODEPAGE
- PGU-41131: FIELD specified, but USAGE, PLSFNAME, or language input absent
-
Cause: The FIELD keyword must be accompanied by at least one of the following keywords: USAGE, PLSFNAME, INFILE.
- PGU-41132: language input defines more than one field
-
Cause: A REDEFINE DATA with the FIELD option indicates that a single field is being redefined. The language input contained definitions for more than one field.
- PGU-41133: language input defines no data field for REDEFINE ... FIELD(...)
-
Cause: A REDEFINE DATA with the FIELD option indicates that a single field is being redefined. However, the language input contained no field definitions.
- PGU-41134: no <varname>string</varname> PGAU objects satisfied the REPORT request
-
Cause: A REPORT command requested information about a group of unnamed PGAU data objects with a type specified by <varname>token</varname>. But there were no objects of that type.
- PGU-41135: no PGAU <varname>string</varname> objects named <varname>string</varname> satisfied the REPORT request
-
Cause: A REPORT command requested information about a PGAU data object with a type specified by <varname>type</varname> and a name of <varname>name</varname>. But there were no objects of that <varname>type</varname> with the given <varname>name</varname>.
- PGU-41136: no <varname>string</varname> PGAU object named <varname>string</varname> at version <varname>number</varname> satisfied the REPORT request
-
Cause: A REPORT command requested information about a specific PGAU data object with a type specified by <varname>type</varname>, a name of <varname>name</varname>, and a version of <varname>vsn</varname>. But there is no object with that name and version.
- PGU-41137: too many version requests; maximum of <varname>number</varname> allowed
-
Cause: The VERSION parameter of a REPORT request has too many sub-parameters; the <varname>maximum</varname> is specified in the message.
- PGU-41138: missing <varname>string</varname> name
-
Cause: The <varname>object</varname> name is missing in a REPORT statement.
- PGU-41139: use of VERSION parameter conflicts with ALL parameter
-
Cause: A VERSION parameter has been found. But an ALL parameter has also been found (denoting all versions)
- PGU-41140: version number expected
-
Cause: A version number was expected at this point.
- PGU-41141: an invalid version number was found
-
Cause: A non-numeric string was found when scanning for a version number.
- PGU-41142: version parameter has already been specified
-
Cause: The VERSION parameter has already been found.
- PGU-41143: this type of WITH operand invalid with a <varname>string</varname> object
-
Cause: The WITH phrase is invalid with respect to an object of type <varname>type</varname>. For example, REPORT DATA ... WITH DATA is invalid,
- PGU-41144: default PKGCALL parameter truncated to <varname>string</varname>
-
Cause: The PKGCALL parameter was defaulted in a DEFINE CALL statement and normally takes the value of the CALL object name. However, the length of the CALL object name is greater than the maximum length allowed for the PKGCALL parameter (which is 30). The default value actually used is <varname>value</varname>.
- PGU-41145: default PLSDNAME parameter truncated to <varname>string</varname>
-
Cause: The PLSDNAME parameter was defaulted in a DEFINE DATA statement and normally takes the value of the DATA object name. However, the length of the DATA object name is greater than the maximum length allowed for the PLSDNAME parameter (which is 30). The default value actually used is <varname>value</varname>.
- PGU-41146: invalid INFILE parameter
-
Cause: The INFILE parameter in a DEFINE or REDEFINE DATA statement does not designate a valid filename. Syntax checking only continues with the next statement.
- PGU-42001: ALL not valid in VALUE(S) clause at level 88
-
Cause: ALL cannot be specified in a level 88 (condition-names) entry
- PGU-42002: COPY statement: ended prematurely
-
Cause: There are missing operands in the COPY clause
- PGU-42003: COPY reserved word found within a COPY clause
-
Cause: COPY clause found embedded within another COPY clause
- PGU-42004: COPY not allowed as operand-1 or operand-2 in COPY REPLACING
-
Cause: COPY reserved word not allowed as operand-1 or operand-2 in the REPLACING clause of a COPY statement.
- PGU-42005: COPY statement: nothing to copy
-
Cause: No filename operand given in COPY clause
- PGU-42006: invalid token <varname>string</varname>
-
Cause: An unrecognzied token <varname>token</varname> was found when checking for a COBOL reserved word
- PGU-42007: invalid EJECT statement
-
Cause: An EJECT statement cannot be given with operands
- PGU-42008: invalid SKIPn statement
-
Cause: A SKIP1, SKIP2, or SKIP3 statment cannot have operands
- PGU-42009: <varname>string</varname>
-
Cause: This is an echo of the offending source line, <varname>sourceline</varname>.
- PGU-42010: level-number with <varname>number</varname> digits exceeds maximum of two
-
Cause: A level-number was found with <varname>number</varname> digits. Level-numbers are restricted to a maximum of two digits
- PGU-42011: invalid level number of <varname>number</varname> found
-
Cause: Level numbers are restricted to 01-49, 66, 77, or 88; <varname>number</varname> was found.
- PGU-42012: level 01 or 77 has yet to be found
-
Cause: Record definition must start at level 01 or 77; a level other than 01 or 77 has been found.
- PGU-42013: level 01 or 77 not yet found or begun between columns <varname>number</varname> and <varname>number</varname>
-
Cause: Missing level 01 or 77 in source file or the 01 or 77 did not start within the column limits specified by <varname>margin-A</varname> and <varname>margin-B</varname>.
- PGU-42014: RENAMES clause must be at level 66
-
Cause: The RENAMES reserved word may be used ONLY at level 66.
- PGU-42015: multiple <varname>string</varname> clauses found
-
Cause: Multiple instances of a clause of type <varname>type</varname> were found.
- PGU-42016: invalid figurative_type value passed
-
Cause: This is an internal error.
- PGU-42017: VALUES can be used only at level 88
-
Cause: The VALUES keyword can only be specified in a data definition describing a condition and only at level 88.
- PGU-42018: could not open input file <varname>string</varname>
-
Cause: The specified input file <varname>file</varname> could not be opened for reading.
- PGU-42019: REDEFINES clause should be first clause
-
Cause: A REDEFINES clause must appear before any other clause in a data definition.
- PGU-42020: RENAMES dn-1 (THROUGH) dn-2 must stand alone
-
Cause: If a RENAMES clause appears in a data definition, it must be the ONLY clause.
- PGU-42021: unterminated record definition found
-
Cause: An end-of-file was found before the ending statement terminator. This also results from COBOL definitions which extend beyond column 72.
- PGU-42022: VALUES clause must be the only clause at level 88
-
Cause: The only clause allowed at level 88 is a VALUE or VALUES clause.
- PGU-42024: missing period-separator in TITLE statement
-
Cause: A TITLE statement is not ended by a period separator.
- PGU-42025: invalid TITLE statement
-
Cause: Invalid format for TITLE statement.
- PGU-42026: COPY copies a COPY REPLACING or vice versa
-
Cause: The source file copied by a COPY statement cannot contain a COPY ... REPLACING statment; or the source file copied by a COPY ... REPLACING statement cannot have a COPY statement.
- PGU-42027: in line <varname>number</varname> of file <varname>string</varname> as follows
-
Cause: This message follows another message that describes the actual error. The line following this message echoes the input COBOL source line. The source line was found in line <varname>line</varname> of file <varname>filename</varname>.
- PGU-42028: invalid USAGE token: <varname>string</varname>
-
Cause: An invalid word, <varname>token</varname> follows USAGE in a USAGE clause. <varname>token</varname> may be valid in some COBOL dialects.
- PGU-42029: reserved word <varname>string</varname> is invalid as a PICTURE
-
Cause: A reserved word, <varname>token</varname>, was used as a PICTURE operand.
- PGU-42030: a <varname>string</varname> clause has been prematurely terminated
-
Cause: A clause of type <varname>type</varname> has ended but there are missing operands.
- PGU-42031: <varname>string</varname> phrase is misplaced after <varname>string</varname> phrase
-
Cause: A phrase introduced by <varname>key-word-1</varname> cannot come after a phrase introduced by <varname>key-word-2</varname>. Certain phrases must precede other phrases in a data definition. For instance, an ASCENDING [KEY] phrase must appear before an INDEXED phrase.
- PGU-42032: state value <varname>string</varname> is <varname>string</varname>
-
Cause: An internal error has occurred in the PGAU COBOL parser. State <varname>state</varname> is either valid or invalid according to <varname>validity</varname>.
- PGU-42033: extraneous text at column <varname>string</varname>
-
Cause: Extraneous text has been found at the end of a record definition. It starts in column <varname>column</varname> of the source input record.
- PGU-42034: COPY for file <varname>string</varname> is recursive
-
Cause: A COPY statement for file <varname>filename</varname> has been found while processing a previous occurrence of a COPY specifying the same file.
- PGU-42035: invalid null operand in pseudo-text in a COPY REPLACING clause
-
Cause: The first operand in a REPLACING clause of a COPY statment is pseudo-text but the pseudo-text is null.
- PGU-42036: invalid input in <varname>string</varname> clause or paragraph
-
Cause: Invalid syntax in a <varname>special</varname> clause or paragraph.
- PGU-42037: missing END-EXEC token
-
Cause: An END-EXEC was not found while processing an EXEC clause.
- PGU-42038: invalid use of reserved word <varname>string</varname>
-
Cause: A reserved word, <varname>reserved</varname>, was found in an illegal context.
- PGU-42039: in line as follows
-
Cause: This message follows another message that describes the actual error. The line following this message echos the input COBOL source line.
- PGU-42040: DEPENDING ON phrase missing in OCCURS clause
-
Cause: An OCCURS clause describes a variable length table. One needs a DEPENDING ON phrase to tell how large is the current instance of the table. The DEPENDING ON clause is missing. DEPENDING ON phrase that tells how large the current instance
- PGU-42041: missing or invalid USAGE clause for DBCS PIC clause
-
Cause: A PICTURE clause specifies a DBCS datatype, but the required USAGE IS DISPLAY-1 clause is misisng or inavlid.
- PGU-42042: LENGTH IS clause not allowed for numeric or edited data
-
Cause: A LENGTH IS clause was specified for a data item that is not non-edited character data.
- PGU-50001: error reading the log file.
-
Cause: An error occured reading the log file.
- PGU-50002: no data found.
-
Cause: The predicate that was chosen to delete the row from the PGA_TCP_IMSC table is not found.
- PGU-50003: <varname>string</varname> length of <varname>number</varname> exceeds the maximum of <varname>number</varname>.
-
Cause: The parameter, <varname>parm</varname> length, <varname>len</varname>, passed to PG4TCPMAP tool was larger than the maximum allowed, <varname>max</varname>.
- PGU-50004: PG4TCPMAP has ended with a failure.
-
Cause: An error occured processing pg4tcpmap tool. This message is preceded by additional messages providing more information about the error.
- PGU-50101: You have entered an invalid value.
-
Cause: This is a warning that you have entered an invalid value.