When I use command 'I' in front of the tape dataset in ISPF, this message comes up, GDG base or TAPE entry. It is a tape datset indeed. Please let me know how to find tape datset info?
Thanks
Finding TAPE datasets information.
-
- New Member
- Posts: 2
- Joined: Mon Aug 11, 2014 1:20 pm
-
- Global Moderator
- Posts: 837
- Joined: Wed Sep 11, 2013 3:57 pm
Re: Finding TAPE datasets information.
ask Your support,
and if You have the need to know they will be happy to provide You the guidance on how to do it!
and if You have the need to know they will be happy to provide You the guidance on how to do it!
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
- Anuj Dhawan
- Founder
- Posts: 2816
- Joined: Sun Apr 21, 2013 7:40 pm
- Location: Mumbai, India
- Contact:
Re: Finding TAPE datasets information.
Or if you've any Tape Management Software (TMS) like CA1 - it'll help you to get all the information.
You can also use the following JCL:
Once the job is completed, check the TOOLMSG & DFSMSG. One of them'll give you the LRECL & BLOCKSIZE of tape file. Hope this helps.
You can also use the following JCL:
Code: Select all
//STEP010 EXEC PGM=ICETOOL/SYNCTOOL
//TOOLMSG DD SYSOUT=*
//DFSMSG DD SYSOUT=*
//DD01 DD DSN=TAPE_FILE_NAME,
// DISP=SHR
//TOOLIN DD *
COUNT FROM(DD01)
/*
//*
Thanks,
Anuj
Disclaimer: My comments on this website are my own and do not represent the opinions or suggestions of any other person or business entity, in any way.
Anuj
Disclaimer: My comments on this website are my own and do not represent the opinions or suggestions of any other person or business entity, in any way.
-
- Global Moderator
- Posts: 837
- Joined: Wed Sep 11, 2013 3:57 pm
Re: Finding TAPE datasets information.
the TS still has to demonstrate the need to know.
usually also in any well designed application the counts of the records written to tape are kept somewhere
i still wonder why so many people refuse to get they support involved
( asking on a forum rather than using the internal information channels
is something that sometime make the forums less than welcomed )
usually also in any well designed application the counts of the records written to tape are kept somewhere
i still wonder why so many people refuse to get they support involved
( asking on a forum rather than using the internal information channels
is something that sometime make the forums less than welcomed )
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
- Robert Sample
- Global Moderator
- Posts: 1900
- Joined: Fri Jun 28, 2013 1:22 am
- Location: Dubuque Iowa
Re: Finding TAPE datasets information.
In order to provide tape information, the tape must be mounted. Very few sites will allow a TSO user to mount a tape (for various reasons), hence you typically cannot get tape information through a terminal session of ISPF. As elsewhere mentioned, contacting your site support group would be the BEST way to get this data. Or use the tape management system installed at your site to retrieve the data.
Create an account or sign in to join the discussion
You need to be a member in order to post a reply
Create an account
Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute