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

Regarding CICS abend ADPL


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

New User


Joined: 20 Nov 2006
Posts: 13

PostPosted: Thu Dec 14, 2006 2:09 pm
Reply with quote

Hi,
We have a cobol batch program and through EXCI we linked a CICS server program. From the CICS program we tried starting another transaction using RETURN command.

RETURN TRANSID(XXXX) IMMEDIATE INPUTMSG(tioarea)

Since we have to initiate transaction with sub command we cannot use CICS START TRANSID command.

The transaction to be executed is in the form of XXXX USEROFF.
Hence to pass USEROFF we used RETURN TRANSID command.

But we do get abend as ADPL because DPL requests doesn't support RETURN TRANSID command.

Please advice is there any other way to get rid of this error.

Thanks in advance.

regards,
Priya
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Thu Dec 14, 2006 3:09 pm
Reply with quote

I thought that a STARTed (with data) transaction could RECIEVE the data as if it was entered on a screen after the transid...

Is the program something you can't modify to allow different initial retrieving of the subcommand?
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 ISAM and abend S03B JCL & VSAM 10
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