Hi mainframe geeks i have some queries to clarify..
which among these does not support variable length records..KSDS,RRDS,ESDS,LDS????
Why is delete not possible in esds??How can the first record in an esds of say 10 records be deleted without affecting the RBA?
If i had to fetch only a record based on some condition from esds then how could this be done??in short is random access possible in esds?if yes then it would be great if an example is provided here..
Thanks in Advance..
Query about record length
Re: Query about record length
What is LDS?pcdoctor wrote:which among these does not support variable length records..KSDS,RRDS,ESDS,LDS????
You can delete from ESDS, but only 'logically', i.e., by marking the record as deleted in such a way that all other programs that access the dataset understand that the marked record is to be considered deleted.Why is delete not possible in esds??How can the first record in an esds of say 10 records be deleted without affecting the RBA?
The only way I can think of is to overlay the ESDS with an AIX...If i had to fetch only a record based on some condition from esds then how could this be done??in short is random access possible in esds?
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: Query about record length
Hello,
Linear Data Set (a magic bullet sort of vsam file). So far, the only "successful" use of these i've seen is that they are the underlying structure for DB2.What is LDS?
Hope this helps,
d.sch.
d.sch.
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Merge multiple fixed length files of different record length
by corvette1982 » Mon Mar 01, 2021 11:46 pm » in JCL - 8
- 5334
-
by willy jensen
View the latest post
Tue Mar 02, 2021 3:02 am
-
-
-
Convert fixed-length input records to variable-length output
by xcspg3 » Wed Oct 23, 2024 1:45 pm » in DFSORT/ICETOOL/ICEGENER - 5
- 1499
-
by sergeyken
View the latest post
Wed Oct 30, 2024 1:09 pm
-
-
-
Copy partial record after a string in a record using SORT.
by Esmayeelhusen » Thu May 04, 2023 3:03 pm » in DFSORT/ICETOOL/ICEGENER - 16
- 4350
-
by Esmayeelhusen
View the latest post
Mon May 22, 2023 3:50 pm
-
-
- 14
- 8491
-
by indianrajput
View the latest post
Wed Nov 24, 2021 11:33 pm
-
- 7
- 12019
-
by AusZosGuy
View the latest post
Fri Sep 10, 2021 6:40 pm