DFS1039I fieldname use assign [ATTR] [PASSWORD] [CURSOR] [EXTEND] [DPN] [RDPN] [PRN] [RPRN] [FMT] [MSG] [****]
Explanation
This message is used to display the attributes
associated with a symbol table entry. A symbol table entry can be
for a named DPAGE or LPAGE SOR=name. The entry can also be for a named
DFLD or MFLD dfldname. The particular symbol table being processed
is identified by a previous message in the output. The following list
shows the definitions for the message:
- Name
- Meaning
- fieldname
- Symbolic name as defined by user
- use
- Number of occurrences of the specific name (decimal)
- assign
- Decimal value assigned to the symbol for interblock identification
- [ATTR]
- Field has dynamic attribute information supplied by at least one output message in the format set.
- [PASSWORD]
- Internal entry for PASSWORD definition for the FMT
- [CURSOR]
- This field is used to set dynamic cursor position or to receive cursor position information on input.
- [EXTEND]
- Field has dynamic extended attribute information supplied by at least one output message in the format set.
- [DPN]*
- This field name has been referenced by a destination process name parameter on the DIV statement.
- [RDPN]*
- This field name has been referenced by a return destination process name parameter on the DIV statement.
- [PRN]*
- This field name has been referenced by a primary resource name parameter on the DIV statement.
- [RPRN]*
- This field name has been referenced by a return primary resource name parameter on the DIV statement.
*Note: The same
field name can be referenced by more than one of the last four parameters
above, but those parameters must appear in different DIV sections
of the FORMAT definition, or error message DFS1160I will be
issued.
- [FMT]
- This field has been defined within a FMT descriptor.
- [MSG]
- This field has been referenced within a MSG descriptor.
- [****]
- Indicates a potential error. Either the field has not been defined within an FMT description and referenced within an MSG descriptor, or the field was defined within the FMT description and was not referenced within an MSG description.
Programmer response
If the field is found to be in error, as indicated by [****], correct the definition and rerun the job.
Severity
0, if no asterisks are in the message; 4, if four asterisks (****) are in the message.