×

Good News Everybody!

The new search engine is LIVE!

Please report any problems to david (at) midrange.com.




and here too is the only other reference to the Customer name


public boolean validCustNum(String custNum) {
IVector _internal_query_param_vector = new IVector();
_internal_query_param_vector.clear();
_internal_query_param_vector.addElement(custNum);
q1 = (Query) ASW.query("SELECT NANUM FROM SRONAM WHERE NANUM = ?",
_internal_query_param_vector,
"select NANUM from SRONAM where 1=0", false);
return q1.hasMore();


On Mon, Feb 1, 2016 at 3:29 PM, Paul Fraser <frazeyp@xxxxxxxxx> wrote:

In Following, can you tell me where I can see what the values are on the
statements
dionam = ?

Basically, we want to see how the Java code, handles a new customer.
We know that it does handle it, but not sure HOW it is doing this.

// CDM FILES FOR CUSTOMER CREATION

// DIONAM - interface file for SRONAM, new customers, basic data
dionam = (IAS400File) ASW.openAS400File("DIONAM", "", 2, false);
// DIONAD - interface file for SRONAD, new customers, Addresses
dionad = (IAS400File) ASW.openAS400File("DIONAD", "", 2, false);
// DIONOI - interface file for SRONOI, new customers, customer data
dionoi = (IAS400File) ASW.openAS400File("DIONOI", "", 3, false);
// DIOCMA - interface file for SROCMA, new customers, A/R data
diocma = (IAS400File) ASW.openAS400File("DIOCMA", "", 3, false);
// DIONFP - interface file for SRONFP, new customers, contact data
dionfp = (IAS400File) ASW.openAS400File("DIONFP", "", 3, false);

srbtpi = (IAS400File) ASW.openAS400File("SROTPI", "", 3, false);
srbtpd = (IAS400File) ASW.openAS400File("SROTPD", "", 3, false);
// FOR TESTING
ISystem.println("After CDM Files for Customer creation", 1);


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