home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / bit / listserv / ibmmain / 2405 < prev    next >
Encoding:
Internet Message Format  |  1992-10-16  |  2.2 KB

  1. 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
  2. From: ##09@UTMARTN.BITNET (Larry Holder)
  3. Newsgroups: bit.listserv.ibm-main
  4. Subject: Viewing Transient Data Queues
  5. Message-ID: <16OCT92.18543421.0007.MUSIC@UTMARTN>
  6. Date: 16 Oct 92 23:10:11 GMT
  7. Sender: IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
  8. Lines: 33
  9. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  10. In-Reply-To:  In reply to your message of THU 15 OCT 1992 10:26:12 CST
  11.  
  12. > In debugging a CICS 1.7 application, we would like to view info in a
  13. > transient data queue. We have been trying to access it from CECI with
  14. > the READQ TD command but we get a response of NOTAUTH each time. We
  15. > are not using a security package. Can anyone help ??  Thanks for your
  16. > time.
  17.  
  18. CECI will be unable to access any resource that is protected by CICS's
  19. own resource security level checking.
  20. You are probably letting the resource (in this case, an entry in the
  21. DCT) default to RSL=0, which means "any transaction defined with
  22. RSLC(YES) will not be allowed to reference this destination."  And I
  23. am fairly sure that CECI is defined as RSLC(YES).
  24. If you choose not to bother with implementing RSL checking,
  25. changing the DCT entry to RSL=PUBLIC will permit any transaction,
  26. including CECI, to access it.  I think modifying CECI to RSCL(NO)
  27. would also accomplish the task, but this will require you to make a
  28. copy of the CEDA entry for the CECI transaction, since users are not
  29. able to directly modify entries in the IBM-supplied RDO groups.
  30.  
  31. For more information, refer to:
  32.    - the XDCT parameter of the DFHSIT macro (system definition manual)
  33.    - the DFHDCT macro (resource definition macro manual)
  34.    - RSL checking (same manual as above)
  35. This security checking, by the way, is the same mechanism used for
  36. other resources, such as FCT entries.
  37.  
  38. Larry Holder,  Sr. Programmer/Analyst            Bitnet: ##09@UTMARTN
  39. The University of Tennessee at Martin            Phone:  901-587-7890
  40. Martin, TN  38238                                Fax:    901-587-7841
  41.  
  42. Software: VM/ESA 1.0, VSE/ESA 1.1, CICS/VSE 2.1, COBOL-II, DL/I, SQL/DS
  43. Hardware: IBM 9221-150 with 9336 FBA dasd
  44. PSW:      (Personal Status Words): Saved by grace (Romans 1:16 & 8:38)
  45.