| IBM MAINFRAME HELP & SUPPORT FORUMS Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
saravanans4
Joined: 01 Sep 2003
Posts: 17
|
| Posted: Fri Apr 16, 2004 9:45 am Post subject: Why ESDS record can't be deleted physically |
|
|
Why ESDS record can't be deleted physically?
thanks,
saravanan |
|
| Back to top |
|
mdtendulkar
Joined: 29 Jul 2003
Posts: 257
Location: USA
|
| Posted: Fri Apr 16, 2004 10:09 am Post subject: |
|
|
Hello saravanans4,
Records are held in an ESDS in the order in which they were first loaded into the data set. New records added to an ESDS always go after the last record in the data set. You may not alter the length of a record and you may not delete a record via the RBA base. After a record has been stored in an ESDS, its RBA remains constant. When browsing, records are retrieved in the order in which they were added to the data set.
Deleting records in between will create imbedded space which is not allowed in the ESDS.
Hope this helps,
Regards
Mayuresh Tendulkar |
|
| Back to top |
|
saravanans4
Joined: 01 Sep 2003
Posts: 17
|
| Posted: Wed Apr 21, 2004 1:49 pm Post subject: thanks |
|
|
thanks for uur reply.
thanks ,
saravanan |
|
| Back to top |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|