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

Saving a job from Job Spool


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Preetha Ramkumar

New User


Joined: 07 Mar 2006
Posts: 9
Location: Hyderabad

PostPosted: Wed Mar 22, 2006 5:10 pm
Reply with quote

Hi,

To save a job from job spool I'm using the option XDC.Is there any other facility to do this.What is the expansion of XDC?

Regards,
Preeths
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Thu Mar 23, 2006 8:53 pm
Reply with quote

Hi,

XDC means you want to print the output (that's the X).
You print it to a dataset (that's the D).
Then you close the output dataset (that's the C).
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 463

PostPosted: Fri Mar 24, 2006 2:50 pm
Reply with quote

Hi,

Quote:
To save a job from job spool

If You want to save the Log for thei job then u can use XDC command
else If you want to save JCL f that job from Spool then yu can use following command (If you are authorised to these command)

Code:
CRE .ZF .ZL
In command Line and give the PDS name and member.

Hope this helps

Regards
Rupesh
Back to top
View user's profile Send private message
Vidusha

New User


Joined: 01 Feb 2006
Posts: 20
Location: Chennai

PostPosted: Fri Mar 24, 2006 5:24 pm
Reply with quote

Hi Rupesh,

Can you clear me where would you provide this command.
I just tried in command line within SDSF. But it is showing INVALID COMMAND

Also can you please elaborate this as XDC...

Thanks
Vidusha
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 -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Search string in job at regular Spool... CLIST & REXX 0
No new posts Capturing logs from spool dd JCL & VSAM 6
No new posts No sysout coming in spool JCL & VSAM 4
No new posts Do we need to restart DB2 Z/OS for DA... DB2 0
No new posts SPOOL commands for INTRDR CICS 8
Search our Forums:

Back to Top