Hulenv Converter messages
* XRPRMCNV * 000 INPRM OPEN FAILED
- Description:
-
Failed to open the data set that is specified for INPRM.
- Measures:
-
Correctly specify the data set for INPRM.
* XRPRMCNV * 001 XRCRD OPEN FAILED
- Description:
-
Failed to open the XRCRD definition card.
- Measures:
-
Correctly define the XRCRD definition card.
* XRPRMCNV * 002 OTPRM OPEN FAILED
- Description:
-
Failed to open the data set that is specified for OTPRM.
- Measures:
-
Correctly specify the data set for OTPRM.
* XRPRMCNV * 003 ddname MEMBER NOTHING
- ddname:
-
DD name
- Description:
-
No member is specified for the partitioned data set that is specified for ddname.
- Measures:
-
Specify a member if you specify a partitioned data set.
* XRPRMCNV * 004 ddname INVALID DSORG
- ddname:
-
DD name
- Description:
-
The partition of the data set that is specified for ddname is invalid.
- Measures:
-
Specify a sequential data set or partitioned data set.
* XRPRMCNV * 005 ddname INVALID RECORD FORMAT
- ddname:
-
DD name
- Description:
-
The record format of the data set that is specified for ddname is invalid.
- Measures:
-
Specify a fixed-length data set.
* XRPRMCNV * 006 ddname INVALID RECORD SIZE
- ddname:
-
DD name
- Description:
-
The record length of the data set that is specified for ddname is invalid.
- Measures:
-
Specify a data set with a record length of 80 bytes.
* XRPRMCNV * 007 INSUFFICIENT MEMORY
- Description:
-
Failed to allocate the memory.
- Measures:
-
Increase the REGION size and try again.
* XRPRMCNV * 008 INVALID DEFINITION CARD CARD-NO:nn
- nn:
-
Number of the card where the error occurred
- Description:
-
The format of the value that is specified for the XRCRD definition card is invalid.
- Measures:
-
Specify the value using the correct format.
* XRPRMCNV * 009 DUPLICATE DEFINITION CARD CARD-NO:nn
- nn:
-
Number of the card where the error occurred
- Description:
-
Duplicate specifications exist for the parameter in the XRCRD definition card.
- Measures:
-
Remove the duplicate record, and try again.
* XRPRMCNV * 010 ddname INFORMATION GET ERROR RC=rc-fdbk
- ddname:
-
DD name
- rc:
-
Error code for DYNALLOC macro
- fdbk:
-
Information code for the DYNALLOC macro
- Description:
-
Failed to acquire the information of the data set that is specified for ddname.
- Measures:
-
Check the return code of the DYNALLOC macro, and take appropriate measures.
* XRPRMCNV * 011 PARAMETER CONVERSION COMPLETE
- Description:
-
XRPRMCNV completed successfully.