Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Moving Packed decimal to numeric and getting Garbage value

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> ABENDS & Debugging
Author Message
paramita.barman

New User


Joined: 12 Oct 2006
Posts: 14

PostPosted: Tue Mar 20, 2007 4:54 pm    Post subject: Moving Packed decimal to numeric and getting Garbage value
Reply with quote

Hi all,

I have 3 packed decimal fields.I am doing a computation among the 1st 2 and storing it in the 3rd field(R).
The result(Suppose R) of the computation is producing some negative results.
Then I am moving the value of the result field to a field of an output file whose data type is numeric(Suppose F), as follows,

F=R

But in place of 'MINUS SIGN' of result(R), I am getting 'GARBAGE VALUE' in my file.

Could anyone tell me why it is happening and what should I do to rectify it?
Back to top
View user's profile Send private message
References
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 2978
Location: Tucson AZ

PostPosted: Tue Mar 20, 2007 5:19 pm    Post subject:
Reply with quote

What is the picture of the output field?
Back to top
View user's profile Send private message
paramita.barman

New User


Joined: 12 Oct 2006
Posts: 14

PostPosted: Tue Mar 20, 2007 5:26 pm    Post subject: Re: Moving Packed decimal to numeric and getting Garbage val
Reply with quote

@ William

Its PIC clause is Numeric(N).
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 2978
Location: Tucson AZ

PostPosted: Tue Mar 20, 2007 5:33 pm    Post subject:
Reply with quote

What language?
Back to top
View user's profile Send private message
paramita.barman

New User


Joined: 12 Oct 2006
Posts: 14

PostPosted: Tue Mar 20, 2007 5:47 pm    Post subject:
Reply with quote

@ William

Easytrieve.
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 2978
Location: Tucson AZ

PostPosted: Tue Mar 20, 2007 5:57 pm    Post subject:
Reply with quote

Though 'N' is zoned decimal, the last digit is still carrying the sign. You need to define F with a mask that provides for the sign like
F W 7 N MASK('ZZ,ZZ9-')
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> ABENDS & Debugging All times are GMT + 6 Hours
Page 1 of 1