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

Batch JCL to Move the SDSF HELDQ Jobs To Desired Destination


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
raj4neo
Warnings : 1

New User


Joined: 12 May 2006
Posts: 51
Location: India

PostPosted: Thu Apr 23, 2015 12:44 am
Reply with quote

Hi ,

We have a Automation Tool Which will Automatically Scheduled the Set of Jobs to run and output(completed & Failed) Job will be in SDSF . After Validating It was Required to Move all the Jobs to BETA92(Output Job log tool) for Future Reference

Anyone please let me know is there any Batch JCL to Move the Job FROM SDSF to Desired Location .. Now we are doing it Manually By changing the

JOBNAME JobID Owner Prty C ODisp Dest
PV380T JOB52857 BPV380 144 X HOLD LOCAL

We will change like

JOBNAME JobID Owner Prty C ODisp Dest
PV380T JOB52857 BPV380 144 3 WRITE LOCAL

To Move to Desired Location
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Apr 23, 2015 12:50 am
Reply with quote

Quote:
Anyone please let me know is there any Batch JCL to Move the Job FROM SDSF to Desired Location .

a JOB sysout DOES NOT RESIDE IN SDSF
it <resides> in the spool managed by JES.

SDSF is just a tool that reads the spool data

what is the selection criteria to hand over a sysout to BETA 92 ???
Back to top
View user's profile Send private message
raj4neo
Warnings : 1

New User


Joined: 12 May 2006
Posts: 51
Location: India

PostPosted: Thu Apr 23, 2015 12:55 am
Reply with quote

I Want to Move all the completed Jobs to BETA92
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Fri Apr 24, 2015 2:57 pm
Reply with quote

Since all you seem to be doing to get the output to Beta92 is to change the output disposition of successful jobs in SDSF from HOLD to WRITE, it would seem that what you need is to modify the job(s) to have the required output go to a queue that isn't held. You could determine success/failure based on cond code and ICEGENER the outputs of the successful jobs to the Beta92 sysout class.

Garry
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Finding and researching jobs All Other Mainframe Topics 0
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
Search our Forums:

Back to Top