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

IDCAMS ALTER Command


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

New User


Joined: 16 Feb 2006
Posts: 13

PostPosted: Wed Mar 22, 2006 5:21 pm
Reply with quote

how to change record size in existing dataset by using IDCAMS ALTER Command?

Can you give some examples?
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Wed Mar 22, 2006 7:09 pm
Reply with quote

Did you lookup the ALTER command parameters (TSO HELP ALTER)?

The help text shows that you can enter the command:

TSO ALTER 'entryname' RECORDSIZE(average maximum)

where

'RECORDSIZE' - Specifies the average and maximum lengths, in bytes, of the records in the data component.

'average' - Average length of the records in the data component.

'maximum' - Maximum length of the records in the data component.

Now, common sense would indicate that this option is restricted to VSAM KSDS file structures.
Back to top
View user's profile Send private message
subbucse

New User


Joined: 16 Feb 2006
Posts: 13

PostPosted: Thu Mar 23, 2006 3:50 pm
Reply with quote

THANKS FOR YOUR KINDFUL HELP

BUT I COULDN'T ALTER WHEN I AM USING TSO ALTER COMMAND

IT'S NOT ALLOWED TO ALTER RECORDSIZE AND KEYS.
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 RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
No new posts LTJ command CA Products 4
No new posts DROP & ALTER PARTITION-PBR DB2 0
Search our Forums:

Back to Top