XDMSSN parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Corrected use of PARM field (SSN) in BATH2, IFAM2 jobs)
m (→‎Description: misc formatting)
Line 19: Line 19:
The <var>XDMSSN</var> parameter passes a z/OS secondary subsystem name that overrides the value stored in the CRAM IGCLM244 module. The IGCLM244 value, a maximum of four characters, is initially specified [[Model 204 CRAM link job stream for IBM z/OS|during CRAM installation]]. </p>
The <var>XDMSSN</var> parameter passes a z/OS secondary subsystem name that overrides the value stored in the CRAM IGCLM244 module. The IGCLM244 value, a maximum of four characters, is initially specified [[Model 204 CRAM link job stream for IBM z/OS|during CRAM installation]]. </p>
<p>
<p>
This parameter is available only for z/OS with [[Defining the user environment (CCAIN)#CRAM options for z.2FOS|CRAM-XDM]]. The subsystem name stored in IGCLM244 can also be overriden by BATCH2 or IFAM2 jobs as shows in the following examples:
This parameter is available only for z/OS with [[Defining the user environment (CCAIN)#CRAM options for z.2FOS|CRAM-XDM]]. </p>
<p>
The subsystem name stored in IGCLM244 can also be overridden by BATCH2 or IFAM2 jobs as shown in the following examples:
</p>
</p>
<ul>
<li>[[Program Communication facilities]]:
<p class="code">//BATCH2 EXEC PGM=BATCH2,PARM='[<i><b>ssn</b>:channel</i>][,[OMC={X''hh'' | ''ddd''}] [,URCTYPE={N | O | B}]]' </p></li>


<p class="code">[[Program Communication facilities]]
<li>[[IFSTRTN (IFAM2) (HLI function)]]:
//BATCH2 EXEC PGM=BATCH2,PARM='[subsysname:channel][,[OMC={X''hh'' | ddd}]
<p class="code">IFSTRTN|IFSTRN (RETCODE,LANG_IND,LOGIN,THRD_TYP,THRD_ID,[<b>SSN</b>:]CHAN) </p></li>
      [,URCTYPE={N | O | B}]]'


[[IFSTRTN (IFAM2) (HLI function)]]
<li>[[IFDIALN (HLI function)]]:
IFSTRTN|IFSTRN(RETCODE,LANG_IND,LOGIN,THRD_TYP,THRD_ID,[SSN:]CHAN)
<p class="code">IFDIALN|IFDILN (RETCODE,LANG_IND,[<b>SSN</b>:]CHAN,BUFFER,IO_LEN)
 
</p></li>
[[IFDIALN (HLI function)]]
</ul>
IFDIALN|IFDILN(RETCODE,LANG_IND,[SSN:]CHAN,BUFFER,IO_LEN)
</p>


[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 15:58, 27 January 2017

XDM subsystem

Summary

Default value
Current setting of the z/OS subsystem name linked into the IGCLM244 (CRAM) module
Parameter type
System
Where set
Cannot be reset
Related products
All
Introduced
Model 204 V6.1

Description

The XDMSSN parameter passes a z/OS secondary subsystem name that overrides the value stored in the CRAM IGCLM244 module. The IGCLM244 value, a maximum of four characters, is initially specified during CRAM installation.

This parameter is available only for z/OS with CRAM-XDM.

The subsystem name stored in IGCLM244 can also be overridden by BATCH2 or IFAM2 jobs as shown in the following examples: