deleting a particular record in rexx
-
- Posts: 1
- Joined: Thu Aug 30, 2007 7:47 pm
- Skillset: mvs(z/os),jcl,cobol,cics,rexx
- Referer: through the internet
deleting a particular record in rexx
how to delete a particular record in dataset without copying it to another dataset by eliminating that single record...
- MrSpock
- Global moderator
- Posts: 809
- Joined: Wed Jun 06, 2007 9:37 pm
- Skillset: REXX, JCL, DFSORT, Syncsort, Axway MFT, Connect:Direct, FTP, SFTP
- Referer: ibmmainframes.com
- Location: Raleigh NC USA
- Contact:
Re: deleting a particular record in rexx
You can't do that in QSAM processing. The entire dataset has to be read and then re-written with the deleted record omitted. It's not a good idea to read and write to the same dataset.
Just use an editor and delete the required record instead.
Just use an editor and delete the required record instead.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 1
- 2346
-
by sergeyken
View the latest post
Fri Jun 03, 2022 2:49 am
-
- 23
- 4375
-
by collinsm
View the latest post
Thu Sep 22, 2022 5:29 am
-
-
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
- 4218
-
by Esmayeelhusen
View the latest post
Mon May 22, 2023 3:50 pm
-
-
- 2
- 1394
-
by PRDVCF
View the latest post
Thu Nov 17, 2022 9:58 pm
-
-
compare substring in the same record
by samb01 » Mon Jun 12, 2023 1:08 pm » in DFSORT/ICETOOL/ICEGENER - 10
- 2865
-
by sergeyken
View the latest post
Tue Jun 13, 2023 11:04 pm
-