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

DC: ISRT CALL


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
raghav08
Currently Banned

New User


Joined: 03 Jun 2008
Posts: 94
Location: Bangalore

PostPosted: Tue Aug 31, 2010 6:53 pm
Reply with quote

Hello,

Please clerify me the below questions.

MAIN-PROGRAM;
:
MOVE ‘HQC5UHTC’ TO ALT-TRANSACTION
:
CALL 'CBLTDLI' USING CHNG ALT-TERM-PCB ALT-TRANSACTION.
(Above CALL setting destination for ALT-TERM-PCB? )
*
IF ALTERM-STAT-CODE = SPACES
CALL 'CBLTDLI' USING ISRT ALT-TERM-PCB SW-TERM-IO
(Now the control transferred to ALT-TRANSACTION?)
ELSE
MOVE 'HQC5OHBA' TO MOD-NAME
CALL 'CBLTDLI' USING CF-ISRT TERM-PCB TERM-IO MOD-NAME
(The transaction associated with MOD-NAME getting started? Or Just new screen displayed on terminal with current transition?)
END-IF.

Thanks
Back to top
View user's profile Send private message
raghav08
Currently Banned

New User


Joined: 03 Jun 2008
Posts: 94
Location: Bangalore

PostPosted: Wed Sep 01, 2010 1:18 pm
Reply with quote

Hello,


CALL 'CBLTDLI' USING CF-ISRT IO-PCB IO-AREA MOD-NAME.

If we issue ISRT call with MOD-NAME, the current transaction will switch over to new transaction associated with MOD-NAME? or MOD-MANE used just to display the output based on requirement.

Thanks.
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Call program, directly from panel CLIST & REXX 9
No new posts Batch call online program, EXCI task ... CICS 3
No new posts CSQBGET - Call giving completion code... COBOL Programming 3
No new posts CICS DPL call CICS 6
Search our Forums:

Back to Top