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

How to check whether a job is dataset triggered?


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

New User


Joined: 30 May 2008
Posts: 10
Location: Bangalore

PostPosted: Fri Jun 13, 2008 4:51 pm
Reply with quote

How to check just by seeing the JCL that whether this job is dataset triggered or not?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Jun 13, 2008 4:52 pm
Reply with quote

You cannot do it,
only the scheduler rules do know that
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Fri Jun 13, 2008 9:47 pm
Reply with quote

Can someone post the definition of 'dataset triggered'?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Jun 13, 2008 9:56 pm
Reply with quote

Quote:
Can someone post the definition of 'dataset triggered'?


any scheduler can monitor a series of external/asynchronous events

dataset creation is one of these... ( with some quirks )

for example process an FTP'ed dataset as soon as it received
Back to top
View user's profile Send private message
sameer

New User


Joined: 10 Mar 2005
Posts: 41
Location: United States Of America

PostPosted: Mon Jun 16, 2008 10:51 pm
Reply with quote

if you have access to scheduler like CA7, you can query a job and find dataset dependencies
Back to top
View user's profile Send private message
chinnaraj

New User


Joined: 01 Nov 2007
Posts: 17
Location: Chennai

PostPosted: Tue Aug 05, 2008 12:53 pm
Reply with quote

Hi,

try using the command

LJOB,JOB=JOBNAME,LIST=NODD

check whether any DSN is listed under
"TRIGGERED BY JOBS/DATASETS/NETWORKS"


Regards,
Chinna.
Back to top
View user's profile Send private message
abhishek dadhichi

New User


Joined: 19 Apr 2007
Posts: 37
Location: Bangalore

PostPosted: Tue Aug 05, 2008 3:30 pm
Reply with quote

Hi..

You can use commands LQ,JOB=JOBNAME,LIST=ALL/RQMT/TRIGG to know what are the dependencies for the above mentioned jobname which are in queue in CA-7 and LJOB,JOB=JOBNAME,LIST=ALL/RQMT/TRIGG to know if the jobs are not in queue.

You will find a list of Requirements/triggered by clauses as soon as you run the above commands in CA7.



Thanks...
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Aug 05, 2008 8:32 pm
Reply with quote

Hello Sanjay,

Just to confirm - as Enrico first posted. . .

You cannot tell if a job is dataset triggered by looking at the jcl.
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 FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
No new posts Allocated cylinders of a dataset DB2 12
Search our Forums:

Back to Top