IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Length of Tape file


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Mohan Kothakota

New User


Joined: 12 Apr 2016
Posts: 15
Location: INDIA

PostPosted: Thu Apr 20, 2017 10:24 pm
Reply with quote

How can we find length of the file which is stored on Tape?
Back to top
View user's profile Send private message
vasanthz

Global Moderator


Joined: 28 Aug 2007
Posts: 1742
Location: Tirupur, India

PostPosted: Thu Apr 20, 2017 10:42 pm
Reply with quote

If you mean the size of the tape dataset, then you can find from the Tape management system. For a fairly accurate value, multiply the number of blocks and the size of the block. BLKSIZE and BLKCNT in case of CA-1.
Back to top
View user's profile Send private message
steve-myers

Active Member


Joined: 30 Nov 2013
Posts: 917
Location: The Universe

PostPosted: Fri Apr 21, 2017 12:17 am
Reply with quote

I presume you mean the number of feet occupied by a file. This depends on the tape drive and is a moderately difficult calculation.
Back to top
View user's profile Send private message
Mohan Kothakota

New User


Joined: 12 Apr 2016
Posts: 15
Location: INDIA

PostPosted: Fri Apr 21, 2017 12:37 am
Reply with quote

Thanks Vasanthz & Steve Myers. I mean Record length of the file which is on Tape.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Fri Apr 21, 2017 12:55 am
Reply with quote

Look at your tape management system.
Use TAPEMAP.
Back to top
View user's profile Send private message
Mohan Kothakota

New User


Joined: 12 Apr 2016
Posts: 15
Location: INDIA

PostPosted: Fri Apr 21, 2017 1:00 am
Reply with quote

Thanks Robert, unluckily we don't have TAPEMAP (4.6) option on the Main screen.
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Fri Apr 21, 2017 1:19 am
Reply with quote

You say "record length" and that infers that you are trying to find outy what the LRECL is so find the JCL or program that creates it.
Back to top
View user's profile Send private message
Willy Jensen

Active Member


Joined: 01 Sep 2015
Posts: 712
Location: Denmark

PostPosted: Fri Apr 21, 2017 12:00 pm
Reply with quote

Your tape management system should be able to tell you that, I'm pretty sure that at least RMM has that information. Otherwise look at the TAPEMAP program from CBTTAPE.ORG file 171. I seem to recall that you need special security access to use TAPEMAP because it reads the physical files of the tape.
Another possibility is to run a IEBGENER with output to a disk dataset, without specifying the output DCB. The lrecl and blksize will be copied, so you can check the DCB of the copied dataset.
Back to top
View user's profile Send private message
Mohan Kothakota

New User


Joined: 12 Apr 2016
Posts: 15
Location: INDIA

PostPosted: Fri Apr 21, 2017 7:40 pm
Reply with quote

Thanks Nic Clouston & Willy Jensen.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Fri Apr 21, 2017 7:48 pm
Reply with quote

Quote:
I seem to recall that you need special security access to use TAPEMAP because it reads the physical files of the tape.
Yes, you need ICHBLP access in the TAPEVOL class to bypass label processing, and the JES2 job class has to support BLP processing.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Store the data for fixed length COBOL Programming 1
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts PARSE Syntax for not fix length word ... JCL & VSAM 7
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top