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

Meaning of symbol ¬< in SQL query


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
aishvarya_82

New User


Joined: 11 Nov 2008
Posts: 11
Location: Pune

PostPosted: Wed Jul 15, 2009 11:49 am
Reply with quote

EXEC SQL DECLARE CURR-PRM CURSOR WITH HOLD FOR
SELECT DISTINCT CURR_TABL_NAM
FROM GLI_GSI_GLICURRPRM
WHERE LOG_PROC = :GSICURP-LOG-PROC AND
APPL_ID = :GSICURP-APPL-ID AND
CURR_TABL_NAM ¬< :WS-SPI-TBL-NAME
ORDER BY CURR_TABL_NAM ASC
END-EXEC


What is the meaning of ¬< symbol and its significance in above written query.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Jul 15, 2009 12:03 pm
Reply with quote

¬ ( not ) < ( less )
means greater or equal

depending on the code page and the 3270 emulator sometimes the ¬ shows as a ^
Back to top
View user's profile Send private message
aishvarya_82

New User


Joined: 11 Nov 2008
Posts: 11
Location: Pune

PostPosted: Wed Jul 15, 2009 12:29 pm
Reply with quote

thanks a ton. a lot
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 -> DB2

 


Similar Topics
Topic Forum Replies
No new posts RC query -Time column CA Products 3
No new posts Dynamically pass table name to a sele... DB2 2
No new posts Query on edit primary command CLIST & REXX 5
No new posts Query on edit primary command CLIST & REXX 1
No new posts Issue with EXEC CICS QUERY SECURITY c... CICS 6
Search our Forums:

Back to Top