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

Resubmitting the job which contain /*route parameters


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

New User


Joined: 21 Jul 2008
Posts: 40
Location: pune

PostPosted: Tue Jan 20, 2009 11:22 pm
Reply with quote

Say I have the below job

//JOBABCD JOB .....
/*ROUTE XEQ ----

I'm submitting job from HOST (region) A and it will run on Host B (for which route parameters are mentioned)... After completion of this job the output will send to HOST A spool area, but the output is only for purpose of display .. Suppose in case of abend I want to resubmit the job from spool then I can't edit and submit the job using "SJ" command.... Consider a case when one job on host A will internally submit 4 jobs on host B and their outputs are send to host A and I want to resubmit any abended job from host A ?????????? What sould I need to do?

I dont want to submit the jobs from host B because I don't have access to it. I can only watch return codes on host A after completion of jobs on B.
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: Wed Jan 21, 2009 12:54 am
Reply with quote

Hello,

I suspect that if you can run jobs on host B, you have some amount of access?

Suggest you negotiate access to host B or be willing to submit the "re-run" from host A.

If you cannot log onto host B to see the output, how do you know what to re-submit? (oops - my bad - misunderstood icon_redface.gif )
Back to top
View user's profile Send private message
Douglas Wilder

Active User


Joined: 28 Nov 2006
Posts: 305
Location: Deerfield IL

PostPosted: Wed Jan 21, 2009 2:52 am
Reply with quote

I also cannot log onto Host B. Like you I can see the output on host A, but SJ does not work on it. We can use SE but fixing up the JCL from there is a bit of a pain. Does anyone have any other ideas?
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Wed Jan 21, 2009 5:09 am
Reply with quote

Hi,

this is from the SDSF help screen,
Quote:
You can use SJ only with jobs that have not yet executed
or that executed on your node.



Gerry
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 Passing Parameters to Programs Invoke... PL/I & Assembler 5
No new posts Injecting HTTPHEADER parameters in th... PL/I & Assembler 0
No new posts passing symbolic parameters through d... JCL & VSAM 3
No new posts Trim values of parameters in JCL JCL & VSAM 2
No new posts Alter User LOGON Script Parameters CLIST & REXX 11
Search our Forums:

Back to Top