× 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.



Okay, I think I see what's wrong.  Move the CHAIN, EVAL, and UPDATE you have
after the "EXSR RESPOND" to the RESPOND subroutine after the "EXFMT DETAIL"
and before the READC.  Instead of "1" in factor 1, use your subfile relative
record number that you defined in the "F" specification.  Also change RECCTL
to RECSFL.

Donald R. Fisher, III
Project Manager
Roomstore Furniture Company
(804) 784-7600 extension 2124
DFisher@xxxxxxxxxxxxx

<clip>  
0042.09 C                   EXSR      RESPOND           
0042.10 C     1             CHAIN     RECCTL            
0042.11 C                   EVAL      DSELECT = *BLANKS 
0042.12 C                   UPDATE    RECCTL            
<clip>
0092.00 C     RESPOND       BEGSR                          
0093.00 C                   READC     RECSFL               
0094.00 C                   DOW       NOT %EOF             
0094.01 C     DCUSTNO       CHAIN     TOP1                 
0094.02 C                   EVAL      DCNUM = CUSTNO       
0094.03 C                   EVAL      DCNAME = ICMNAME     
0094.04 C                   EVAL      DHGSALES = HDGDSALES 
0094.05 C                   EVAL      DGSALES = GASES      
0094.06 C                   EVAL      DCYLSALES = CYLRENT  
0094.07 C                   EVAL      DSALES = TSALES      
0094.08 C                   EVAL      DDCOST = TCOST       
0094.09 C                   EVAL      DDMARGIN = TMARGIN   
0094.10 C                   EXFMT     DETAIL               
0094.12 C                   READC     RECSFL               
<clip>

As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.