home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!stanford.edu!bu.edu!olivea!sgigate!sgiblab!swrinde!zaphod.mps.ohio-state.edu!darwin.sura.net!paladin.american.edu!auvm!UTMARTN.BITNET!##09
- From: ##09@UTMARTN.BITNET (Larry Holder)
- Newsgroups: bit.listserv.ibm-main
- Subject: Viewing Transient Data Queues
- Message-ID: <16OCT92.18543421.0007.MUSIC@UTMARTN>
- Date: 16 Oct 92 23:10:11 GMT
- Sender: IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
- Lines: 33
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- In-Reply-To: In reply to your message of THU 15 OCT 1992 10:26:12 CST
-
- > In debugging a CICS 1.7 application, we would like to view info in a
- > transient data queue. We have been trying to access it from CECI with
- > the READQ TD command but we get a response of NOTAUTH each time. We
- > are not using a security package. Can anyone help ?? Thanks for your
- > time.
-
- CECI will be unable to access any resource that is protected by CICS's
- own resource security level checking.
- You are probably letting the resource (in this case, an entry in the
- DCT) default to RSL=0, which means "any transaction defined with
- RSLC(YES) will not be allowed to reference this destination." And I
- am fairly sure that CECI is defined as RSLC(YES).
- If you choose not to bother with implementing RSL checking,
- changing the DCT entry to RSL=PUBLIC will permit any transaction,
- including CECI, to access it. I think modifying CECI to RSCL(NO)
- would also accomplish the task, but this will require you to make a
- copy of the CEDA entry for the CECI transaction, since users are not
- able to directly modify entries in the IBM-supplied RDO groups.
-
- For more information, refer to:
- - the XDCT parameter of the DFHSIT macro (system definition manual)
- - the DFHDCT macro (resource definition macro manual)
- - RSL checking (same manual as above)
- This security checking, by the way, is the same mechanism used for
- other resources, such as FCT entries.
-
- Larry Holder, Sr. Programmer/Analyst Bitnet: ##09@UTMARTN
- The University of Tennessee at Martin Phone: 901-587-7890
- Martin, TN 38238 Fax: 901-587-7841
-
- Software: VM/ESA 1.0, VSE/ESA 1.1, CICS/VSE 2.1, COBOL-II, DL/I, SQL/DS
- Hardware: IBM 9221-150 with 9336 FBA dasd
- PSW: (Personal Status Words): Saved by grace (Romans 1:16 & 8:38)
-