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

To print the count of records and total amount


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

New User


Joined: 18 Sep 2007
Posts: 73
Location: Bangalore

PostPosted: Fri Jan 07, 2011 2:28 pm
Reply with quote

i have two files in the format which is mentioned as below:

Invoice File

ID Amount
X(3) S9(13)V99
-------------------
004 -110.98
004 -87.87
004 -5435.87


Dist File

ID Amount
X(3) S9(13)V99
-------------------
005 -110.98
005 -87.87
005 -5435.87

The output file should be in the format as below:

VIP-DATA DATE
-------------------------------------------------------
RECORD COUNT OF INVOICE FILE : 3
TOTAL AMOUNT : -5322.76
RECORD COUNT OF DIST FILE : 3
TOTAL AMOUNT : -5322.76
-------------------------------------------------------
it would be great, if anyone could provide some valuable inputs on how to proceed to get the above desired output.
Back to top
View user's profile Send private message
Skolusu

Senior Member


Joined: 07 Dec 2007
Posts: 2205
Location: San Jose

PostPosted: Mon Jan 10, 2011 11:38 pm
Reply with quote

sun_job,

Is there a way to distinguish the records from invoice file to the dist file? And how did you get the total to -5322.76 when the total of the numbers shown is -5634.72

Also is the lrecl of both files 18 bytes? If so what is the recfm?
Back to top
View user's profile Send private message
sun_job

New User


Joined: 18 Sep 2007
Posts: 73
Location: Bangalore

PostPosted: Tue Jan 11, 2011 10:26 am
Reply with quote

Hi Skolusu,

the invoice file and dist file are having different file names. Am sorry about the total . Yes, the total is -5634.72 .
LRECL = 25 bytes
RECFM = FB
Back to top
View user's profile Send private message
Skolusu

Senior Member


Joined: 07 Dec 2007
Posts: 2205
Location: San Jose

PostPosted: Tue Jan 11, 2011 11:39 pm
Reply with quote

Sun_job,

Answer the following question.

Skolusu wrote:
sun_job,

Is there a way to distinguish the records from invoice file to the dist file?
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 Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts To get the count of rows for every 1 ... DB2 3
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts Pulling a fixed number of records fro... DB2 2
Search our Forums:

Back to Top