View previous topic :: View next topic
|
Author |
Message |
unmesh33
New User
Joined: 19 Dec 2007 Posts: 6 Location: Pune
|
|
|
|
Hi
I have to rename the tape files,those files are big (i.e. using 10 tapes) .
I tried to copy the files to DASD however getting the space issues.
Is there anyway so that I can rename the tape files.?
Regards,
Unmesh |
|
Back to top |
|
|
gcicchet
Senior Member
Joined: 28 Jul 2006 Posts: 1702 Location: Australia
|
|
|
|
Hi,
tape datasets cannot be renamed without copying the contents to another file.
You say copying the files to DASD is causing space issues, why not copy to tape ?
Gerry |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
Hi,
Quote: |
You say copying the files to DASD is causing space issues, why not copy to tape ? |
And how do you copy, using file-aid ? if yes that would not work, instead use some utility such as SORT, give the desired DSN name in SORTOUT. |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hi Anuj,
Quote: |
And how do you copy, using file-aid ? if yes that would not work |
Why will this not work? Can file-aid not copy one qsam file to another? |
|
Back to top |
|
|
Aaru
Senior Member
Joined: 03 Jul 2007 Posts: 1287 Location: Chennai, India
|
|
|
|
Anuj,
Quote: |
And how do you copy, using file-aid ? |
You can also copy it using IEBGENER. |
|
Back to top |
|
|
gcicchet
Senior Member
Joined: 28 Jul 2006 Posts: 1702 Location: Australia
|
|
|
|
Hi Anuj,
I think you better explain what you are on about,
I quoted
Quote: |
You say copying the files to DASD is causing space issues, why not copy to tape ? |
Now that seemed quite a reasonable reply.
Your reply to the above
Quote: |
And how do you copy, using file-aid ? if yes that would not work, instead use some utility such as SORT, give the desired DSN name in SORTOUT. |
There was no mention of which utility or program to use so I have no idea how this applies to my reply.
There are many utilities you can use to copy files such as FILEAID SORT IDCAMS IEBGENER DFDSS SAS etc.
Gerry |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
Hi Dick,
Quote: |
Why will this not work? Can file-aid not copy one qsam file to another? |
It does but if file is on DASD, I tried file-aid option F;3;3 to copy a tape file; I got the following message:
Code: |
DATASET NOT ON DASD |
and COPY was not allowed. |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10886 Location: italy
|
|
|
|
usually on any decent product ( even if supporting tapes )
interactive tape operations are not allowed for general use
how nice... a tso user sitting at his desk waiting for the operator to come back from the coffee break to mount his tape
also the TSO users are defined with the NOMOUNT attribute |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
Hi Gerry,
Quote: |
There was no mention of which utility or program to use so I have no idea how this applies to my reply. |
I shuold have quoted this
Quote: |
I tried to copy the files to DASD however getting the space issues. |
in my previous post (fisrt post of mine in this thread).
Apologies .. |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
Hi,
Aaru wrote: |
You can also copy it using IEBGENER. |
Any utility which has COPY capabilities can be used. |
|
Back to top |
|
|
unmesh33
New User
Joined: 19 Dec 2007 Posts: 6 Location: Pune
|
|
|
|
Hi,
Thanks everyone for helping me in this.
However Whenever I am trying to copy the the files I am getting the message 'Exceeded the allowed space limit'.
I am trying to copy this using IEBGENER utility.
I agree by using other utilities we can copy the files, however my question is there any limitation for IEBGENER to copy the the tape files to DASD and also what is the maximum limit for TRK/CLY that we can give to copy any huge file to DASD?
Regards,
Bhushan |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello,
The utility used is not your problem. The volume of data is your problem. You will have the exact same space problem with various utilities.
If you want to copy the data on the tape(s), copy from tape to tape, not tape to dasd.
Quote: |
what is the maximum limit for TRK/CLY that we can give to copy any huge file to DASD |
Talk with your storage management people. They can tell you the maximum you can have. They will most likely not provide the amount of space you want. |
|
Back to top |
|
|
|