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
 
Does SORT Utility have a function to multiply 2 values.

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DFSORT/ICETOOL
Author Message
abcd

New User


Joined: 07 Jun 2005
Posts: 2
Location: India

PostPosted: Mon Nov 14, 2005 12:38 pm    Post subject: Does SORT Utility have a function to multiply 2 values.
Reply with quote

Hi all, in a situation wherein we need to get the sumtotal of the product of 2 values, does SORT utility be of use.

Example :-

I have a non-empty dataset. I need to get the product of 2 values for each record and finally get the sum of these products. Can this be done thru SORT ?
Back to top
View user's profile Send private message
References
Frank Yaeger

DFSORT Moderator


Joined: 15 Feb 2005
Posts: 4621
Location: San Jose, CA

PostPosted: Mon Nov 14, 2005 10:18 pm    Post subject:
Reply with quote

DFSORT can multiply two values in the same record and can get the total of values in all records. Here's an example using two ZD fields in each record:

Code:

   INREC BUILD=(1:1,3,ZD,MUL,11,3,ZD,TO=ZD,LENGTH=8)
   OUTFIL REMOVECC,TRAILER1=(TOT=(1,8,ZD,TO=ZD,LENGTH=8))


In order for me to give you something more specific, you have to give me more information.

Show an example of your input records and what you expect for output. Give the starting position, length and format of each relevent field.
Tell me the RECFM and LRECL of your input file.

The more specific you are, the more specific I can be.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DFSORT/ICETOOL All times are GMT + 6 Hours
Page 1 of 1