> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of R.S. > Sent: Monday, October 10, 2005 12:37 PM > To: [email protected] > Subject: How to move JES2 checkpoint dataset > > > I want to move my CKPT1 dataset to another volume, I'd like to do it > without IPL. > > My idea: > 1. Create temporary DS for NEWCKPT > 2. Issue > $T CKPTDEF,NEWCKPTn=(DSN=tempCKPT1,VOL=tempvol) > 3. Use $TCKPTDEF,RECONFIG=YES to enter the "dialog" > switch CKPT to NEWCKPT1 > 4. Delete old CKPT1, create target CKPT1 > 5. Again use dialog. > > Does it make any sense ? > Did I forget anything ? > > -- > Radoslaw Skorupka > Lodz, Poland
Why move it twice? You can use the same name on the ultimate target volume as you already have on the source volume. It just cannot be catalogued. Surely you aren't putting it on an SMS volume? Just allocate it with DISP=(NEW,KEEP). JES2 does not ENQ on the SPOOL or CKPT dataset names, so you can delete the old version on the old volume with no problems. Of course, this means that you can just as easily delete the in-use version as well, so be careful. -- John McKown Senior Systems Programmer UICI Insurance Center Information Technology This message (including any attachments) contains confidential information intended for a specific individual and purpose, and its' content is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this transmission, or taking any action based on it, is strictly prohibited. ---------------------------------------------------------------------- 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

