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

VSAM ESDS file process in Easytrieve


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
trumpcards
Warnings : 1

New User


Joined: 03 Jul 2006
Posts: 11

PostPosted: Fri Sep 19, 2008 3:21 pm
Reply with quote

Hi,
Prior my Easytrieve program was processing with sequential file,
now my requirement is, the above program has to be modify to process VSAM ESDS file in place of Sequential file.
what changes i have to do?
your suggesion's are highly appreciated

Thanks!!!
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Fri Sep 19, 2008 7:10 pm
Reply with quote

CA-Easytrieve/Plus Reference Guide wrote:
Define a sequential (SAM) file:
FILE SEQFILE
Define an entry-sequenced, fixed-length VSAM file to be loaded:
FILE ENTSEQ VS(ES, F, CREATE (RESET))


CA-Easytrieve/Plus Reference Guide wrote:
[VS]
VS designates a VSAM file. Default parameters for VSAM file processing are Key
Sequenced Data Sets (KSDS) or Relative Record Data Sets (RRDS) with records of
undefined length.
[ES]
Code ES to indicate an Entry Sequenced Data Set (ESDS).
[F]
Code F if all records in the file are equal in length to the maximum length defined
for the file. This improves the efficiency of SORT activities.
[CREATE]
Use the CREATE option to load a VSAM file.
[RESET]
You can reload an existing file by coding the RESET option with CREATE. RESET
assumes that the file was defined by IDCAMS with the VSAM attribute REUSE.
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 -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts How to split large record length file... DFSORT/ICETOOL 8
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Access to non cataloged VSAM file JCL & VSAM 18
No new posts Need help for File Aid JCL to extract... Compuware & Other Tools 23
Search our Forums:

Back to Top