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

Not invoking the Sub program in my expeditor


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nirenchan

New User


Joined: 21 Jul 2005
Posts: 23
Location: USA

PostPosted: Tue Mar 13, 2007 9:44 pm
Reply with quote

Hi All,

I've cobol batch program, calling some subprograms dynamically. the issue is at the call statement, it is not invoking the sub program in to the window.

Question:
Is there any way to load the sub program into the window when a call statement is made to the sub program.

Hope some body will respond with steps......

thanks and regards,
nirenchan
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19243
Location: Inside the Matrix

PostPosted: Tue Mar 13, 2007 11:52 pm
Reply with quote

Hello,

We are now on the third topic in this thread icon_confused.gif Maybe someone can spilt this into multiple threads. . .

nirenchan - please clarify what is a "window" in a "batch" program.

Is this:
Quote:
Question:
Is there any way to load the sub program into the window when a call statement is made to the sub program.
something you are trying to do on a mainframe?
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Wed Mar 14, 2007 12:52 am
Reply with quote

If you are talking about Xpediter, try use the command INTERCEPT before calling a subprogram.

O.
Back to top
View user's profile Send private message
rajesh_1183

Active User


Joined: 24 Nov 2005
Posts: 121
Location: Tadepalligudem

PostPosted: Wed Mar 14, 2007 12:33 pm
Reply with quote

Once the control reaches the call stmt which calls the sub-proagram, type INT <sub-program-name> in the xpeditor command line

Hope this makes you clear...
Back to top
View user's profile Send private message
saiprasadh

Active User


Joined: 20 Sep 2006
Posts: 154
Location: US

PostPosted: Wed Mar 14, 2007 3:54 pm
Reply with quote

Hi

Have you generated the DDIO for the Sub-Program



Sai
Back to top
View user's profile Send private message
nirenchan

New User


Joined: 21 Jul 2005
Posts: 23
Location: USA

PostPosted: Sat Mar 17, 2007 10:30 am
Reply with quote

Hi all,
I've tried the same with your inputs and it worked fine !!

My learning:
The subprogram Can invoke using INT <program name> in command line . Make sure the control is in the call statement. DDIO Should be made for the subprogram before issuing the INT Command. Other wise it will show S013 error : 'Module Not Found' !!.

Any way my heartful Thanks goes to Guys icon_arrow.gif ofer71, rajesh_1183m and sai prasad. 2014.gif

Hi dick scherrer,
Thanks for the Reply,

But I'm really wondering about your....'Hope this helps'.... icon_eyes.gif

I've clearly mentioned about cobol program, Dynamic call and any one can easily find out this is related to Expeditor from my topic heading 'Not invoking the Sub program in my expeditor' . In expeditor, I'm calling the two partitions (1. showing variales and 2. Programs), as WINDOWS for easy of use. This doesnt mean like ""MICROSOFT WINDOWS""" in this IBMMAINFRAMES.com Expert Forum. icon_wink.gif

HOPE THIS will HELP YOu............ icon_idea.gif
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts After newcopy the CICS program user f... CICS 7
No new posts Starting a CICS Transaction from a Th... CICS 0
No new posts Problem moving a cobol program into E... COBOL Programming 3
No new posts Error to invoke MPP program through B... IMS DB/DC 4
No new posts Using API Gateway from CICS program CICS 0
Search our Forums:


Back to Top