View previous topic :: View next topic |
Author |
Message |
Allenantony Beginner
Joined: 05 Nov 2006 Posts: 9 Topics: 4
|
Posted: Tue Apr 01, 2008 3:31 pm Post subject: JCL GENER |
|
|
Dear all,
One of our jobs have a gener step (IEBGENER) to copy data from one (Source) dataset to another (Destination).
The Source dataset is created randomly for each job run. ie, the source dataset name will be different for each job run. A new request has come to save the source dataset names that are getting created into another dataset. Please can you share your thoughts on how to do this with an example?
Thanks,
Allen |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Tue Apr 01, 2008 6:59 pm Post subject: |
|
|
can you have whatever is generating this JCL also write that info to a data set or add another gener step that saves the name (create the jcl with the data set name in the SYSUT1 DD * statement)? _________________ New members are encouraged to read the How To Ask Questions The Smart Way FAQ at http://www.catb.org/~esr/faqs/smart-questions.html. |
|
Back to top |
|
 |
|
|