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

how can i excute a program serveral times concurrently ??


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

New User


Joined: 12 Apr 2005
Posts: 24
Location: shanghai china

PostPosted: Mon Nov 21, 2005 12:24 pm
Reply with quote

hi, all guys.

i want to code a test program . in the program, i will excute a program

in serveral times. how can i do ??





thanks & regards.

kick
Back to top
View user's profile Send private message
andy6703

New User


Joined: 25 Jul 2005
Posts: 14

PostPosted: Tue Nov 22, 2005 10:29 am
Reply with quote

Hi Kick,

Could u please be clear with your query. Do u want a subprogram to execute several times for every execution of the main program or do u want a program to get executed in different jobs concurrently?

In the first case u can call the subprogram within the a Perform statement of the main program & let it execute n times where n may be hardcoded or determined from a condition.

In the second case, u can submit the jobs executing the same program in different address spaces i.e. user ids.

Hope this helps. Any suggestions, clarifiactions or corrections are most welcome.

Andy
I am because I am.
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 DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts Build a record in output file and rep... DFSORT/ICETOOL 11
Search our Forums:

Back to Top