DFS0506I SUBSET POINTER IS NOT VALID FOR SENSEG segmentname IN PCB dbdname IN PSB psbname
Explanation
The SSPTR subset pointer is specified in the SENSEG
statement but not defined in the corresponding SEGM statement. In
the message text:
- segmentname
- The SENSEG that contains the invalid subset pointer.
- dbdname
- The SEGM segmentname of the DBD that does not have the SSPTR subset pointer defined.
- psbname
- The PSB that contains the invalid statement.
System action
Processing continues.
Programmer response
Take one of the following actions:
- If the application program does not use a subset pointer, ignore this message.
- Remove the SSPTR subset pointer from the SENSEG statement in the PSB. Then rerun the PSBGEN, then rerun the ACB utility with a BUILD statement for the PSB.
- Add the SSPTR subset pointer in the SEGM statement in the DBD. Then rerun the DBDGEN, then rerun the ACB utility with a BUILD statement for the PSB.