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

VSAM KSDS CREATION AND LOAD WITH RANDOM DATA


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

New User


Joined: 07 Feb 2022
Posts: 15
Location: INDIA

PostPosted: Mon Feb 07, 2022 7:42 pm
Reply with quote

My need is to create VSAM ( KSDS ) file with 4GB data. Is there any JCL to load random data in VSAM file.
Back to top
View user's profile Send private message
Pete Wilson

Active Member


Joined: 31 Dec 2009
Posts: 564
Location: London

PostPosted: Mon Feb 07, 2022 7:51 pm
Reply with quote

Look up the IBM utility IEBDG. That can generate records that can then be copied into your dataset using REPRO or SORT for example. You'd need to generate the records that match the defined key and maximum RECORDSIZE for the KSDS.

You also would have to define the new VSAM dataset with Extended Format and Extended Addressability to be able to exceed 4GB in size. Ask your Storage team what DATACLAS is available that provides Extended Addressability.
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 Check data with Exception Table DB2 0
No new posts REASON 00D70014 in load utility DB2 6
No new posts JCL EXEC PARM data in C Java & MQSeries 2
This topic is locked: you cannot edit posts or make replies. Automation need help in sorting the data DFSORT/ICETOOL 38
No new posts Merge two VSAM KSDS files into third ... JCL & VSAM 6
Search our Forums:

Back to Top