IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

CICS - How to find the CICS Terminal ID?


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
danapalana

New User


Joined: 24 Jul 2007
Posts: 6
Location: India

PostPosted: Wed Oct 07, 2009 4:10 pm
Reply with quote

Could anybody please tell me how to find the CICS terminal ID. I need to use this terminal ID to get the TYPETERM name and then set the COLOR attribute in the TYPETERM to "YES".

I need to do this to allow dynamic color change in my BMS map.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed Oct 07, 2009 5:11 pm
Reply with quote

EIBTRMID
Back to top
View user's profile Send private message
danapalana

New User


Joined: 24 Jul 2007
Posts: 6
Location: India

PostPosted: Wed Oct 07, 2009 5:21 pm
Reply with quote

Thanks for your support Robert.

I got the terminal Id from EIBTRMID, but I am unable to locate the TERMTYPE of this terminal ID. ie, the terminal ID got from EIBTRMID is not listed in the following CICS command,

CEDA VIEW TERMINAL(*) GROUP(*)

My primary reason to get the terminal ID is to change the COLOR attribute (from "No" to "Yes") in TYPETERM. I need to do this change to allow the dynamic color change in the BMS Map.

Could you please help me out...
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed Oct 07, 2009 5:30 pm
Reply with quote

Why not use
Code:
CEDA V GR(*) TERM(????)
where ???? is the terminal listed in EIBTRMID? When I do that, I get
Code:
  V GR(OSTPXA01) TERM(V000)
  OBJECT CHARACTERISTICS                                    CICS RELEASE = 0620
   CEDA  View TErminal( V000 )
    TErminal       : V000
    Group          : OSTPXA01
    Description    : TPX VIRTUAL TERMINAL V000
    AUTINSTModel   : Yes                No | Yes | Only
    AUTINSTName    : V000
   TERMINAL IDENTIFIERS
    TYpeterm       : AUTTPX24
    NEtname        : V000
and I then follow up with
Code:
CEDA V GR(OSTPXA01) TYPETERM(AUTTPX24)
to get
Code:
  V GR(OSTPXA01) TYPETERM(AUTTPX24)
  OBJECT CHARACTERISTICS                                    CICS RELEASE = 0620
   CEDA  View TYpeterm( AUTTPX24 )
    TYpeterm       : AUTTPX24
    Group          : OSTPXA01
    DEScription    : TPX AUTOINSTALL TYPETERM WITH ALTSCREEN 43,80
   RESOURCE TYPE
    DEVice         : LUTYPE2
    TERmmodel      : 2
    SESsiontype    :
    LDclist        :
    SHippable      : No                 No | Yes
   MAPPING PROPERTIES
    PAGesize       : 024 , 080          0-255
    ALTPage        : 000 , 000          0-255
    ALTSUffix      :
    FMhparm        : No                 No | Yes
    OBOperid       : No                 No | Yes
   PAGING PROPERTIES
    AUTOPage       : No                 No | Yes
   DEVICE PROPERTIES
    DEFscreen      : 024 , 080          0-255
    ALTSCreen      : 043 , 080          0-255
    APLKybd        : No                 No | Yes
    APLText        : No                 No | Yes
    AUDiblealarm   : No                 No | Yes
    COLor          : No                 No | Yes
Back to top
View user's profile Send private message
danapalana

New User


Joined: 24 Jul 2007
Posts: 6
Location: India

PostPosted: Wed Oct 07, 2009 5:53 pm
Reply with quote

Thank you very much Robert.

When I execute the below command,
CEDA V GR(*) TERM(????)
where ???? is the value of EIBTRMID.

I am getting the below error message,
'????' not found in '*'

It looks like the terminal name available in EIBTRMID is not defined.

Could please help...
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed Oct 07, 2009 6:02 pm
Reply with quote

It must getting autoinstalled. You need to contact your site support group to find out the TYPETERM you need to use.
Back to top
View user's profile Send private message
danapalana

New User


Joined: 24 Jul 2007
Posts: 6
Location: India

PostPosted: Wed Oct 07, 2009 7:00 pm
Reply with quote

Thanks for your support. I will contact my support team and will get it fixed.

Thanks again for your time.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
Search our Forums:

Back to Top