Function to issue a message to detect add/update a member
search cancel

Function to issue a message to detect add/update a member

book

Article ID: 132772

calendar_today

Updated On:

Products

PDSMAN

Issue/Introduction

Does PDSMAN have a function to issue a message to detect add/update a member ?

Environment

Release: All
Component: PDSM

Resolution

There are a couple of different options for doing that:

1) The $UPDATE control statement MODE=W option will issue a message when a member is updated or added to the library specified on LIB=. This is the message that gets issued: PDSM021-1 updatetype BY userid TEMPORARILY PERMITTED FOR MEMBER member name OF dataset name This message is issued by the STOW Interface if the matching $UPDATE rule or PDSM021U user exit has specified MODE=W. The updatetype is permitted. updatetype can be ADDITION, REPLACEMENT, DELETION, or RENAMING

2) They could also write there own message using the PDSM021U user exit.