× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I might add a new section between TRANSACTIONS and POSITIONS that would add
a record to the file as a footer for Transactions and add a second record as
a header for POSITIONS. Maybe the easiest way would be to create a 2-record
file with your footer & header, the do a runqry against it? 
 
The new section would be a clone of the other two RUNQRYs, but query your
new 2-record file.
 
Is that clear? Or did I confuse things?
 
 
---------------------------------------------------------
Booth Martin http://www.MartinVT.com
Booth@xxxxxxxxxxxx
---------------------------------------------------------
 
-------Original Message-------
 
From: Midrange Systems Technical Discussion
Date: Wednesday, September 24, 2003 10:56:47 PM
To: Midrange Systems Technical Discussion
Subject: Need help hot to distinguish btw 2 members
 
hi all,
below is my cl program,iam generating spool file for user sake in
third query.my program is working fine and generating correct
report.
my problem is ,is there anyway i can distiguish between
TRANSACTIONS and POSITIONS in the final report.since iam adding
POSITIONS to the TRANSACTIONS ,user is unable to find where
exactly POSITIONS starts in the final report (ysusprep).Below is
the final report.Please try to help me how do i distinuish btw
these TRANSACTION &POSITIONS..can anybody help?
------------------------------------------------------------------------
PGM
/* FOR TRANSACTIONS */
RUNQRY QRY(YNGTEST/YSUSPQRY1) +
QRYFILE((QS36FSUR/GMICMFF1) +
(QS36FSUR/GMITRNF1)) OUTTYPE(*OUTFILE)
+
OUTFILE(YNGTEST/YSUSPREP *FIRST
*RPLMBR)
/* FOR POSITIONS */
RUNQRY QRY(YNGTEST/YSUSPQRY2) +
QRYFILE((QS36FSUR/GMICMFF1) +
(QS36FSUR/GMIPOSF1)) OUTTYPE(*OUTFILE)
+
OUTFILE(YNGTEST/YSUSPREP *FIRST
*ADDMBR)
RUNQRY QRY(YNGTEST/YSUSPQRY3)
ENDPGM
------------------------------------------------------------------------
 
------------------------- YSUSPREP-----------------------
ACCOUNT DESC EXCH DATE
69999999 DEC 03 TSE 10 YR JGB 24 20,030,918
69999999 DEC 03 TSE TOPIX 24 20,030,918
69999999 DEC 03 TSE TOPIX 24 20,030,918
69999999 DEC 03 TSE TOPIX 24 20,030,918
69999999 DEC 03 TSE TOPIX 24 20,030,918
69999999 DEC 03 TSE TOPIX 24 20,030,918
 
 
 


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.