U want to run a job in 27th of each month, with out using scheduler (control-M)
how can u do it?
how to schedule a job without using scheduler(sw)
- MrSpock
- Global moderator
- Posts: 809
- Joined: Wed Jun 06, 2007 9:37 pm
- Skillset: REXX, JCL, DFSORT, Syncsort, Axway MFT, Connect:Direct, FTP, SFTP
- Referer: ibmmainframes.com
- Location: Raleigh NC USA
- Contact:
Re: how to schedule a job without using scheduler(sw)
You'll need software that's:
1. Always active and
2. is date & time aware.
If you know of a way to setup a schedule on another system or server, you can always use an FTP process to submit a job directly into the JES internal reader. Outside of that, you need SOMETHING.
1. Always active and
2. is date & time aware.
If you know of a way to setup a schedule on another system or server, you can always use an FTP process to submit a job directly into the JES internal reader. Outside of that, you need SOMETHING.
Re: how to schedule a job without using scheduler(sw)
i m sorry mr spoke bt i m not satisfied, plz elaborate... I dont thk any spl sw will b used.. rather i thk there may b some option in the class parameter or any job stmt parameter
-
- Posts: 81
- Joined: Sat Jun 09, 2007 4:24 am
- Skillset: Some?
- Referer: mcmillan
- Location: Tucson AZ
Re: how to schedule a job without using scheduler(sw)
abkumarch wrote:i m sorry mr spoke bt i m not satisfied, plz elaborate... I dont thk any spl sw will b used.. rather i thk there may b some option in the class parameter or any job stmt parameter
Are you texting this on your phone or do you have a full keyboard in front of you?
Please try to spell out words and preview you writing before submitting.....
You are not satisfied? Why not? You asked a question and it got answered. If you do not like the answer, why not?
If you think the answer is in the CLASS Parameter or any JOB Statement parameter, please point it out to us......
Re: how to schedule a job without using scheduler(sw)
I GOT it GUYS.....
1. Setup your job in the production job scheduling system.
2. Use the JES2 "Set Automatic Command" facility:
$TA,T=hh.mm,i=nnn,'$VS,''S JOB,N=myjob'''
where "T=hh.mm" is the time you want to submit the job, "i=nnn" is the amount of time (in seconds) to wait before repeating the command, and the rest is the JES2 command to be issued. You can find out more about the "$TA" and "$VS" commans in the "JES2 Commands Reference Manuals".
3. Modification of #2. Submit your job with "TYPRUN=HOLD". Then, use the "$TA" JES2 command to schedule a command to release your job at a specified time (the "$A" command). Of course, your job would then have to reload itself with the "TYPRUN=HOLD" enabled for the next runtime.
4. On a Netview console, setup an "EVERY" timer event to submit your job, i.e. "EVERY 24:00,SUBMIT 'MY.JCL(MYJOB)' ".
i got this ans in the experts forum.. so thank god
1. Setup your job in the production job scheduling system.
2. Use the JES2 "Set Automatic Command" facility:
$TA,T=hh.mm,i=nnn,'$VS,''S JOB,N=myjob'''
where "T=hh.mm" is the time you want to submit the job, "i=nnn" is the amount of time (in seconds) to wait before repeating the command, and the rest is the JES2 command to be issued. You can find out more about the "$TA" and "$VS" commans in the "JES2 Commands Reference Manuals".
3. Modification of #2. Submit your job with "TYPRUN=HOLD". Then, use the "$TA" JES2 command to schedule a command to release your job at a specified time (the "$A" command). Of course, your job would then have to reload itself with the "TYPRUN=HOLD" enabled for the next runtime.
4. On a Netview console, setup an "EVERY" timer event to submit your job, i.e. "EVERY 24:00,SUBMIT 'MY.JCL(MYJOB)' ".
i got this ans in the experts forum.. so thank god
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: how to schedule a job without using scheduler(sw)
Hello,
If you have what you need, great
However;
If you have what you need, great

However;
your solution violates the "rules" (i.e. the subject of this topic).1. Setup your job in the production job scheduling system.
Hope this helps,
d.sch.
d.sch.
Re: how to schedule a job without using scheduler(sw)
Kinda wonder where the "experts forum" is...grin....abkumarch wrote:i got this ans in the experts forum.. so thank god
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: how to schedule a job without using scheduler(sw)
I suspect it is an "s" and a "forum" away. . .
d

d