z/OS DFSMSrmm Implementation and Customization Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Modifying text for release notification

z/OS DFSMSrmm Implementation and Customization Guide
SC23-6874-00

Modify messages 2405-2409 to change the message text to notify users that their volumes are eligible for release.

You can substitute the message text without restriction for all the messages except message 2406. For message 2406, you must specify the secondary currency character X'4A' to represent substitution characters for variables that DFSMSrmm supplies. The secondary currency character shown in Figure 1 is ¢. You must also keep the variables in the order shown in Figure 1. The &NAM variable shown in message 2405 is replaced with the product name and need not be specified.

Figure 1 shows the messages in EDGMTAB before modification.

Figure 1. Notify owner messages
         EDGMSGB 2405,TYPE=I,                                          X
               'Subject: &NAM volume expiration',                      X
               MOD=NO,MSGID=NO
         SPACE 2
         EDGMSGB 2406,TYPE=I,                                          X
               'Volume ¢¢¢¢¢¢ assigned to owner ¢¢¢¢¢¢¢¢ on ¢¢¢¢¢¢¢¢¢¢ X
               at ¢¢:¢¢:¢¢',                                           X
               MOD=YES,MSGID=NO
         SPACE 2
         EDGMSGB 2407,TYPE=I,                                          X
               'is now pending release.',                              X
               MOD=NO,MSGID=NO
         SPACE 2
         EDGMSGB 2408,TYPE=I,                                          X
               'If you wish the volume to be retained, please take immeX
               diate action.',                                         X
               MOD=NO,MSGID=NO
         SPACE 2
         EDGMSGB 2409,TYPE=I,                                          X
               'You can use the dialog functions or the RMM CHANGEVOLUMX
               E TSO command.',                                        X
               MOD=NO,MSGID=NO

Figure 2 shows the notification text that results from Figure 1.

Figure 2. Default notification text
Subject: DFSMSrmm volume expiration
Volume LAUREN assigned to owner KRISTINE on 1998/01/01 at 09:45:11
is now pending release.
If you wish the volume to be retained, please take immediate action.
You can use the dialog functions or the RMM CHANGEVOLUME TSO COMMAND.

Figure 3 shows the same messages after modification.

Figure 3. Modified messages
         EDGMSGB 2405,TYPE=I,                                          X
               'Subject:   Bld 88 Tape Volume Expiration               X
               MOD=NO,MSGID=NO
         SPACE 2
         EDGMSGB 2406,TYPE=I,                                          X
               'Volume ¢¢¢¢¢¢ assigned to owner ¢¢¢¢¢¢¢¢ on ¢¢¢¢¢¢¢¢¢¢ x
               at ¢¢:¢¢:¢¢',                                           x
               MOD=YES,MSGID=NO
         SPACE 2
         EDGMSGB 2407,TYPE=I,                                          X
               'has now expired.  Please come to the Computer Room Tapex
                Library Window',                                       x
               MOD=NO,MSGID=NO
         SPACE 2
         EDGMSGB 2408,TYPE=I,                                          X
               'to pick up the tape.  Contact the tape librarian at 555x
               -5796 for any',                                         x
               MOD=NO,MSGID=NO
         SPACE 2
         EDGMSGB 2409,TYPE=I,                                          X
               'questions.  DO NOT REPLY to this automated system messax
               ge.  Thanks.  ',                                        x
               MOD=NO,MSGID=NO
         SPACE 2

Figure 4 shows the text that results from Figure 3 .

Figure 4. Modified notification text
Subject: Bld 88 Tape Volume Expiration.
Volume LAUREN assigned to owner KRISTINE on 1998/01/01 at 09:45:11
has now expired.  Please come to the Computer Room Tape Library Window
to pick up the tape.  Contact the tape librarian at 555-5796 for any
questions.  DO NOT REPLY to this automated system message.  Thanks.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014