commands AS400 system
general commands working as developer on the AS400 IBM system

Answer Question   |  June 14, 2010  8:14 AM
AS/400 jobs, AS400 Job Status, COMMANDS, Developer
asked by:
5 pts.

How do I determine the Java_Home?
I am trying to develop an installation package for a piece of java software that calls the %JAVA_HOME% environment variable in order to call the libraries. I guess my real question would be how do I create the environment variable based on the highest version of java installed on the PC. Currently my software sets [...]

Answer Question   |  August 9, 2010  10:29 PM
Environment Variables, Java, Software installation
asked by:
5 pts.

Reduce the response time when querying the database
I am working on a plain java/J2ee project with Oracle 9 at the backend. The issue comes when I am querying the DB and more than 10000 records are retrieved. I can’t change the business logic much, since the code is developed by some other people and I’m not allowed to do so. Any tuning [...]

Answer Question   |  June 16, 2010  8:06 PM
Database query, Java, Storage in 2010
asked by:
16,755 pts.

Change spool file status from RDY to SAV by API
Is it possible to change the spool file status from RDY to SAV by AS/400 API? Thanks.

Answer Question   |  June 14, 2010  5:35 PM
API, AS/400, AS/400 API, Spool files
asked by:
50 pts.

Creating Variable Number of Elements in Array Data Structures
Is there a way to create a variable number of elements in an array data structure or multi occurrence data structure? I have an application where I need to be able to expand the elements or occurrences on the fly Thanks Ron Newman

Answer Question   |  June 14, 2010  2:04 PM
Arrays, Arrays (programming), Data structures
asked by:
5 pts.

Invoking Web Service from linux C code
We want to invoke a web service which is hosted on window server. Web service is written in dot net and hosted on a server. Web Service has a web method which we want to invoke from application which is written on Linux C platform. There is some points. 1. Web Service is created in [...]

Answer Question   |  June 11, 2010  12:25 PM
Linux, Linux applications, Web services, Windows Server 2003
asked by:
5 pts.

SQL Server table structure
Hi, i want to know is there any command other than SP_help or SP_columns to see the STRUCTURE of TABLE.

Answer Question   |  June 16, 2010  4:05 AM
SQL commands, SQL Server, SQL Server tables
asked by:
15 pts.

PAGES ASPX visual basic IE
How can I see in IEXPLORER pagess written in Visual Studio type *.aspx

Answer Question   |  June 10, 2010  3:59 PM
Internet Explorer, Visual Basic, Visual Studio, Windows XP SP3
asked by:
5 pts.

Expression Builder, Calculation confusion in Access 2007
Ok I’m having trouble with this simple calculation.  I have a Query with a field called “% of fire Calls made” it may contain a number (ie 23.34). I’ve tried to create another field in the same query that ask the question, if the # in “% of fire Calls made” is equal to or [...]

Answer Question   |  September 22, 2010  2:21 PM
Access 2007, IIF function, Syntax errors
asked by:
120 pts.

WDSC error RSEF1002E – file not found
I am trying to edit a source member with WDSC. I’m getting a RSEF1002E error. Looking at the details it shows   Message reported from file system: C:WDSCworkspaceRemoteSystemsTempFilesMESTEK05QSYS.LIBMESSRC022.LIBQRPGLESRC.FILECOM9.RPGLE (The system cannot find the file specified.) If I try to edit other source members in the same folder/directory, there is no problem. If I try to open [...]

Answer Question   |  June 10, 2010  12:22 PM
iseries v5r4, V5R4M5, WDSc
asked by:
3,890 pts.

vbscript to create 10 textfile and write corresponding attributes to that textfile?
vbscript to create 10 textfile and write corresponding attributes to that textfile?

Answer Question   |  June 10, 2010  10:13 AM
QTP, VBScript, Visual Basic Script
asked by:
5 pts.

End of file and the CPYTOSTMF
I am using the CPYTOSTMF command to create an ASCII file with fixed record length. Is there any way to prevent the CRLF after the last record in the file?

Answer Question   |  June 14, 2010  5:00 PM
AS/400, ASCII File, CPYTOSTMF, CRLF
asked by:
Rsh
25 pts.

Search for Records Containing Word(s) in Textbox
How can I bring up records from a table, by using a query, that contain words that are entered into a textbox on a form? I can only get it to work if I enter in the specific word(s) into the field criteria in design view, which is not what I want.

Answer Question   |  June 9, 2010  2:50 PM
Access 2007, Access 2007 functions, Query, TextBox
asked by:
5 pts.

Formal description of non-functional properties in SOAs
Hello, I am currently doing a Masterthesis on the topic “Formal description of non-functional properties of services in SOAs”, and in this context I am looking for information about how ESBs deal with non-functional or quality (QoS) aspects in practice. More precisely, I’m interested in models and formats for the description of caracteristics of services [...]

Answer Question   |  June 9, 2010  11:29 AM
ESB, QoS, Quality of Service, Service Level Agreement, SLA, SOA
asked by:
5 pts.

How to validate 2 fields
I have a transaction table, There are 2 fields FuelLiters & FuelAmount. Both should be >0 or =0. If by mistaken FuelLiters entered as 0 and FuelAmount >0, computer should prompt about this mistake.

Answer Question   |  June 20, 2010  7:39 AM
Database alerts, Form validations, trans
asked by:
80 pts.

which course to do after B.E to get job in IT Company?
sir,i have done B.E in ENC.now i want to proceed my carrier in softwware development.i know c,c++ only,not much aware of anything.please suggest me which course shall i do,so that i should have good job in hand

Answer Question   |  February 16, 2011  6:38 AM
IT career, IT training and coursework, Software development
asked by:
5 pts.

search a data in database
I want to find the data in a table,but i dont know the table name and column name.All I know is the data and the database name . [strong]Is there a query to find the table and column which contains that data[/strong]

Answer Question   |  June 9, 2010  4:27 AM
Database query, SQL development
asked by:
10 pts.

Career change from IT hardware/networking to software development
I’ve been in the IT industry of 20 years, on the hardware/network side, be know I am consider changing my career to move into software development, does anyone have some helpful advice?

Answer Question   |  June 10, 2010  8:48 PM
Career change, IT career planning, IT careers, Software development
asked by:
90 pts.

ACCESS ERROR CHARACTERS FOUND AT THE END OF SQL STATEMENT
I tried example 6 from the book SQL for Microsoft Access and got the error message” CHARACTERS FOUND AT THE END OF SQL STATEMENT. I tried deleing the first semicolon and got a message: missing semicolon at end of SQL statement. Can anyone tell me what I am doing wrong? Thanks, INSERT INTO Toys (ToyID, [...]

Answer Question   |  June 8, 2010  5:33 PM
Access errors, Microsoft Access, SQL, SQL Access
asked by:
5 pts.

What are the requirements for FTP site setup without domain
I want to setup an ftp site for my company. So what is the requirements.? and can i setup an ftp site without domain?…

Answer Question   |  June 8, 2010  5:52 AM
FTP, FTP Server, Software Requirements Specification
asked by:
160 pts.