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

Eliminating Particular records from a file.


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rajesh_manas

New User


Joined: 30 Mar 2006
Posts: 11

PostPosted: Wed Nov 15, 2006 12:39 am
Reply with quote

Hi All,

I want to select onyl some particular records in a file,
The file is as below

1st record: 2000-11-06|||GK|EUR||N|
2nd record: 1995-11-28|2006-01-12|C|SP|EUR||Y|
3rd record: 1983-055|||SP|EUR||Y|
4th record: 1978-112|||SP|EUR||N|
5th record: 00000000000000639560|1987-05-06|||SP|EUR||Y|

In the above file , I want only the records which has a word 'SP'.
Please note that the word 'SP' is not occuring at a fixed position.

Lets say, in the first record 'SP' occurs at 5 th position and in the second record say occurs at 8th position....like this..so because of this i can not use sysntax 'INCLUDE COND=(1,137,CH,EQ,C'SP')' since the starting position is not fixed.

Please suggest me how this can be achieved by SORT

Thanks,
Rajesh
Back to top
View user's profile Send private message
rajesh_manas

New User


Joined: 30 Mar 2006
Posts: 11

PostPosted: Wed Nov 15, 2006 1:28 am
Reply with quote

Hi All,

Sorry, I got the solution.....Some days back 'Frank Yaeger' already given the info for this type of problem....the solution is

Code:

  INCLUDE COND=(1,137,SS,EQ,C'SP')


Thanks a lot Frank

Regards,
Rajesh
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 -> DFSORT/ICETOOL

 


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 Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
Search our Forums:

Back to Top