View previous topic :: View next topic |
Author |
Message |
coolman Intermediate
Joined: 03 Jan 2003 Posts: 283 Topics: 27 Location: US
|
Posted: Sat Aug 07, 2004 2:17 am Post subject: Does DFSORT copy the Labels on the dataset? |
|
|
I have a tape file with a standard user label written on it. I'm using a DFSORT job to copy the tape file onto another tape file. I find that the label information is not copied over. Is there a way to do this in DFSORT?
Cheers,
Coolman
________
Suzuki GSX250FX specifications
Last edited by coolman on Sat Feb 05, 2011 1:38 am; edited 1 time in total |
|
Back to top |
|
 |
coolman Intermediate
Joined: 03 Jan 2003 Posts: 283 Topics: 27 Location: US
|
Posted: Mon Aug 09, 2004 4:25 pm Post subject: |
|
|
Can I assume this as not possible? Frank, can you please confirm this
________
Lincoln Zephyr/MKZ
Last edited by coolman on Sat Feb 05, 2011 1:38 am; edited 1 time in total |
|
Back to top |
|
 |
Frank Yaeger Sort Forum Moderator

Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
|
Posted: Mon Aug 09, 2004 5:10 pm Post subject: |
|
|
I really don't know anything about standard user labels. How do you create them? Does IEBGENER copy them? Perhaps there's something special you have to specify in the JCL to get them? _________________ Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort |
|
Back to top |
|
 |
Frank Yaeger Sort Forum Moderator

Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
|
Posted: Mon Aug 09, 2004 6:22 pm Post subject: |
|
|
I talked to an IBMer who knows about standard user labels. He told me setting them up requires supplying exit code that OPEN can hook into. DFSORT does NOT have any way to hook in that kind of exit code. It appears that IEBGENER does, though, so you might be able to use IEBGENER to copy your standard user labels. Standard user labels are not really part of the data set per se. They're a separately managed "area" on the tape. (Maybe you knew all this.) _________________ Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort |
|
Back to top |
|
 |
coolman Intermediate
Joined: 03 Jan 2003 Posts: 283 Topics: 27 Location: US
|
Posted: Mon Aug 09, 2004 6:53 pm Post subject: |
|
|
Frank,
Thanks for your prompt response. Yes, you are right in the fact that IEBGENER does copy user labels. But, IEBGENER fails when your I/P and O/P DCB parms don't match for which we looked up to SORT as our saviour. But SORT let us down as we were not able to copy user labels which was the limitation. I wanted to check this up with you before I give a go-down to my folks.
Appreciate your efforts over this.
Cheers,
Coolman.
________
Yamaha MT-100 specifications
Last edited by coolman on Sat Feb 05, 2011 1:38 am; edited 1 time in total |
|
Back to top |
|
 |
Alain Benveniste Beginner
Joined: 04 May 2003 Posts: 92 Topics: 4 Location: Paris, France
|
Posted: Tue Aug 10, 2004 4:48 pm Post subject: |
|
|
Coolman,
Shortly, to do this you have to use BLP option in the label jcl card. As far as i remember DFSORT is unable to do this.
DITTO has a feature made for this kind of need : TT. You have to pay to use DITTO. Be aware that multi volumes are not supported by TT.
Alain |
|
Back to top |
|
 |
slade Intermediate
Joined: 07 Feb 2003 Posts: 266 Topics: 1 Location: Edison, NJ USA
|
Posted: Wed Aug 11, 2004 12:56 am Post subject: |
|
|
Hi Coolman,
It's been a Looong time since I've used SUL and BLP. You may be able to copy the Header label group and the trailers using BLP processing and sandwich the copied data between the 2 groups.
I've been in shops where BLP was not allowed. You may have to check w/your sysprogs.
The assumption is that your label exits used logic to create the original labels that is still valid for the copied file. For example, if you change the blksize on the O/P side of the sort and the exits used the blk count info in the trailer(s), that becomes problematic. Multi volume files also can present label problems when you're forced to copy the labels to the O/P file.
Taking this approach is risky if you don't know (or can't determine) the label ceation/checking logic used by the exits.
HTH, Jack. |
|
Back to top |
|
 |
coolman Intermediate
Joined: 03 Jan 2003 Posts: 283 Topics: 27 Location: US
|
Posted: Fri Aug 13, 2004 4:09 pm Post subject: |
|
|
Thanks Jack.
________
no2 review |
|
Back to top |
|
 |
|
|