View previous topic :: View next topic |
Author |
Message |
djf Beginner
Joined: 06 Feb 2007 Posts: 68 Topics: 27
|
Posted: Tue Jul 10, 2007 1:19 pm Post subject: JCL JES3 FILEAID LIBRARIAN |
|
|
Hello.
I put all the products in the descriptor...
I have a bunch of JCL in a Librarian file. I need JOBLIB dd's in all the jobs, (multiple lines)
Can JES3 have a certain JOBCLASS that has a default JOBLIB?
Can Fileaid insert lines into a Librarian file?
If all else fails, I can copy the stuff to a real PDS and recursively edit it, but I'd like to keep it in the Librarian master if possible.
TIA!!
djf |
|
Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Tue Jul 10, 2007 1:44 pm Post subject: |
|
|
according to the fileaid manual, COPY from is allowed, but not COPY to.
can't you automate your 're-entry' to librarian? do a mass check-out, file-aid update in an ISPF PDS or PDS-E, and then auto-update the version with the new member.
or write a REXX edit macro to modify your JCL if you don't have too many?
JES3 - greek to me! _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
 |
Anuj Dhawan Intermediate
Joined: 19 Jul 2007 Posts: 298 Topics: 7 Location: Mumbai,India
|
Posted: Fri Aug 03, 2007 5:21 am Post subject: |
|
|
Sorry to join the party enough late.
Still for dbzTHEdinosauer wrote: | JES3 - greek to me! | following may help.
JES3 = Job Entry Subsystem 3: An MVS subsystem that receives jobs into the system, converts them to internal format, selects them for execution, processes their output, and purges them from the system. In complexes that have several loosely coupled processing units, the JES3 program manages processors so that the global processor exercises centralized control over the local processors and distributes jobs to them via a common job queue. _________________ Regards,
Anuj |
|
Back to top |
|
 |
|
|