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



My primary file is as below


             ACCOUNT   EXCH   INITMGN 

000001 XX2102201  22          .00 

000002 XX2102203  22          .00 

000003 X98000210  22      18,000,000.00 

000004 X98000210  24       158,960,000.00 

000005 X98000310  24      50,000,000.00 

000006 X98010000  22     662,993,333.00 

My secondary file is as below:

              ACCOUNT   EXCH       INITMGN 

000001 XX2102201   22                  .00 

000002 XX2102203  22                    .00 

000003 X98000210  22            18,000,000.00 

000004 X98000210 24            158,960,000.00 

000005 X98000310 24           36,000,000.00 

 

The type of join mentioned is Specify Type of join 


Type choice, press Enter. 


Type of join . . . . . . . . 1 1=Matched records 

2=Matched records with primary file 

3=Unmatched records with primary file 

Specify How to join Files 


Type comparisons to show how file selections are related, press 

Tests: EQ, NE, LE, GE, LT, GT 


Field Test Field 

T01.ACCOUNT EQ T02.ACCOUNT 

T01.EXCH EQ T02.EXCH 


Define Result Fields 


Type definitions using field names or constants and operators, press Enter.

Operators: +, -, *, /, SUBSTR, ||, DATE... 


Field        Expression                                           Column        
       Heading Len 

FLUCT     T01.INITMGN-T02.INITMGN     FLUCTUATION 

 


IMYDAY    T01.INITMGN IM-YDAY 

 Field       Expression                         Column Headin
 IMTODAY     T02.INITMGN                        IM-TODAY     
                                                             

=================================================================================
 
The 6th record

"000006 X98010000 22 662,993,333.00 " This record is not coming in the final 
file.

This query is designed to take only the matched records from primary and 
secondary file to produce the final output file. 6th record in primary file is 
not coming

My final file is coming like below: But I want this final file should pick 6th 
record as well, can I achieve this with query?

             ACCOUNT            EXCH      IM-YDAY                 I M-TODAY     
                          FLUCTUAT

000001 XX2102201           22                .00                              
.00 

000002 XX2102203          22                 .00                              
.00 

000003 X98000210         22               18,000,000.00           18,000,000.00 

000004 X98000210         24              158,960,000.00            
158,960,000.00 

000005 X98000310         24               50,000,000.00            
36,000,000.00                           14,000,000

I want the final file to be as below:

              ACCOUNT  EXCH              IM-YDAY                     IM-TODAY   
             FLUCTUATION

000001 XX2102201       22                  .00                                  
  .00 

000002 XX2102203       22                  .00                                  
  .00 

000003 X98000210         22               18,000,000.00                    
18,000,000.00 

000004 X98000210         24                158,960,000.00                
158,960,000.00 

000005 X98000310          24               50,000,000.00                      
36,000,000.00               14,000,000

000006 X98010000         22                662,993,333.00                    
00.00                                   662,993,333.0 

 

will I be able to get records either in primary/secondary  that donot have 
matched records too?






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.