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

Delete a row in flat file using ISPF


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
divate.dilip

New User


Joined: 11 May 2009
Posts: 15
Location: Mumbai

PostPosted: Mon Sep 07, 2009 11:30 am
Reply with quote

My File contains 100 Records and using ISPF, I want to delete the records which has 'ABC' Name.

Sample: My flat file contains records.
0001 Rahul employee pqr
0002 samal employee abc
0003 samir employee jkr
0004 tinku employee rpz
0005 rajesh employee abc.

I want to delete Records rajesh and samal Rows using ispf command.

Output:

0001 Rahul employee pqr
0002 samir employee jkr
0003 tinku employee rpz
Back to top
View user's profile Send private message
prino

Senior Member


Joined: 07 Feb 2009
Posts: 1306
Location: Vilnius, Lithuania

PostPosted: Mon Sep 07, 2009 11:43 am
Reply with quote

There is no ISPF command to do this.

You can do it with edit commands:
Code:
x 'employee abc' all
del x all
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 1
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts DELETE SPUFI DB2 1
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top