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

Facing problem when tired to trigger transaction with START


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

New User


Joined: 15 Sep 2005
Posts: 42

PostPosted: Mon Dec 17, 2007 2:12 pm
Reply with quote

Hi,

I have one transction name as ABCD.

I have two programs.
1. XBDPGM
2.XBDPGM1

XBDPGM1 is called by XBDPGM with XCTL command.

I'm facing problem when ABCD transaction is called by XBDPGM1

I have used the following code.

EXEC CICS START
TRANSID('ABCD')
FROM(WS-XBDPGM-DATA)
LENGTH(LENGTH OF WS-XBDPGM-DATA)
RESP(WS-CICS-RESP)
NOHANDLE
END-EXEC


ABCD transaction is the main screen.

When I was tried to trigger the ABCD transaction it is not going to main screen.

Please help me out on this.

Thanks,
Sridevi
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Mon Dec 17, 2007 3:54 pm
Reply with quote

Is XBDPGM associated with a terminal? How was XBDPGM started?
Back to top
View user's profile Send private message
Earl

Active User


Joined: 17 Jun 2007
Posts: 148
Location: oklahoma

PostPosted: Tue Dec 18, 2007 9:09 pm
Reply with quote

you got some design problems,

what is the program name associated with transaction 'ABCD'
by your systems program.

perform a CEMT I TRANS('ABCD')


you should be able to see the name of the program that will be invoked
when transx ABCD is started
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 Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts How to identify the transaction categ... IMS DB/DC 3
No new posts Facing ABM3 issue! CICS 3
No new posts z/vm installation problem All Other Mainframe Topics 0
No new posts Start CICS transaction every day at 2AM CICS 4
Search our Forums:

Back to Top