$T PROCLIB

2006-10-16 Thread Frank Allan Rasmussen
Hi
 
I'm going to move JES2 proclib from a 3380 volume to a 3390 volume and I'm 
reading about the $T PROCLIB command.
 
In the manual it states:
 
If a $T PROCLIB command is entered with no operands, then concatenation will 
be reallocated. This is useful to retry a previous failed allocation or to pick 
up updates to an existing data set (for example, a data set cataloged on a new 
volume). 
 
Does this mean that I can:
 
1: stop all INIT's
2: move the proclib's using DFDSS
3: $T PROCLIB
4: start all INIT's
 
 
 
   Med venlig hilsen
 
 Frank Allan Rasmussen
 Systemprogrammør
 Fyns Amts EDB-central
 +45 65 41 35 50


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: $T PROCLIB

2006-10-16 Thread Lizette Koehler
Just one question.

Are your proclibs defined on the PROCLIB statement inside the JES2 Parms?

I think $TPROCLIB only works for them and not JCL'd Proclibs.  If they are,
this will work okay.  Though I would be the only TSO User Logged on during
this process incase there are any issues.


As for moving them,

If they are JCL'd then I would just stop all work (INITS, no new STCs, and
TSO).  With your TSO ID logged on, move the PROCLIB while JES2 is up.  At
worst Bounce JES2 after the change - DO NOT LOG OFF.  Verify that JES2 is
finding procs (create a couple of TEST jobs).  

I have used this technique successfully.

Lizette

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: $T PROCLIB

2006-10-16 Thread Daniel A. McLaughlin
Personally, I'd build a new PROCLIB, copy everything into it, adjust my 
JES2 startup PROC and re-ipl.

Daniel McLaughlin
Z-Series Systems Programmer
Crawford  Company
4680 N. Royal Atlanta
Tucker GA 30084 
phone: 770-621-3256 
fax: 770-621-3237
email: [EMAIL PROTECTED]
web: www.crawfordandcompany.com


This transmission is intended exclusively for the individual or entity to 
which it is addressed. This communication may contain information that is 
confidential, proprietary, privileged or otherwise exempt from disclosure. 
If you are not the named addressee, you are NOT authorized to read, print, 
retain, copy or disseminate this communication, its attachments or any 
part of them. If you have received this communication in error, please 
notify the sender immediately and delete this communication from all 
computers. 


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: $T PROCLIB

2006-10-16 Thread Mark Zelden
On Mon, 16 Oct 2006 13:30:13 +0200, Frank Allan Rasmussen [EMAIL PROTECTED]
wrote:

Hi
 
I'm going to move JES2 proclib from a 3380 volume to a 3390 volume and I'm
reading about the $T PROCLIB command.
 
In the manual it states:
 
If a $T PROCLIB command is entered with no operands, then concatenation
will be reallocated. This is useful to retry a previous failed allocation or
to pick up updates to an existing data set (for example, a data set
cataloged on a new volume). 
 
Does this mean that I can:
 
1: stop all INIT's
2: move the proclib's using DFDSS
3: $T PROCLIB
4: start all INIT's
 

Assuming you are using dynamic proclibs and not ones in the JES2 
JCL, the answer is YES.  Just for clarification, the proper command
is $TPROCLIB(*).  

We used to do this at DR in one of our environments after ABARS restores
run because not all the proclibs were there for the inital IPLs. 
Beats the old method of $PJES2,ABEND.  :-) 

Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group
mailto:[EMAIL PROTECTED]
z/OS and OS390 expert at http://searchDataCenter.com/ateExperts/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html