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

How to trigger a C/S ESP job with a mainframe dataset?


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
cmetellus

New User


Joined: 26 Nov 2013
Posts: 2
Location: Canada

PostPosted: Tue Nov 26, 2013 6:43 pm
Reply with quote

Hi! I have a little issue to present to you. I have been asked to create a job that would be triggered by a file. That is the easy part. I understand that a mainframe job can be triggered by a dataset like this:

DSTRIG WAIT4.DATASET
DSNAME 'MY.DATASET.G-'
TAG 'WAITING 4 D/S'
POSTREQ MAINFRAME_JOB
ENDJOB

However, I am having trouble defining a client/server (c/s) job that is triggered by a mainframe dataset file. Usually, a file-triggered c/s job is defined as shown:

File_Trigger WINNT_JOB
AGENT WINNT_SERVER
FILENAME /ftp/my_folder/my_txt_file.txt
TAG 'WINNT_SERVER'
ENDJOB

Here above, the trigger file is on the server and once it's there, WINNT_JOB runs immediately.

So my question to you is this: How would you trigger WINNT_JOB using a mainframe dataset? If my question isn't clear, please let me know. Thank you.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Tue Nov 26, 2013 6:51 pm
Reply with quote

Have a mainframe job triggered by the data set. The job runs FTP to the server putting a file on the server. Trigger the C/S job based on that file.
Back to top
View user's profile Send private message
cmetellus

New User


Joined: 26 Nov 2013
Posts: 2
Location: Canada

PostPosted: Tue Nov 26, 2013 7:22 pm
Reply with quote

Hi Robert sample, you've been really helpful. That's the answer I was looking for.

Thank you!
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Mainframe openings in Techmahnidra fo... Mainframe Jobs 0
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 Allocated cylinders of a dataset DB2 12
Search our Forums:

Back to Top