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

How to specify HIGH-VALUE in SPUFI


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

New User


Joined: 29 Jan 2007
Posts: 61
Location: Makati City, Philippines

PostPosted: Tue Sep 04, 2012 12:01 pm
Reply with quote

Hello,

I have this criteria in db2 cobol:

select emp_last, emp_first from emp_table
WHERE (EMP_CD IN (:HV-CD-1,:HV-CD-2)

HV-CD-1 is 'A' and HV-CD-2 is HIGH-VALUE

Question is how do i use HIGH-VALUE in SPUFI if i want to execute the query in SPUFI?

Thanks!
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Tue Sep 04, 2012 12:04 pm
Reply with quote

x'FFFF' or 'FFFF'x
i forget which, and I (as you)
am too lazy to look it up in the manual....

High-value(s) is a COBOL term.
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 DELETE SPUFI DB2 1
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
No new posts ISRSUPC search utility - using high l... TSO/ISPF 2
No new posts Beautifying the SPUFI output DB2 5
No new posts Using SPUFI with DISTINCT and MAX is ... DB2 8
Search our Forums:

Back to Top