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

INCLUDE condition for checking low values or spaces


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

Active User


Joined: 22 Jan 2008
Posts: 117
Location: Liberty city

PostPosted: Mon Jul 22, 2013 6:06 pm
Reply with quote

Gerry,

Quote:
Code:
 SORT FIELDS=COPY                   
  OMIT COND=(1,20,SS,EQ,X'00',       
          OR,1,20,SS,EQ,X'40')


If am not wrong, SS (Substring) would look out for any single spaces to be found, when it does then the particular record would be omitted.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Mon Jul 22, 2013 6:18 pm
Reply with quote

As the poster has given us naff all information

Maybe it's a VB record
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Tue Jul 23, 2013 3:37 am
Reply with quote

Hi,

Quote:
If am not wrong, SS (Substring) would look out for any single spaces to be found, when it does then the particular record would be omitted.


My mistake, you are correct, I had a number of steps in my job and the SORTOUT statement I looked at did not belong to the above statements.


Gerry
Back to top
View user's profile Send private message
xknight

Active User


Joined: 22 Jan 2008
Posts: 117
Location: Liberty city

PostPosted: Tue Jul 23, 2013 12:04 pm
Reply with quote

Yes Gerry I assumed that could be a copy / paste error.

Thank you
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Jul 23, 2013 8:37 pm
Reply with quote

Hello,

So, is the problem with the 3 records now resolved?
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 INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts leading spaces can be removed in trai... DFSORT/ICETOOL 1
No new posts Null values are considered in Total c... DFSORT/ICETOOL 6
No new posts Cobol program with sequence number ra... COBOL Programming 5
Search our Forums:

Back to Top