SECTRLOG parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
(Automatically generated page update)
Line 43: Line 43:
<p class="code">SECTRLOG=X'04'
<p class="code">SECTRLOG=X'04'
</p><p> </p>
</p><p> </p>
[[Category:User Parameters]]
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 02:06, 23 April 2013

Summary

Default value
X'00'
Parameter type
User
Where set
On user's first parameter line; not resettable
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The CRAM thread applications for which logins are trusted

SECTRLOG defines which CRAM thread applications are allowed to log in with a trusted user ID. The CRAM threads that can have trusted login applications are:

IODEV 11 (CRFSCHNL)

IODEV 29 (CRIOCHNL)

IODEV 23 (IFAMCHNL)

SECTRLOG must be set on the first IODEV line for each trusted CRAM thread so it is picked up during the initialization of each CRAM channel. End users must follow the trusted login procedures described in the Model 204 Security Interfaces Manual.

Valid settings of SECTRLOG are (except for X'00', options can be summed):

SettingTrusted login allowed for...
X'00'

Trusted login not allowed

X'01'

CICS applications (IODEVs 11, 23, 29); see the Note below.

X'02' TSO applications (IODEVs 11, 29)
X'04' Batch applications (IODEVs 23, 29)

Note:
TPROCESS applications cannot use the SECTRLOG option. Doing so results in the following message:

M204.1786: PROCESS TO PROCESS NOT SUPPORTED ON THIS THREAD


If your site wants to allow trusted logins from CICS full screen applications (IODEV 11) and BATCH2 jobs (IODEV 29) specify the following settings:


IODEV 11 line:

SECTRLOG=X'01'


IODEV 29 line:

SECTRLOG=X'04'