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

invoking SDSF XDC in batch


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

New User


Joined: 23 Dec 2007
Posts: 27
Location: Bangalore

PostPosted: Sun Apr 27, 2008 10:21 pm
Reply with quote

Hi All,

Please provide the JCl statements to take xdc from job......
from above statements ,,,by using print I am not abel to do that,,,,
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: Sun Apr 27, 2008 11:34 pm
Reply with quote

Hello pmn2cdac and welcome to the forums,

Quote:
by using print I am not abel to do that
Rather than xdc, try using "PRINT ODSN" (which is what xdc does "under the covers" if my memory is workikng). PRINT ODSN opens a dataset, then PRINT what you want to go into the file, and lastly issue PRINT CLOSE and the dataset should be ready for your use.

I suggest you try it manually until you are comfortable with the process.
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Sun Apr 27, 2008 11:43 pm
Reply with quote

Check out Lionel B. Dyck. he has a great little tool, SDFSEXT, a generalized SDSF batch tool to extract all or part of your sysout into a dataset that you could do whatever you want with.
Back to top
View user's profile Send private message
pmn2cdac

New User


Joined: 23 Dec 2007
Posts: 27
Location: Bangalore

PostPosted: Wed May 14, 2008 10:51 am
Reply with quote

I have a 'job x',,,,when i submit it ,,at end it should do the xdc task to 'job x ' to this job parallely.

Please let me know with the statements.

Thanks in advance,

Praveen
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Wed May 14, 2008 10:59 am
Reply with quote

Add a last step of batch SDSF commands. You might find a lot of examples here.

O.
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 May 14, 2008 11:06 am
Reply with quote

Hello,

Please refer to your other (very similar) topic.
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 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
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts Help in Automating Batch JCL jobs mon... JCL & VSAM 3
Search our Forums:

Back to Top