|
|
| Author |
Message |
saurabh39
New User
Joined: 11 Apr 2008 Posts: 29 Location: Jamshedpur
|
|
|
|
Is there any way by which I can make my job file triggered?
My Requirement is, I have a master file, one job should be submitted after file has been altered. Is there any way that automatically submits the job when the file is altered and saved? |
|
| Back to top |
|
 |
References
|
Posted: Sat Apr 19, 2008 7:17 pm Post subject: Re: How to Make a Job File Triggered? |
 |
|
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2322 Location: italy
|
|
|
|
it does not make any difference from a scheduling point of view the content of the job You want to schedule
can You please clarify the concept of ... altered vs. saved
as a general understanding
alter means just to alter any record in a dataset organization whicjh allows such process
save is more related to editing, at the end of the edit session the user saves the result of his/her work
why not make use of a scheduler, to schedule the appropriate job after any job that updates Your triggering resource ?? |
|
| Back to top |
|
 |
Moved: Sat Apr 19, 2008 9:09 pm by superk From CLIST & REXX to Other Mainframe Topics |
saurabh39
New User
Joined: 11 Apr 2008 Posts: 29 Location: Jamshedpur
|
|
|
|
Hi,
Soory for creating confusion, by altered and save means - if a user appends a records and then saves it.
As for sceduler, this file is not being updated by any production job. It is a rexx module which we are introducing for automation purpose. |
|
| Back to top |
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2322 Location: italy
|
|
|
|
| Quote: |
| if a user appends a records and then saves it. |
if it is an ispf edit session, tha actions on the data are irrelevant.
why not have the user himself submit the job ?? |
|
| Back to top |
|
 |
Santoshdorge
New User
Joined: 27 Jun 2006 Posts: 42 Location: Pune
|
|
|
|
Hi
What if rexx module submit job after edit and save activity.
would this help you?
thanks,
Santosh. |
|
| Back to top |
|
 |
saurabh39
New User
Joined: 11 Apr 2008 Posts: 29 Location: Jamshedpur
|
|
|
|
Hi,
i have a Rexx macro to be submitted, which we are submitting manually and i think there is no other option. |
|
| Back to top |
|
 |
|
|