Bee_bop Beginner
Joined: 12 Dec 2005 Posts: 29 Topics: 15 Location: Singapore
|
Posted: Mon Mar 26, 2007 4:42 am Post subject: Getting Console-ID |
|
|
Hi Gurus,
We are using AF/Oper which uses Rexx script to issue sign-on to CICS command. Does anyone has an idea on how we could get the actual Console-ID on where the command was issued.
We issue this command to sign-on to CICS :
Code: |
--------------------------------------------------------------------
F CICS_Name,CESN USERID=CICS_ID,PS=Password
--------------------------------------------------------------------
|
This message will show on the syslog. I need to get the correct "CONSOLEID" :
Code: |
--------------------------------------------------------------------
00:00:00.00 CONSOLEID 00000290 F CICS_Name,CESN USERID=CICS_ID,PS=********
--------------------------------------------------------------------
|
The PROBLEM IS SIGN-OFF, it is using a different console whereas it should use the Console-ID used to sign-on. The result is, the ID wasn't actually signed-off from CICS. Whenever our script tries to sign-on again using the same ID it is saying "Already Signed-on Elsewhere" and the command is rejected.
If I could get the correct console ID, I can modify the script and issue logoff on the specific Consoled-ID where it logged on.
Thanks in advance,
-Bee_bop |
|
expat Intermediate

Joined: 01 Mar 2007 Posts: 475 Topics: 9 Location: Welsh Wales
|
Posted: Mon Mar 26, 2007 7:17 am Post subject: |
|
|
To me, the easiest solution would be to get AF/OPER sign off from CICS once AF/OPER has done what it needs to do. _________________ If it's true that we are here to help others,
then what exactly are the others here for ? |
|