Oracle Procedural Gateway® for APPC Messages Guide 10g Release 1 (10.1) for UNIX and Microsoft Windows Part Number B12177-01 |
|
|
View PDF |
This chapter lists the messages issued by the Procedural Gateway Administration Utility (PGAU) and provides a possible cause and recommended action for each message.
This chapter contains the following sections:
'connect username/password@instance'
or 'connect username/password'
.fopen
processing file for mode access.fclose
to close input or output files, or remove
to erase, delete, or remove output files.fgets
oper processing for file at offset bytes into the file.fputs
oper processing for file from buffer at addr for len bytes of data.fprintf
routine returned the indicated error code rc when attempting to print PGAU error message number msgno. The indicated event message was being written when the error occurred.fprintf
routine returned the indicated error code rc when attempting to print PGAU trace message number msgno. The indicated trace message was being written when the error occurred.Each attribute is stored as a separate row in the PG DD and the row for the missing attribute might have been deleted from the PG DD.
Typical IBMVSCOBOLII clauses are:
This message might be preceded by specific messages describing the error. Possible errors include disk access, invalid datatype and missing nested record or field datatype definitions.
Typical IBMVSCOBOLII required token attributes are:
where int-1 is the token for attribute repgrpff.
field OCCURS int-1 TO int-2 TIMES DEPENDING ON name-1
where:
field RENAMES name-1 THRU name-2
where:
field REDEFINES name-1 WHEN name-2 = value
where:
field LENGTH IS name-1
where:
Each attribute is stored as a separate row in the PG DD, and the missing attribute's row might have been deleted from the PG DD.
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, r-field, specified by the word token.
PGAU GENERATE searched previous fields within the current parameter but failed to find the named field, r-field. The word token might be misspelled in the defining clause, or the referenced field whose name matches token might be missing from, or misspelled in, the PG DD.
Supported environment and compilers are IBM370 for IBMVSCOBOLII compiler.
Supported alignment attributes are:
Supported datatype values are:
Datatype grouped under dagno by length and alignment are:
Possible causes are:
the TRANSACTION entry in the PG DD for the TIP that is being generated might have specified an invalid ENVIRONMENT
the DATA entry in the PG DD that is being referenced in the TIP function call being generated might have specified an invalid LANGUAGE
the field datatype and length within the DATA entry might be invalid or unsupported
the PG DD might be unavailable. Preceding messages indicate problems accessing the PG DD
Supported environment and compiler is IBM370 for the IBMVSCOBOLII compiler.
SYNC/SYNCHRONIZE is ignored when dtype is one of the following:
Supported environment and compiler is IBM370 for the IBMVSCOBOLII compiler.
The LEFT attrval is ignored when attr is one of the following:
Possible invalid entries in pga_fields( usage,mask,maskopts ) columns. This message might be preceded by specific messages describing the error.