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

Low values and Nulls


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
meenakshi_forum
Warnings : 1

Active User


Joined: 27 May 2008
Posts: 121
Location: India

PostPosted: Fri Dec 04, 2009 3:32 pm
Reply with quote

Hi,

How to check Low values and nulls in a file.

I know for Low values we have x'00', but if in millions of records i want to find records where a field say 'addr' has low values or null;

how we can find it through Fileaid?

If i have to find addr as 'xyz', i give 'xyz' against the field name, now suppose i expect it to be null or low values, then how will i check it?


Thanks
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Dec 04, 2009 4:01 pm
Reply with quote

please review Your understanding of things....

the value of each byte ranges from x'00' to x'ff' and is just that... a value

nullness is not a value is a concept which means the absence of something,
in this case a value

to distinguish between low values and NULL value
every field must be defined os two tokens...
a flag and a value
the flag vill tell if the value has been assigned ( NOT NULL ) or not ( NULL)
so that You can process accordingly
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 -> JCL & VSAM

 


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 Null values are considered in Total c... DFSORT/ICETOOL 6
No new posts Converting ASCII values to COMP-3 (ZD... JCL & VSAM 2
No new posts Generate output lines (SYSIN card for... DFSORT/ICETOOL 4
Search our Forums:

Back to Top