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

Help required for defining variable


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

New User


Joined: 24 May 2008
Posts: 13
Location: India

PostPosted: Tue Dec 21, 2010 4:31 am
Reply with quote

We have a report in which a variable declararion need to be known ?

Count variable

Code:

   8,919,992
              20
          1,302
         11,793

I want to some all these feilds?

Could you please let me know how to declare the variable ?

I tried using
Feild 1 4 P MASK('z,zzz,zz9')
Feild 1 7 N MASK('z,zzz,zz9')


But I couldnot get it even displayed.

Please help me.
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: Tue Dec 21, 2010 10:01 am
Reply with quote

Hello,

I suspect this is using Easytrieve . .

Suggest you use 2 variables for each field - one to accumulate/sum and another for the "output".
Back to top
View user's profile Send private message
GSaikrishna

New User


Joined: 24 May 2008
Posts: 13
Location: India

PostPosted: Fri Dec 24, 2010 2:52 am
Reply with quote

Hi Dick,

The issue is solved. I have used two procs to do it, one proc to seperate commas and left aligned the numbers.

Second one to sum the numbers.

Thanks for your inputs.


Sai
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: Fri Dec 24, 2010 3:56 am
Reply with quote

Good to hear it is working - thank you for letting us know icon_smile.gif

d
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 Variable Output file name DFSORT/ICETOOL 8
No new posts Moving Or setting POINTER to another ... COBOL Programming 2
No new posts parsing variable length/position data... DFSORT/ICETOOL 5
No new posts Masking variable size field - min 10 ... DFSORT/ICETOOL 4
Search our Forums:

Back to Top