Customizing the IMS abend search and notification email
You can customize the email notification that is sent, adding a specific URL link, by modifying both the URLS and the SYSUT1 members.
You can access and modify the members by doing one of the following:
- Running the setup panel, which displays the customizable members in sequence for editing.
- Directly accessing the members in ISPF in the Runtime partitioned data set using the names specified in the setup panel.
To create a link to be inserted into the SYSUT1 member, modify the URLS member:
Procedure
This creates a link that can be inserted into the SYSUT1 member to become part of the IMS ASN email
This link replaces any occurrence of the link name that exists in the SYSUT1 member, if no PARM conditions are specified or if the PARM conditions are satisfied. An example of how to insert the name into the SYSUT1 member is in the figure below.
--------------------------------------------------------------------------------
File Edit Edit_Settings Menu Utilities Compilers Test Help
--------------------------------------------------------------------------------
EDIT IBMER.IASN.SDFSIASN(DFSIAURL) - 01.01 Columns 00001 00072
Command ===> Scroll ===> HALF
000052 http://www-1.ibm.com/support/docview.wss?rs=0&dc=DB540&q1=HMK1010
000053 &uid=isg1_IMS1010_HMK1010&loc=en_US&cs=utf-8&lang=
000054
000055 *Order PTF electronically
000056 #PTFURL
000057 https://techsupport.services.ibm.com/server/390.elecptforder
000058
000059 *New Link
000060 #MSGURL,#MSG=(BPE,CQS,CSL,DHB,DFS,DSP,DXR,ELX,HWS,MDA,PCB,PGEN)
000061 http://www.ibm.com/support/knowledgecenter/SSEPH2/welcome
-------------------------------------------------------------------------------
File Edit Edit_Settings Menu Utilities Compilers Test Help
-------------------------------------------------------------------------------
EDIT KINLAU.IASN.SDFSIASN(DFSIAEML) - 01.02 Columns 00001 00072
Command ===> Scroll ===> HALF
000204 <li>
000205 <a href="
000206 #GENURL
000207 ">General search results for #GEN
000208 </a></li>
000209 %GEN
000210 </ul></font>
000211 </td></tr></table>
000212 </td>
000213 </tr>
000214 <tr>
000215 <td width="375">
000216 <table border="0" cellspacing="0" cellpadding="5"><tr><td>
000217 <font size="-2" face="Verdana, Arial, Helvetica, sans-serif">
000218 <a href="
000219 #PSPURL
000220 ">Search the
000221 Preventative Maintenance Planning (PSP) Database</a>
000222 for specific installation tips, high impact or pervasive problems
000223 and service recommendations.</font><br>
-------------------------------------------------------------------------------
To add a link in the email using the SYSUT1 member:
- Access the SYSUT1 member. The SYSUT1 member is the third member in sequence from the setup panel and follows the URLS member.
- Scroll down to the text and HTML sections. These two sections
are marked by
Content-Type: text/plain
andContent-Type: text/html
, respectively. - Add the following text in the text section.
9. This is a new link #NEWURL
- Add the HTML syntax in the HTML section. You must follow HTML
syntax rules in the HTML section.
In the HTML section, the name of the link #NEWURL must be on a line by itself.<li> <a href=" #NEWURL ">This is a new link. </a></li>
This creates a link at the bottom of the list in each IMS ASN email.
-------------------------------------------------------------------------------
File Edit Edit_Settings Menu Utilities Compilers Test Help
-------------------------------------------------------------------------------
EDIT KINLAU.IASN.SDFSIASN(DFSIAEML) - 01.01 Columns 00001 00072
Command ===> Scroll ===> HALF
000078
000079 8. General search results for #GEN
000080 #GENURL
000081 %GEN
000082
000083 9. This is a new link
000084 #NEWURL
000085
000086 ----------------------------------------------------------------------
000087
000088 Search the Preventative Maintenance Planning (PSP) Database
000089 #PSPURL
000090 for specific installation tips, high impact or pervasive
000091 problems and service recommendations.
000092
000093 Can't find an answer?
000094 Contact our support team at:
000095 https://www.ibm.com/support/servicerequest/Home.action
000096
000097 Looking for fixes?
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
File Edit Edit_Settings Menu Utilities Compilers Test Help
-------------------------------------------------------------------------------
EDIT KINLAU.IASN.SDFSIASN(DFSIAEML) - 01.01 Columns 00001 00072
Command ===> Scroll ===> HALF
000204 <li>
000205 <a href="
000206 #GENURL
000207 ">General search results for #GEN
000208 </a></li>
000209 %GEN
000210 <li>
000211 <a href="
000212 #NEWURL
000213 ">This is a new link.
000214 </a></li>
000215 </ul></font>
000216 </td></tr></table>
000217 </td>
000218 </tr>
000219 <tr>
000220 <td width="375">
000221 <table border="0" cellspacing="0" cellpadding="5"><tr><td>
000222 <font size="-2" face="Verdana, Arial, Helvetica, sans-serif">
000223 <a href="
-------------------------------------------------------------------------------