Generating source statements from Datacom custom load modules
search cancel

Generating source statements from Datacom custom load modules

book

Article ID: 13626

calendar_today

Updated On:

Products

Datacom Datacom/AD

Issue/Introduction

This knowledge article helps you to generate source statements from some Datacom custom load modules.

Environment

Release: 15.0 and 15.1 

Resolution

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

Additional Information

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.