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



Not the same Mark.

book is a pointer to a Java object.

The reference is null, which is why it works.

Charles Wilt
--
iSeries Systems Administrator / Developer
Mitsubishi Electric Automotive America
ph: 513-573-4343
fax: 513-398-1121
 

> -----Original Message-----
> From: java400-l-bounces@xxxxxxxxxxxx
> [mailto:java400-l-bounces@xxxxxxxxxxxx]On Behalf Of
> MWalter@xxxxxxxxxxxxxxx
> Sent: Friday, June 17, 2005 2:47 PM
> To: Java Programming on and around the iSeries / AS400
> Subject: Re: Date()
> 
> 
> Like this?
> 
> 
>      // instantiate a new workbook object if not found.
>         workbookObject = newWorkbookObject();
>         s_fileName = new_String(qualFileName);
>         book = openWorkbook(workbookObject:s_fileName);
>         if book = *null;
>            book = new_HSSFWorkbook();
>         endif;
> 
> 
> I'm on V5R2.
> 
> Thanks,
> 
> Mark
> 
> Mark D. Walter
> Senior Programmer/Analyst
> CCX, Inc.
> mwalter@xxxxxxxxxx
> http://www.ccxinc.com
> 
> 
>                                                               
>              
>              "Paul Morgan"                                    
>              
>              <pmorgan@jjillgro                                
>              
>              up.com>                                          
>           To 
>              Sent by:                  java400-l@xxxxxxxxxxxx 
>              
>              java400-l-bounces                                
>           cc 
>              +mwalter=hanoverw                                
>              
>              ire.com@midrange.                                
>      Subject 
>              com                       Re: Date()             
>              
>                                                               
>              
>                                                               
>              
>              06/17/2005 02:25                                 
>              
>              PM                                               
>              
>                                                               
>              
>                                                               
>              
>              Please respond to                                
>              
>              Java Programming                                 
>              
>              on and around the                                
>              
>               iSeries / AS400                                 
>              
>              <java400-l@midran                                
>              
>                   ge.com>                                     
>              
>                                                               
>              
>                                                               
>              
> 
> 
> 
> 
> Joe,
> 
> That's an RPG problem which could be solved by letting us compare any
> variable against some sort of *NULL reserved word.  Take some 
> of the SQL
> logic for null values and include that in RPG.  Let's ditch 
> the %nullind()
> BIF.
> 
> As for the extra space in the file (shrug).  It's a database. 
>  I'm not too
> concerned about how the data is stored.
> 
> Paul
> 
> --
> Paul Morgan
> Senior Programmer Analyst - Retail
> J. Jill Group
> 100 Birch Pond Drive, PO Box 2009
> Tilton, NH 03276-2009
> Phone: (603) 266-2117
> Fax:   (603) 266-2333
> 
> Joe wrote
> 
> > I hate null indicators.  I hate the extra space in the 
> file.  I hate the
> > syntax of the %nullind BIF.  I hate everything about them.  Doesn't
> > matter what I think, however <g>.  They're the right way to identify
> > that a field has not been entered.
> >
> > But it still takes an effort of will to actually use them.  
> Does anybody
> > else have this unnatural predisposition against null 
> indicators, or is
> > it just me?
> 
> 
> 
> --
> This is the Java Programming on and around the iSeries / 
> AS400 (JAVA400-L)
> mailing list
> To post a message email: JAVA400-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/java400-l
> or email: JAVA400-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/java400-l.
> 
> 
> 
> -- 
> This is the Java Programming on and around the iSeries / 
> AS400 (JAVA400-L) mailing list
> To post a message email: JAVA400-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/java400-l
> or email: JAVA400-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/java400-l.
> 
> 


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.