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

Connect Direct Question


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

Active User


Joined: 21 Mar 2007
Posts: 203
Location: India

PostPosted: Wed Jan 16, 2008 10:50 am
Reply with quote

Hi,

I am required to trigger a job if only the file transfer using the connect direct fails. Can any one please help me out by telling me the syntax or else please provide a link where I can have a brief idea of using the conditional parameters in connect direct.
Back to top
View user's profile Send private message
swapnadeep.ganguly

Active User


Joined: 21 Mar 2007
Posts: 203
Location: India

PostPosted: Wed Jan 16, 2008 11:30 am
Reply with quote

The person who was working previously had written a small piece of code for triggering of emails. I am pasting the same underneath. Some part of the code is not clear to me. Can anyone kindly explain me the same.
Code:

SIGNON USERID=(Y) ESF=YES                                   
SUBMIT PROC=MODEL90X HOLD=NO CASE=YES                     - 
       SNODE=NT.TCW3CDM1.P                                - 
       &FROM=PNODE                                        - 
       &TO=SNODE                                          - 
       &COMPOPT=EXT                                       - 
       &OPDISP=(RPL)                                      - 
       &TRNODE=PNODE                                      - 
       &DSN01=&HLQ..G747926A.TRIGGER                      - 
       &OUT01='\\TCLRSDM1\LRRS_CUBES\TRIGGER\TRIGGER.TXT' -
       &JCLLIB=&HLQ..PROCS                                - 
       &TRIGJOB=G747926U                                  -       >>>>>>>>>>>>> triggers an e-mail upon successful transfer to the business
       &CONDXNG=0                                         - 
       &TRNODXNG=PNODE                                    - 
       &JCLIBXNG=&HLQ..PROCS                              -   
       &TRJOBXNG=G747926T          >>>>>>>> triggers an e-mail to technical area that there was a problem with the transfer                         
SIGNOFF
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Sat Jan 19, 2008 9:08 am
Reply with quote

swapnadeep.ganguly wrote:
Can any one please help me out by telling me the syntax or else please provide a link where I can have a brief idea of using the conditional parameters in connect direct.


I'd go to the Sterling Commerce website for Support On Demand and download a copy of "Understanding Processes" and "Connect:Direct for OS/390 and z/OS Process Parameters".

Without seeing the "MODEL90X" process as coded, I couldn't even guess as to what it's doing or what some of those symbolic values designate.
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 Connect Direct 6.3 for Z/OS All Other Mainframe Topics 20
No new posts Question for file manager IBM Tools 7
No new posts question for Pedro TSO/ISPF 2
No new posts question on Outrec and sort #Digvijay DFSORT/ICETOOL 20
No new posts Getting TWA in CICS program while con... CICS 14
Search our Forums:

Back to Top