Development Questions


Announcing the HP Elite Series Scavenger Hunt (sponsored)
Today is the first day of the HP Elite Series Scavenger Hunt, designed to better educate potential customers about all of the great qualities that make HP Elite Series “elite.” For details on how to enter check out the HP Elite Series Scavenger Hunt homepage. The Loot Grand Prize: 5 HP EliteBook 8460w (Yes, five!) [...]

Answer Question   |  March 31, 2012  2:19 PM
AS/400, Business Intelligence, Channel, CIO, Contests, CRM, Database, DataCenter, Development, EliteBook, Exchange, Giveaways, HP, Linux, Lotus Domino, Microsoft Windows, Mobile, Networking, Oracle, SAP, Scavenger Hunt, Security, SQL Server, Storage, Virtualization, VoIP, Windows Server
asked by:
16,755 pts.

CGIConvMode BINARY – Help, I cannot make it working.
In the CGI, I use iconv() to translate all input/output from ebcdic to utf-8 (ccsid 1208) and vice versa for the body. For the CGI output Header I don’t process any translation, add x’15 twice to make a blank line. (as the HTTP default should make the translation from 37 to 819 for the http [...]

Answer Question   |  March 31, 2012  11:21 AM
Binary data, CGI, IBM i
asked by:
20 pts.

phpBB3 intergration into my site
Hello there I wanted a forum for a portal I’m working on and I’m trying to import phpBB3 into it. The only problem is that I have a database of my own and I need the credential for the users (username and password) to be withdrawn from my tables, not the default one given by [...]

Answer Question   |  March 31, 2012  9:48 AM
PHP, PHP implementation, phpBB, phpBB3 credentials
asked by:
220 pts.

Passing a form to subroutine in Access 2003 (VBA)
I have a function that recieves references to 2 forms and 2 controls. The sub looks like this Public Sub Not_In_List_Starting_Handler(vNewData as string,Not_in_list_form As Form, List_control As Control, Lookup_Form As Form, Lookup_Control As Control) when I try to call it from the form I get all types of errors – data mismacth, byval required, etc.. [...]

Answer Question   |  March 31, 2012  3:56 AM
Access 2003, Acess 2003 forms, VBA, Visual Basic
asked by:
5 pts.

Free IT Book: Official Cert Guide for CCNP Security SECURE 642-637
This week’s free IT book is just what you need if you’re planning to take your CCNP Security SECURE 642-637 certification exam. From exam topics and quizzes to exam prep tasks and realistic exam questions, the Official Cert Guide is a must for everyone preparing or planning to prepare for this certification. All you need [...]

Answer Question   |  May 14, 2012  1:10 PM
AS/400, Business Intelligence, Certification preparation, Channel, CIO, CRM, Database, DataCenter, Development, Exchange, Giveaways, IT Books, Linux, Lotus Domino, Microsoft Windows, Mobile, Networking, Oracle, SAP, Security, Security certifications, SQL Server, Storage, Virtualization, VoIP, Windows Server
asked by:
6,315 pts.

Open IT Forum: Goals to round out 2011
We’re approaching the final quarter of 2011: What are some of your IT department’s goals to finish out the year? What are some of the things you are implementing to position yourself for 2012? Whether it’s updating your system documentation or updating your IT staff’s certifications, we want to know how the rest of your [...]

Answer Question   |  March 31, 2012  12:57 PM
AS/400, Bounties, Business Intelligence, Channel, CIO, CRM, Database, DataCenter, Development, Exchange, Linux, Lotus Domino, Microsoft Windows, Mobile, Networking, Open IT Forum, Oracle, SAP, Security, SQL Server, Storage, Virtualization, VoIP, Windows Server
asked by:
6,315 pts.

What is the best why to get started in DBA
I have some experiance in SQL and Access and all the other MS software too. I deal alot with spreadsheets, and database in my job. I work alot with the AS400 and do alot of queries throught MS Access. What is the fasted and tghe most inexpensive way to get to the piont of being self [...]

Answer Question   |  March 31, 2012  11:00 AM
Access, DBA training, iSeries database, SQL
asked by:
1,185 pts.

JCL analyser tool using REXX
Is there any REXX tool Which analyses a JCL and gives summary of it,like, description of number of steps in the JCL, what does COND parameters contain in each step, no of DD statements each step contains, how many DSN’s used, what is the DISP value for those DSN’s, are there any Symbolic Parameters used in the JCL, [...]

Answer Question   |  March 31, 2012  5:29 AM
JCL, REXX, REXX Procedure, REXX tool
asked by:
5 pts.

t-sql and AS400
I want to develop a TSQL query. First I need to determine if all the numbers in one of the fields are in numerical order and also find the missing holes in the number sequence. Secondly I need to sort by another field and by a particular criteria.  The words that I need to sort-by [...]

Answer Question   |  March 31, 2012  12:34 PM
AS/400 Query, SQL, SQL Query, T-SQL
asked by:
1,185 pts.

Java JTable scrolling actions
Hi..I am using a JTable in java for listing the values from database. I need something like, I need to list few set of values in the JTable. And when we scroll down or scroll up using scroll pane of JTable, next set of values must be loaded from database. so that instead of loading [...]

Answer Question   |  March 31, 2012  6:42 AM
Java, Java applications, Java Database, Java developers
asked by:
5 pts.

i5 Query Security
Are there any commercial security programs that will secure the query function on the as400? We have user menus that keep users from viewing and changing critical files. However, we also have users who go into query and save the results of the query anywhere on the system.  I’m concerned that someone will save the results of [...]

Answer Question   |  March 31, 2012  7:01 PM
AS/400 Query, i5, I5 security, Query, Security
asked by:
5 pts.

PHP implementation
We are looking at implementating PHP to develop applications – we are not sure where to begin – what resources will we need on i Series – does anyone have a pseudo checklist of requirements for i Series setup – any suggestions on what type of training would be required to efficiently use PHP?

Answer Question   |  March 31, 2012  3:43 PM
PHP, PHP implementation, PHP installation, PHP scripts
asked by:
65 pts.

Agile SDLC SOX Controls
We are implementing Agile SDLC in our company. Has anybody identified Agile SDLC controls that are tested as part of their SOX complinance program? Would appreciate any examples of controls that you can offer

Answer Question   |  March 31, 2012  3:13 PM
Agile, Agile SDLC SOX controls, SDLC, SOX
asked by:
5 pts.

Netbeans and Java
i hv written this prog in netbeans n i m new to java so not getting error public class Main {         /** Creates a new instance of Main */     public Main() {     }         /**      * @param args the command line arguments      */     public static void main(String[] [...]

Answer Question   |  March 31, 2012  7:18 AM
Java, Java programming, NetBeans, NetBeans 6.x
asked by:
5 pts.

dspfile in rpg
can we do debugging a dsp file in rpg? if its so how is possible? plz give me the steps?

Answer Question   |  March 31, 2012  11:57 AM
Debugging, DSPF, RPG
asked by:
1,350 pts.

ASP data to be sent to mail
daily basis i want to receive the iseries systems ASP percentage to be sent to my mail

Answer Question   |  March 31, 2012  11:44 AM
AS/400 ASP, ASP, ASP Utilization
asked by:
125 pts.

Jobs scheduled on the new server i720 end with endcode 20, while the same jobs run perfectly in i520.
Hi, We are upgrading our server to an i720 (v6r1) from i520 (v5r4). Jobs scheduled on the new server i720 end with endcode 20, while the same jobs run perfectly in i520. The scheduled Jobs are used to call certain application program. when I check the job log, it says program not found in library [...]

Answer Question   |  March 31, 2012  6:25 AM
i5/0S, iSeries V6R1, JOB SCHEDULER, Job scheduling, V5R4
asked by:
75 pts.

How much is oracle exadata unit?
my firm have a proposal to the government in imo state on the need to start using oracle exadata. they are interested now. i need to know the cost for a stand alone and server units. thanx. Enesha

Answer Question   |  March 31, 2012  10:17 PM
Exadata Database Machine, Oracle, Perl
asked by:
5 pts.

Data Fields outside of report section
I am looking at a previously written Crystal 8.5 report in which most of the data fields are outside of the report section. I can only see these fields if I reduce the report size to 50%. I have tried landscape orientation and adjusting the paper size to 11X17, but I still have many fields [...]

Answer Question   |  March 31, 2012  4:45 PM
Crystal 8.5, Crystal Reports 8.5, SQL, SQL Reports
asked by:
15 pts.

Licenses for publishing ASP.NET website
Hi ,friends can any one tell me for publishing an asp.net website ,Should we have licensed version of visual studio? Same about SQL Server ? please reply as soon as possible. Thanks

Answer Question   |  March 31, 2012  11:03 AM
ASP.NET, ASP.NET authentication, Software licensing, Visual Studio
asked by:
145 pts.