|
|
| Author |
Message |
pmn2cdac
New User
Joined: 23 Dec 2007 Posts: 21 Location: Bangalore
|
|
|
|
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 |
|
 |
References
|
Posted: Sun Apr 27, 2008 10:21 pm Post subject: Re: invoking SDSF XDC in batch |
 |
|
|
 |
Splitted: Sun Apr 27, 2008 10:24 pm by enrico-sorichetti From Topic Is it possible to take XDC through job (JCL) |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 7339 Location: 221 B Baker St
|
|
|
|
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 |
|
 |
CICS Guy
Senior Member
Joined: 18 Jul 2007 Posts: 1117 Location: At my desk
|
|
|
|
| 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 |
|
 |
pmn2cdac
New User
Joined: 23 Dec 2007 Posts: 21 Location: Bangalore
|
|
|
|
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 |
|
 |
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 1862 Location: Israel
|
|
|
|
Add a last step of batch SDSF commands. You might find a lot of examples here.
O. |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 7339 Location: 221 B Baker St
|
|
|
|
Hello,
Please refer to your other (very similar) topic. |
|
| Back to top |
|
 |
Moved: Wed May 14, 2008 5:48 pm by William Thompson From CLIST & REXX to JCL |
|
|