You can use pre-set security by coding specifying a USERID in the TCT entry for the console. This id has to be authorized to use the CONSOLE and have access to any transaction being run. It is set u in RACF as a PROCTECTED USERID and no password is required for it.
-----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Elardus Engelbrecht Sent: Tuesday, November 11, 2014 1:32 AM To: [email protected] Subject: Re: Is it possible to issue F CICSXXXX,CEMT I DA in MVS consoles Rajesh Kumar wrote: >Thanks all for the response and guidance , After i shot the command in >console i got below message , >F CICST10Y,CEMT I FI >ICH408I USER(CICSUSER) GROUP(IP0TS04 ) NAME(DEFAULT USER ) 288 > CEMT CL(TTSTCICS) > INSUFFICIENT ACCESS AUTHORITY > ACCESS INTENT(READ ) ACCESS ALLOWED(NONE ) >+DFHAC2002 CICST10Y TO USE THIS TRANSACTION CEMT YOU MUST SIGN ON OR >HAVE THE RIGHT SECURITY LEVEL. At least CICS has been setup correctly that calls are made to RACF. >Looks like security issue, Pleas let me know what are all the steps i do to >overcome this ...... We are using RACF security product. we are using z/os >1.11 and cics version 2.3.0 . Did you went over to CICS-L for help? It seemed to me you want to use CICS Default id. Rather setup a RACF id and authorise it to the transactions you want to do. Then you need to logon with that id on console and do your transactions. Something like this: F ?,CESN USERID=<id which is NOT CICS Default>,PS=? F ?,CEMT ? You really need to review the books about CICS and RACF. Go to IBM Library Server for documentation. Groete / Greetings Elardus Engelbrecht ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
