Calling External Procedure from Java Web based Application
Below given is a procedure to access a CL Program in iSeries from a Java web based program. create procedure libxxx/proc_name LANGUAGE CL FENCED EXTERNAL NAME ‘libxxx/clprogram’ PARAMETER STYLE GENERAL The external CL program has other calls to Cobol programs in the same library.The procedure is in a different library.The cobol calls does not have [...]
Answer Question
| October 26, 2009 5:09 PM
COBOL, i5, IBM, IBM WebSphere, iSeries, J2EE, Java, OS/400, SQL, UDB for iSeries/i5
Below given is a procedure to access a CL Program in iSeries from a Java web based program. create procedure libxxx/proc_name LANGUAGE CL FENCED EXTERNAL NAME ‘libxxx/clprogram’ PARAMETER STYLE GENERAL The external CL program has other calls to Cobol programs in the same library.The procedure is in a different library.The cobol calls does not have [...]
Connecting through a lotus notes database through JAVA’s urlconnection
Hi, I was wondering when I connect to a lotus notes database through java’s url connection like this one, where the target is a redirect target.. http://…….gbp.nsf/agWebLAL?OpenAgent&UNID=A9D19EDE65447DF5C1256F2000465E87&Source=Customer%20Portal This connects to a file in the database, and I was wondering if there is a way to get the final URL, the filename and the mimetype before [...]
Answer Question
| May 27, 2005 4:23 AM
J2EE, Java, JavaScript, JSP, Lotus Domino
Hi, I was wondering when I connect to a lotus notes database through java’s url connection like this one, where the target is a redirect target.. http://…….gbp.nsf/agWebLAL?OpenAgent&UNID=A9D19EDE65447DF5C1256F2000465E87&Source=Customer%20Portal This connects to a file in the database, and I was wondering if there is a way to get the final URL, the filename and the mimetype before [...]
% symbol for java expressions
Hi, Im trying to get back into java (its been a while) and i was wondering what % means in a expression. E.G 5 % 3 Appreciate any and all help Thanks Andy
Answer Question
| May 3, 2005 7:46 AM
Java
Hi, Im trying to get back into java (its been a while) and i was wondering what % means in a expression. E.G 5 % 3 Appreciate any and all help Thanks Andy
Java DateTime – Extract substrings
Can anyone help me extract the Hour and the AM or PM as a string in a Java DateTime object in Java? I am using Domino 6.4 Thanks. George
Answer Question
| June 2, 2011 8:58 PM
Java, JavaScript, LotusScript
Can anyone help me extract the Hour and the AM or PM as a string in a Java DateTime object in Java? I am using Domino 6.4 Thanks. George
HELP
I’D LIKE TO ASK HELP IN PROGRAMMING ESPECIALLY IN VISUAL BASIC.PLS SEND ME UPDATES ON DATABASE PROGRAMMING, INTERNET AND OTHER RELATED AND IMPORTANT KNOWLEDGES. THANKS.
Answer Question
| August 12, 2005 11:59 PM
Call Centers, Corel WordPerfect, Data analysis, DataCenter, Development, Exchange, HTML, Java, JavaScript, Lifecycle development, Networking, Office Applications, Programming Languages, Software Quality Assurance, Software testing, Tech support, Visual Basic
I’D LIKE TO ASK HELP IN PROGRAMMING ESPECIALLY IN VISUAL BASIC.PLS SEND ME UPDATES ON DATABASE PROGRAMMING, INTERNET AND OTHER RELATED AND IMPORTANT KNOWLEDGES. THANKS.
CLOB – Fetch out of sequence
I am inserting into a table which has a CLOB field. I insert a blank_clob and then try and retrieve the clob field again directly after insert. When I execute the select to retrieve the CLOB field I am getting ORA-01002: fetch out of sequence. The query looks like: select XML_DATA from XML_TABLE where SESSION_ID [...]
Answer Question
| March 3, 2005 10:48 AM
Database Management Systems, Development, J2EE, Java, Lifecycle development, Oracle, Oracle 10g, Oracle 8i, Oracle 9i, SQL, XML
I am inserting into a table which has a CLOB field. I insert a blank_clob and then try and retrieve the clob field again directly after insert. When I execute the select to retrieve the CLOB field I am getting ORA-01002: fetch out of sequence. The query looks like: select XML_DATA from XML_TABLE where SESSION_ID [...]
array
i want to know how to add the two dimensional array .(if possible explain me with example)
Answer Question
| February 24, 2005 1:32 AM
J2EE, Java
i want to know how to add the two dimensional array .(if possible explain me with example)
How to avoid SQL7008 error from DB2 on iSeries?
We are deploying a J2EE application on a Websphere 5.2 Application Server. This application accesses a DB2 database on an iSeries server which is not supporting transactions. We have already removed all transactions from the XML configuration files. We cannot find a way to configure the datasource resource on WAS to avoid an error from [...]
Answer Question
| December 20, 2004 6:17 PM
Database Management Systems, DB2, Development, J2EE, Java
We are deploying a J2EE application on a Websphere 5.2 Application Server. This application accesses a DB2 database on an iSeries server which is not supporting transactions. We have already removed all transactions from the XML configuration files. We cannot find a way to configure the datasource resource on WAS to avoid an error from [...]
Why Java Platform Independent?
I don’t find the exact reason why Java is called Platform independent. I have read it in many books. Still a practical overview is not there. Please Specify in more detailed.
Answer Question
| August 28, 2009 4:19 AM
E-mail applications, Exchange, IBM WebSphere, J2EE, Java, JavaScript, JSP, Tech support, Web services, WebSphere Commerce
I don’t find the exact reason why Java is called Platform independent. I have read it in many books. Still a practical overview is not there. Please Specify in more detailed.
Can not run servlet program on J2EE platform 4 Linux
I am using J2EE platform in my RHL 9.0 machine. But I am not able to servlet programs. How I can do that?
Answer Question
| January 20, 2005 4:08 AM
Development, ERP, Help Desk, HTML, IT architecture, J2EE, Java, JavaScript, JSP, Lifecycle development, Planning, Tech support, Third-party services, Vendor support
I am using J2EE platform in my RHL 9.0 machine. But I am not able to servlet programs. How I can do that?
Stored Procedure Error
This is mu stored Procedure: CREATE PROCEDURE ADMINISTRATOR.DIMS_SP_PerformSearch ( vuserId integer, vsearchText varchar(500) , vfromID integer, voption integer ) ———————————————————————— – SQL Stored Procedure ———————————————————————— BEGIN IF (vsearchText != ”) THEN delete from DIMS_General_Search where userId = vuserId; end if; IF (voption = 0) THEN INSERT INTO DIMS_General_Search SELECT vuserId,DIMS_Scanned_Transaction.scanned_date , DIMS_Document_Type.document_type_name , DIMS_Document_type_Attributes.attribute_name,DIMS_Scanned_transaction_Detail.answer, DIMS_Scanned_Transaction.scanned_transaction_id [...]
Answer Question
| December 17, 2004 2:20 AM
Application software, Availability, DB2 Everyplace, Development, IBM, Instant Messaging, Java, Migration, Modeling, Normalization, Performance/Tuning, Servers, WebSphere Studio
This is mu stored Procedure: CREATE PROCEDURE ADMINISTRATOR.DIMS_SP_PerformSearch ( vuserId integer, vsearchText varchar(500) , vfromID integer, voption integer ) ———————————————————————— – SQL Stored Procedure ———————————————————————— BEGIN IF (vsearchText != ”) THEN delete from DIMS_General_Search where userId = vuserId; end if; IF (voption = 0) THEN INSERT INTO DIMS_General_Search SELECT vuserId,DIMS_Scanned_Transaction.scanned_date , DIMS_Document_Type.document_type_name , DIMS_Document_type_Attributes.attribute_name,DIMS_Scanned_transaction_Detail.answer, DIMS_Scanned_Transaction.scanned_transaction_id [...]
PL SQL Record in Java-2
Dear All I have a Stored Package written as follows: CREATE OR REPLACE PACKAGE firstPackage IS –Type definition TYPE sampleType IS RECORD ( name VARCHAR2(128), interface VARCHAR2(128), tablespc VARCHAR2(128) ); TYPE c_mx1_type IS REF CURSOR; –procedure definition PROCEDURE iwelcome( iNum in NUMBER, iOutput out NUMBER, st out sampleType ); PROCEDURE uwelcome; END firstPackage; / create [...]
Answer Question
| November 9, 2004 10:41 PM
J2EE, Java, SQL
Dear All I have a Stored Package written as follows: CREATE OR REPLACE PACKAGE firstPackage IS –Type definition TYPE sampleType IS RECORD ( name VARCHAR2(128), interface VARCHAR2(128), tablespc VARCHAR2(128) ); TYPE c_mx1_type IS REF CURSOR; –procedure definition PROCEDURE iwelcome( iNum in NUMBER, iOutput out NUMBER, st out sampleType ); PROCEDURE uwelcome; END firstPackage; / create [...]
PL SQL Record in Java
Dear All I have a Stored Package written as follows: CREATE OR REPLACE PACKAGE firstPackage IS –Type definition TYPE sampleType IS RECORD ( name VARCHAR2(128), interface VARCHAR2(128), tablespc VARCHAR2(128) ); TYPE c_mx1_type IS REF CURSOR; –procedure definition PROCEDURE iwelcome( iNum in NUMBER, iOutput out NUMBER, st out sampleType ); PROCEDURE uwelcome; END firstPackage; / create [...]
Answer Question
| November 9, 2004 10:37 PM
J2EE, Java, SQL
Dear All I have a Stored Package written as follows: CREATE OR REPLACE PACKAGE firstPackage IS –Type definition TYPE sampleType IS RECORD ( name VARCHAR2(128), interface VARCHAR2(128), tablespc VARCHAR2(128) ); TYPE c_mx1_type IS REF CURSOR; –procedure definition PROCEDURE iwelcome( iNum in NUMBER, iOutput out NUMBER, st out sampleType ); PROCEDURE uwelcome; END firstPackage; / create [...]
Importing iSeries SpoolFiles in Windows
I’m importing succesfully iSeries Spoolfiles in Windows Systems with an ActiveX/VisualBasic application and the CA400′s cwbobj.dll. In order to optimize my VB app I would like to have specific informations about cwbobj’s function ReadSplf and about filtering the Spoolfiles list by Outq. (Sorry for my poor english) Thanks in advance !
Answer Question
| November 5, 2004 3:53 AM
ActiveX, AS/400, Java, Microsoft Windows, RPG, VB.NET, Visual Basic
I’m importing succesfully iSeries Spoolfiles in Windows Systems with an ActiveX/VisualBasic application and the CA400′s cwbobj.dll. In order to optimize my VB app I would like to have specific informations about cwbobj’s function ReadSplf and about filtering the Spoolfiles list by Outq. (Sorry for my poor english) Thanks in advance !
Best IDE for building JSP pages
This is just for educational purposes. I want to build some JSP pages for a university project, and I’m looking for a J2EE IDE (better if free), but I’m, not sure which is best or easiest to use. I have taken a look to Net Beans 3.6 and I like it, but it’s too heavy [...]
Answer Question
| November 9, 2004 2:04 PM
BEA Systems, BEA WebLogic, C, Computer Associates, HTML, IBM, IBM WebSphere, J2EE, Java, JavaScript, JBoss, JSP, Servers, Sun, Sun ONE Application Server, Web development tools, WebSphere Studio
This is just for educational purposes. I want to build some JSP pages for a university project, and I’m looking for a J2EE IDE (better if free), but I’m, not sure which is best or easiest to use. I have taken a look to Net Beans 3.6 and I like it, but it’s too heavy [...]
database design-2
sir, i am developing the order-process mgt (3-tier intranet app)using jsp,java,javascript and mysql as backend. i have to store the data from the customer order-sheets. in this business, they organize the garments(product) according to the colour.then each color is divided in to sizes like s,m,l,xl,xxl. example: mens brief-bule-s-1000 nos. mens brief-bule-m-1000 nos. mens brief-bule-l-1000 nos. [...]
Answer Question
| October 11, 2004 6:16 AM
Development, J2EE, Java, JavaScript, JSP, SQL, XML
sir, i am developing the order-process mgt (3-tier intranet app)using jsp,java,javascript and mysql as backend. i have to store the data from the customer order-sheets. in this business, they organize the garments(product) according to the colour.then each color is divided in to sizes like s,m,l,xl,xxl. example: mens brief-bule-s-1000 nos. mens brief-bule-m-1000 nos. mens brief-bule-l-1000 nos. [...]
database design
sir, i am developing the order-process mgt (3-tier intranet app)using jsp,java,javascript and mysql as backend. i have to store the data from the customer order-sheets. in this business, they organize the garments(product) according to the colour.then each color is divided in to sizes like s,m,l,xl,xxl. example: mens brief-bule-s-1000 nos. mens brief-bule-m-1000 nos. mens brief-bule-l-1000 nos. [...]
Answer Question
| October 12, 2004 6:07 AM
Development, J2EE, Java, JavaScript, JSP, SQL, XML
sir, i am developing the order-process mgt (3-tier intranet app)using jsp,java,javascript and mysql as backend. i have to store the data from the customer order-sheets. in this business, they organize the garments(product) according to the colour.then each color is divided in to sizes like s,m,l,xl,xxl. example: mens brief-bule-s-1000 nos. mens brief-bule-m-1000 nos. mens brief-bule-l-1000 nos. [...]
Grpahs/Charts
I am looking for a fast, free method to create graphs for a web page using javascript,java, html or applet or any thing that will work on a web page
Answer Question
| October 12, 2004 3:15 AM
ActiveX, HTML, Java, JavaScript, LotusScript
I am looking for a fast, free method to create graphs for a web page using javascript,java, html or applet or any thing that will work on a web page
Software Development in Java
Could someone please advise me (and my team) on which development tools and resources to use for rapid development of java (or java-based) business software packages such as inventory management systems, payroll packages etc. We have been developing using Oracle 6i Developer suite and now intend to switch to Java to gain some flexibility with [...]
Answer Question
| October 8, 2004 3:46 AM
C, Development, Dreamweaver, HTML, J2EE, Java, JavaScript, JSP, PHP, SQL, XML
Could someone please advise me (and my team) on which development tools and resources to use for rapid development of java (or java-based) business software packages such as inventory management systems, payroll packages etc. We have been developing using Oracle 6i Developer suite and now intend to switch to Java to gain some flexibility with [...]
Installing Oracle 9i Standard Edition on Windows Server 2003 with Xeon CPU: Why does Java Virtual Machine fail?
We are replacing an old NT 4.0 server with a new Windows Server 2003, the new hardware (a Compaq ProLiant) equipped with Intel Xeon CPU. The old server was running a couple of database instances in Oracle 8i Standard Edition, which we want/need to replace with the 9i version. The installation files for the relevant [...]
Answer Question
| October 6, 2004 5:39 AM
Database Management Systems, Hardware, Intel PC hardware, Intel servers, Java, Microsoft Windows, Oracle, Standard Edition, Tech support, Windows on Intel, Windows Server 2003
We are replacing an old NT 4.0 server with a new Windows Server 2003, the new hardware (a Compaq ProLiant) equipped with Intel Xeon CPU. The old server was running a couple of database instances in Oracle 8i Standard Edition, which we want/need to replace with the 9i version. The installation files for the relevant [...]





