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

Using OMIT Cond to remove packed decimal data from the


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

New User


Joined: 20 Jan 2007
Posts: 29
Location: KOLKATA

PostPosted: Sat Jun 02, 2007 12:12 pm
Reply with quote

Hi All,

How omit cond can be used to remove packed decimal data from the file, For example '000013456'. Please provide the syntax for the same I am facing some problem.

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

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Sat Jun 02, 2007 12:47 pm
Reply with quote

Just a little bit of philosophy

as far as data is stored on any media, it is just a sequence of bits organized in larger entities according to the hardware architecture;
the definition of its nature is a convention according to the use You make of the data itself.

let' s make an example for 8 bits:

bit sequence 1100 0001
hexadecimal representation "c1"
numeric value 193
alphanumeric value "A"

so the fact that a sequence of bits is representing a packed decimal number can not be made into a bidirectional assumption

for example ( in hexadecimal representation )

x"000C" can be interpreted as the D.P value of zero,
or simply as a binary value of 12

All this to imply that Your request is not clear enough

regards
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: Sat Jun 02, 2007 5:13 pm
Reply with quote

Hello,

What do you mean by "remove"? If this packed data is $, or quantities, or some kind of id#'s, i suspect they should not be removed - the records would lose much of their usability without them.

Please post a few imput records as the output you want from them.

Also, post the lrecl and whether the records are fixed or variable length.
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 Store the data for fixed length COBOL Programming 1
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
Search our Forums:

Back to Top