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

Second JCL which is procceding the first wait for 10 min


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Sandry

New User


Joined: 02 May 2006
Posts: 3

PostPosted: Wed May 03, 2006 5:40 pm
Reply with quote

HI ,

I have a Suite which contain's number of JCL's.

After i execute the first JCL, how could i make the Second JCL which is procceding the first wait for 10 min before it get's the input from the first jcl.

Regard's

SJ
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Thu May 04, 2006 1:10 am
Reply with quote

Um, add a step that executes a program that sets the job in a wait status for the specified amount of time.
Back to top
View user's profile Send private message
elayadath

New User


Joined: 02 Dec 2005
Posts: 9
Location: USA

PostPosted: Fri May 05, 2006 2:12 pm
Reply with quote

put this as the 1'st step to wait

//WAIT EXEC PGM=EXCMDWP,PARM='000000000'
hhmmssdc

regds
Back to top
View user's profile Send private message
Bharanidharan

New User


Joined: 20 Jun 2005
Posts: 86
Location: Chennai, India

PostPosted: Fri May 05, 2006 5:17 pm
Reply with quote

Is this module EXCMDWP user defined? I can't find it in my system libraries.
superk, you are talking about user defined program, right? Is there any standard program/utility (and its location) that can put a job in wait status?
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Fri May 05, 2006 6:48 pm
Reply with quote

Bharanidharan wrote:
you are talking about user defined program, right?

Yes.

Bharanidharan wrote:
Is there any standard program/utility (and its location) that can put a job in wait status?

No not really, but there are Assembler macros, COBOL macros, and REXX functions. There is the UNIX "sleep" command which can work if you have the access to it.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Wait for job rc CLIST & REXX 10
No new posts Started transaction enters "firs... CICS 3
No new posts VSAM RLS Wait time JCL & VSAM 3
This topic is locked: you cannot edit posts or make replies. Job to wait and continue based on reply COBOL Programming 5
No new posts OMEGAMON to see In-DB2 times and Wait... IBM Tools 4
Search our Forums:

Back to Top