This knowledge article helps you to generate source statements from some Datacom custom load modules.
Release: 15.0 and 15.1
Datacom utility DBCGSPR generates source statements from customized CUSLIB modules.
DBCGSPR provides “SKIPMEM” via Datacom 15.1 PTF RO95080 and 15.0 PTF RO95035:
A new control parameter SKIPMEM was added to allow the user to skip over a problem CUSLIB member. In the SYSIN, "SKIPMEM memname" could be coded to skip the named member and process the remaining library members. Any number of SKIPMEM control statements may be specified.
This DBCGSPR utility is documented in Generating Source Members from CUSLIB Content
There are also new messages associated with SKIPMEM added to Datacom/DB Messages
DB30282E - Member name invalid
Explanation:
The user has coded a SKIPMEM control statement where the member name exceeded 8 characters or is missing altogether
Action:
Processing continues to the next control statement, but after all control statements have been processed, DBCGSPR will terminate with a return code of 8.
DB30283I – Skipping memname
Explanation:
The current member name matches a member name coded in a SKIPMEM control statement.
Action:
DBCGSPR will not attempt to process this member. Processing moves on to the next CUSLIB member.