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

how to create a tape data set.....?


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

New User


Joined: 25 Sep 2006
Posts: 1
Location: jkglkgl

PostPosted: Wed Sep 27, 2006 12:07 pm
Reply with quote

how to create a tape data set.....? can any one send code for that
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Wed Sep 27, 2006 12:22 pm
Reply with quote

Hi dheeraj,

if u give UNIT =TMM then it should go into tape.

eg:
Code:
DD DSN=ur data set name,   
DISP=(,CATLG),DCB=(LRECL=4624,RECFM=VB),
UNIT=TMM
Back to top
View user's profile Send private message
neelesht

New User


Joined: 24 Jul 2006
Posts: 99
Location: Los Angeles

PostPosted: Wed Sep 27, 2006 1:09 pm
Reply with quote

Hi Dheeraj,

It differs from shop to shop what UNIT is used in ur project.

we give as UNIT=VTAPE.

Please correct me if I am wrong Ekta.

Enjoy,
Neelesh
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 How to save SYSLOG as text data via P... All Other Mainframe Topics 2
No new posts Store the data for fixed length COBOL Programming 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts How to create a list of SAR jobs with... CA Products 3
Search our Forums:

Back to Top