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

need help on terminal id error..


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

New User


Joined: 06 Oct 2010
Posts: 55
Location: india

PostPosted: Fri Oct 15, 2010 9:31 pm
Reply with quote

Hi all, i m getting cics response as 00000011
which is a termid error anybody any clue what may be the problem

my code is this..
EXEC CICS
START
TRANSID('NG77')
TERMID('TR34CAG1')
RESP(RESPONSE-CODE)
END-EXEC

The other problem is that terminal id as per manual should be of 4 chars
but my itdc is telling it as "TR34CAG1" what may be the reason??
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Oct 15, 2010 9:45 pm
Reply with quote

Quote:
which is a termid error anybody any clue what may be the problem


the clue... we cannot give no steeking clues
the terminal id that You specified is invalid
action:provide a valid terminal id

Quote:
but my itdc is telling it as "TR34CAG1" what may be the reason??

( i guess idtc is Your support )
they gave You the wrong info because they are ...
idiots, ignorant, morons, ... add as many derogatory adjectives as You like

nothing we can do from here,

we do not belong to Your organization, so we cannot fire idiots and hire better people

You will have to handle the issue with the resources You have available
good luck

the 8 char thing is most probably a netname look at the CSD to see the termid is associated to that netname
Back to top
View user's profile Send private message
ankit saxena

New User


Joined: 06 Oct 2010
Posts: 55
Location: india

PostPosted: Fri Oct 15, 2010 9:56 pm
Reply with quote

what is CSD ???
can u please tell me t procedure to find terminal id from that net name.

i m giving u the screen shot of my mainframe screen ...
now can u check..




UNSUPPORTED FUNCTION

UNSUPPORTED FUNCTION

UNSUPPORTED FUNCTION

UNSUPPORTED FUNCTION

UNSUPPORTED FUNCTION
tt
TERMINAL ID : TR34CAG0 TT COMMAND UNRECOGNISED
rr
TERMINAL ID : TR34CAG0 RR COMMAND UNRECOGNISED
**
**


L a r s e n & T o u b r o L i m i t e d
L & T I n f o t e c h L i m i t e d

YOU MAY CONNECT TO BTSO ITDC ITPC A1DC A2DC A3DC A4DC JPDC
A5DC A6DC A7DC A8DC A9DC AADC
YTSO Y2DC LTPC
Enter your option here :
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Fri Oct 15, 2010 10:00 pm
Reply with quote

TERMID can only be four-positions. Look at the format/picture of EIBTRMID to get a better understanding.

Is this the NETNAME associated with the target TERMID?

Issue a CEMT INQ NET(TR34CAG1) and if it's successful, look at the second line for the value associated with Ter(XXXX) and that will be your TERMID.

Bill
Back to top
View user's profile Send private message
ankit saxena

New User


Joined: 06 Oct 2010
Posts: 55
Location: india

PostPosted: Fri Oct 15, 2010 10:08 pm
Reply with quote

thanx...
u guys rock...
it worked out..

Actually terminal id was just cag 1
out of tr34cag1
thanx again..
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 Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Getting Error while trying to establi... DB2 3
Search our Forums:

Back to Top