View previous topic :: View next topic |
Author |
Message |
Sarangadhar Beginner
Joined: 14 Oct 2004 Posts: 130 Topics: 43 Location: virtual village
|
Posted: Thu Feb 23, 2006 2:58 am Post subject: joblog inspection thru rexx |
|
|
I have submitted some 1000 Endevor SCAN jobs that search for given stings in programs of given SYSTEM and given SUBSYSTEM.
I need to see the output of all jobs and and find the element names found from the each scan job.
Please throw some light on the same. _________________ Thanks |
|
Back to top |
|
 |
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Thu Feb 23, 2006 5:19 am Post subject: |
|
|
That means that you want to invoke SDSF in batch. If you'll search this and other forums, you'll find planty of example (some of them posted by me in the past).
O.
________
Toyota FJ40 specifications
Last edited by ofer71 on Sat Feb 05, 2011 11:34 am; edited 1 time in total |
|
Back to top |
|
 |
Ravi Beginner
Joined: 27 Jun 2005 Posts: 88 Topics: 2
|
Posted: Fri Feb 24, 2006 2:16 am Post subject: |
|
|
Sarangadhar,
am not sure of Endevor much but can you edit the JCL before you submit the job? If yes, then just change the DD DSN of that SYSOUT=* to a Dataset name(Be sure and know the exact DD card which you need to change). Use MOD instead of NEW/OLD. But the problem is you cannot run all the jobs in parallel. To avoid this, use different names for each submission or create a GDG base file and then use the GDG versions.
If you are not having the ability to change the JCL before submitting, then go to SDSF, pick each job change the SYSOUT=* to a dataset or gdg and submit the jobs.
Using this output files, concat them and use FILE-AID or SORT utilities and pull the corresponding members.
Hope this helps. |
|
Back to top |
|
 |
|
|