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

Packed Decimal Variable Declaration in Easytrieve


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nikyojin

New User


Joined: 05 Oct 2005
Posts: 94

PostPosted: Wed Dec 14, 2005 10:28 am
Reply with quote

Hi,

Variable declared in the pgm is
W-COUNT-4A W 10 P 0
I am retrieving a
Quote:
Numeric
value into this variable from the database in the Program.
The problem is when I am Moving the value in W-COUNT-4A to another numeric variable I observed a comma is getting moved along.
Eg ...If the value of W-COUNT-4A is 10555.
the value getting moved is 10,555.which is resulting in an abend whle used for addition purpose.
But the same problem can be avoided thru assigning the values
like ..VarB := W-COUNT-4A.
Pls inform me why this difference is arising.

Thanks,
Nikhil .S.
Back to top
View user's profile Send private message
jon_s_rice

Active User


Joined: 24 Mar 2005
Posts: 102
Location: Douglasville, GA USA

PostPosted: Wed Dec 14, 2005 5:51 pm
Reply with quote

When moving numeric data in Easytrieve use an assign insttead of a move example:
W-COUNT-4B = W-COUNT-4A
Back to top
View user's profile Send private message
nikyojin

New User


Joined: 05 Oct 2005
Posts: 94

PostPosted: Fri Dec 16, 2005 3:02 pm
Reply with quote

Thanks jon_s_rice
I know yhis is how we tacle the problem.But why is this problem taking place while moving...
Back to top
View user's profile Send private message
jon_s_rice

Active User


Joined: 24 Mar 2005
Posts: 102
Location: Douglasville, GA USA

PostPosted: Fri Dec 16, 2005 4:59 pm
Reply with quote

A move i easytrieve is a straight move without conversion. I had not encountered this particular probplem since I do an assign in this situation.
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 -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts PD not working for unsigned packed JO... DFSORT/ICETOOL 5
No new posts Def PD not working for unsigned packe... JCL & VSAM 3
No new posts Variable Output file name DFSORT/ICETOOL 8
No new posts Need Help with Packed Decimal Signs DFSORT/ICETOOL 4
Search our Forums:

Back to Top