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: 592
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 db2 vs static data COBOL Programming 1
No new posts External data queue (changes?) CLIST & REXX 0
No new posts Pull data using date difference betwe... DB2 6
No new posts fast data scrambling PL/I & Assembler 10
No new posts VSAM LISTCAT INFORMATION JCL & VSAM 2
Search our Forums:

Back to Top