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 All times are GMT + 6 Hours
Forum Index -> CICS

 


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 Repeat n times by substuting SEQNUM i... DFSORT/ICETOOL 2
No new posts Error to invoke MPP program through B... IMS DB/DC 4
Search our Forums:


Back to Top