job not getting scheduled automatically?

Post Reply
kondal

job not getting scheduled automatically?

Post by kondal » 04 Dec 2007 8:31

Hi,

One of my job is not getting scheduled automatically like before although it has got all the conditions satisfied.One of my collegue has made few changes to jcl for this job and again made it back to normal. From that day job is not getting scheduled automatically.

can anyone please let me know why the job will not get submitted automatically even though all conditions are satisfied? :oops:

User avatar
fyot
Nouveau
Nouveau
Posts: 736
Joined: 26 Apr 2005 12:00
Location: PARIS
Contact:

Post by fyot » 04 Dec 2007 9:49

Hi

Probably, he forgot to fill USERDAILY field in the Table Manager.

I must be SYSTEM if you want to be submitted during the New Day Procedure.

If the value is different, you must launch ctmudly utility to submit all jobs concerns with that USERDAILY.

kondal

Post by kondal » 04 Dec 2007 11:22

Hi FYOT,

Thanks for your reply.But I think you are right in unix but in mainframes we dont have any userdaily or system.

User avatar
fyot
Nouveau
Nouveau
Posts: 736
Joined: 26 Apr 2005 12:00
Location: PARIS
Contact:

Post by fyot » 04 Dec 2007 2:02

Hi

USER DAILY is not used totally as on UNIX.
But it exists on Mainframe to linked to DATE CONTROL RECORD.

User avatar
tramchand
Nouveau
Nouveau
Posts: 12
Joined: 14 Mar 2008 12:00

Post by tramchand » 26 Apr 2008 2:30

Try to upload the job again.
I am not sure about mainframe but USERDAILY should have entry for jobs to get loaded.
What is your table name?
what does table details show?
In some cases we have a DAILY table which should have UDAILY and
UDAILY table in turn should have SYSTEM entry.

You need an entry in these tables so that newday job process checks active file list and loads all jobs which meet conditions

User avatar
miyagisan
Nouveau
Nouveau
Posts: 5
Joined: 25 Nov 2008 12:00

Post by miyagisan » 25 Nov 2008 7:13

try ordering thru table manager and see what you get as an error message

User avatar
Dilbert
Nouveau
Nouveau
Posts: 185
Joined: 10 Jan 2007 12:00
Location: Zagreb, Croatia

Post by Dilbert » 26 Nov 2008 8:30

Check your daily system job....

Sometime I work with CTM on Mainframe, in your AJF you should have job called CTMDAILY (or something like that, maybe DAILYSYS, I'm not sure right now wha is the name of that system job). Take a look into that file (look at JCL). Inside you must have all the tables which must be lodaded during New Day Procedure. Check if your job (in fact, table where your job is) is correctly entered into the CTMDAILY job. If not, loook at the example inside and enter your table. Or better, ask your colleague what has changed and where, and why. ;)

Post Reply