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

Executing a CICS Program via Intertest


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jeyan883

New User


Joined: 26 Apr 2010
Posts: 17
Location: Chennai

PostPosted: Thu Aug 12, 2010 1:05 pm
Reply with quote

Hi

I am executing a CICS Program via Intertest( for Step by Step Debuggiing ) my CICS program Calling subprograms (ie Stored Proc's --Non Cics PGMS ) .. While execution time Intertest executes the Called Modules and returning the (Error Messages) also but Control not goes inside the Called Modules Since the Program not Present in CICS Region .
So I raised PPT Entry for the Same but that is non-cics (SP's) so that Called Modules not Loaded in CICS Region bcz of that I am unalbe to set the breakpoints for do line by line debugging Please kindly suggest me is there any way to load that Called SP's in Intertest/CICS Region.. Thanks !
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Aug 12, 2010 1:08 pm
Reply with quote

Any particular reason that you decided that the JCL forum should be graced by this question.
Topic moved.
Back to top
View user's profile Send private message
Binop B

Active User


Joined: 18 Jun 2009
Posts: 407
Location: Nashville, TN

PostPosted: Thu Aug 12, 2010 1:15 pm
Reply with quote

To my knowledge... if u want to debug a program in InterTest you will need to first compile the program with InterTest option.

Just to clarify.... You are using a CALL statement or LINK command to call this sbuprograms ?
Back to top
View user's profile Send private message
jeyan883

New User


Joined: 26 Apr 2010
Posts: 17
Location: Chennai

PostPosted: Thu Aug 12, 2010 1:35 pm
Reply with quote

Thanks Vinop using Call Statement , Compiled with Intertest Option 'Y'

Binop B wrote:
To my knowledge... if u want to debug a program in InterTest you will need to first compile the program with InterTest option.

Just to clarify.... You are using a CALL statement or LINK command to call this sbuprograms ?
Back to top
View user's profile Send private message
Binop B

Active User


Joined: 18 Jun 2009
Posts: 407
Location: Nashville, TN

PostPosted: Thu Aug 12, 2010 2:44 pm
Reply with quote

Quote:
Thanks Vinop
icon_eek.gif I can understand people pronouncing my name wrong when i say it ... but also when it is clearly written down !! I am disappointed .. icon_cry.gif

Quote:
Compiled with Intertest Option 'Y'
My working knowledge in InterTest is minimal and restricted only to online. To my understanding there is Batch InterTest also. Are u sure u compiled in the correct one ?
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Thu Aug 12, 2010 3:19 pm
Reply with quote

don't know, but you may need to utilize a different debugger to 'step' thru the SP.

what are you trying to debug? the SP or the CICS module?
Back to top
View user's profile Send private message
jeyan883

New User


Joined: 26 Apr 2010
Posts: 17
Location: Chennai

PostPosted: Thu Aug 12, 2010 4:15 pm
Reply with quote

Cics calling SP , thanks for all your Info I can able to test the same in Smarttst thanks

dbzTHEdinosauer wrote:
don't know, but you may need to utilize a different debugger to 'step' thru the SP.

what are you trying to debug? the SP or the CICS module?
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 -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
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
No new posts DB2 Event passed to the Application P... DB2 1
Search our Forums:

Back to Top