Page 1 of 1

ca7 dataset trigger

PostPosted: Thu Sep 23, 2010 12:44 pm
by mahantesh_h
I have one query..

Everyday a file "x" is FTPied from production to integration(testing) region. CA7 is the job scheduler.

question is: I need to trigger a job in CA7 in integration based on whether the file "x" has reached integration or not?

Re: ca7 dataset trigger

PostPosted: Thu Sep 23, 2010 11:31 pm
by dick scherrer
Hello,

Your question is not clear. . .

Should this job run every day or only on the days when the file has been transferred? What if the file is transferred more than one time in a day?

Re: ca7 dataset trigger

PostPosted: Thu Nov 11, 2010 9:01 am
by Quasar
Mahantesh -

You must add the Dataset as a REQUIREMENT to the JOB. You may then use the following command, on the CA-7 Console, to display the Dataset Requirement.

LJOB,JOB=GEMPAIAS LIST=RQMT

NAME ID MEMBER -NAME- -ID -ID- DSNBR DSNBR STP DDS RUNS DATE/TIME

JOB=PZCPDWKY  SCHID=000 VRSN=10176/1131 LEADTM=05
JOB=/GEMPAIMG SCHID=000 VRSN=98258/0010 LEADTM=99
JOB=/GEMCNS6L SCHID=000 VRSN=95334/0012 LEADTM=99
SFTP.DEMO.FILE SCHID=000 VRSN=97524/0012 LEADTM=99


Thank you very much.