LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (May 2002, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 25 Oct 2001 14:13:48 +0530
Reply-To:     Ashwiny Kumar <Ashwiny_Kumar@DELHI.TCS.CO.IN>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Ashwiny Kumar <Ashwiny_Kumar@DELHI.TCS.CO.IN>
Subject:      Re: jcl delay
Comments: To: Andreas Grüninger
          <andreas.grueninger@LFL.BWL.DE>
Content-Type: text/plain; charset="iso-8859-1"

If CLASS option does not work . Then you can check by using TIME=1440 option on the job card. This enables the job to run for time well enough to complete all the job steps. Hope this will help!!!

Andreas Grüninger <andreas.grueninger@LFL.BWL.DE> Sent by: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> 05/06/2002 04:27 PM Please respond to Andreas Grüninger

To: SAS-L@LISTSERV.UGA.EDU cc: Subject: Re: jcl delay

1. Ask the operators of the MVS shop which job scheduling options are available at this site. 2. If nothing is available and the operators are willing to do it they can create a special job class which starts at a certain time. You would use the CLASS= option in the JOB statement.

"Doug" <queanbeyan@hotmail.com> schrieb im Newsbeitrag news:d72455ac.0205022230.62edeed4@posting.google.com... > could someone please remind me of how within jcl to delay or run a mvs > job at a certain time. > > Thanks > > Doug


Back to: Top of message | Previous page | Main SAS-L page