× 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 sure what you're asking.

Here is some documentation that came up when I googled: IAS400FILE

http://31.222.184.73:8080/XtellusHelpSite/Reference/overview-summary.html

Looks like something called Intellus Framework.

Regards,

Richard Schoen | Director of Document Management Technologies, HelpSystems
T: + 1 952-486-6802
RJS Software Systems | A Division of HelpSystems
richard.schoen@xxxxxxxxxxxxxxx
www.rjssoftware.com
Visit me on: Twitter | LinkedIn

Join us at ShiftIT, our 2016 user conference (June 20-23) >

----------------------------------------------------------------------
------------------------------

message: 2
date: Mon, 1 Feb 2016 15:45:47 -0500
from: Paul Fraser <frazeyp@xxxxxxxxx>
subject: Re: How Java is handling our new customer creation,

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


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.