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

Search the recs which is not = to spaces


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

New User


Joined: 19 Jul 2006
Posts: 8

PostPosted: Thu Sep 21, 2006 11:48 am
Reply with quote

Hi
I have one file having 10k recs,in this i am going to search the recs which are all from position 10-20 field which is not = to spaces,those recs i want plz suggest me ASAP
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Thu Sep 21, 2006 9:44 pm
Reply with quote

Shail,

The correct DFSORT control statements to do what you asked for are:

Code:

  SORT FIELDS=COPY
  INCLUDE COND=(10,11,CH,NE,C' ')
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 Search two or more word with FILEAID Compuware & Other Tools 15
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts leading spaces can be removed in trai... DFSORT/ICETOOL 1
No new posts first column truncated in search result IBM Tools 13
No new posts Cobol program with sequence number ra... COBOL Programming 5
Search our Forums:

Back to Top