Performance/Load Questions and Answers

Recent IT Questions

1 - 18 of 18
<<PREVIOUS 1 NEXT>>

Mainframe Performance Testing

I am doing a research and would like to get answers to the following questions, I appreciate and value your experience and time: 1) What are the different types of mainframe applications? 2) What are the general performance issues that are expected? 3) What tools are used in performance testing...

View Answer   |  May 25 2007  3:27 AM GMT
Mainframe, 390, DB2
asked by iluvlearning

  0 pts.

Mainframe quality assurance testing tools

I need to find a quick and cheap mainframe testing tool for an insurance application. The client will not spend the dollars till the concept is proven. I have looked for open source for the mainframe and found nothing. The client is running a batch system processing input are batch claims. Any help...

View Answer   |  Oct 12 2006  9:02 AM GMT
IBM, Lifecycle development, Software testing
asked by frankd

  0 pts.

SETLL and READE or CHAIN? Performance Issues

HI, I have a batch RPG programs used to do some updataions and reporting, currently the job takes around 1 sec to process a record. We want to further reduce this time. Changing the run Priorty may make the job run a bit faster, are there any other parameters that can be used? also am...

View Answer   |  Aug 10 2006  7:34 AM GMT
AS/400, RPG, Printing
asked by caprius

  0 pts.

How to make a batch job run faster (excpet for the run priorty), Code changes?

HI, I have a batch RPG programs used to do some updataions and reporting, currently the job takes around 1 sec to process a record. We want to further reduce this time. Changing the run Priorty may make the job run a bit faster, are there any other parameters that can be used? also am looking...

View Answer   |  Aug 10 2006  6:46 AM GMT
AS/400, RPG, Software
asked by caprius

  0 pts.

Implementing RUP in Retail business which runs on i-Series

A retail company is planning to implement IBM Rational Unified Process for its business which runs on i-Series. Please let me know how well RUP can be implemented here. How well RUP works for i-Series software development? What are the tailoring to be done to this process for i-Series? Also, please...

View Answer   |  Jul 18 2006  7:21 AM GMT
AS/400, Lifecycle development, RPG
asked by KiduHarish

  0 pts.

Read Only Document Question

Scenario: We have a Word document that is our Facility Calendar. The secretary updates it as requested with meetings, seminars, etc. The problem: When someone else has the document open, she cannot save changes she makes. She then has to email everyone and tell them to close the document. ...

View Answer   |  May 25 2006  6:02 PM GMT
Tech support, Help Desk, Networking
asked by TheVyrys

  0 pts.

deploying office 2003

I want to Look at problems in deploying office 2003 in terminal server environments and get user experiences on aspects like performance

View Answer   |  Mar 10 2006  8:37 AM GMT
Hardware, Networking, Lifecycle development
asked by eduado

  0 pts.

Print Numbers in words

By using a single SQL Query Is it possible to print numbers in words. Example : To print "5,550 Dollars" in words Expected Query result : "Five Thousand Five Hundred and Fifty Dollars Only" Is it Posssible by a single query

View Answer   |  Dec 18 2005  10:11 PM GMT
Tech support, Windows, Security
asked by sanmails

  0 pts.

Stop bit problem: USB to Serial Converter attached to motion controller, unable to set for 7-E-2

I have three different USB to Serial converters, one of them an isolated converter from B&B. One brand of motion controller I work on uses EVEN parity / 7 data bits / 2 stop bits as its default. I find that none of my converters will work on the controller in this configuration. If I borrow a...

View Answer   |  Nov 18 2005  5:36 PM GMT
Tech support, Administration, Hardware
asked by kfink04

  0 pts.

SQL Query Perfomance Issue.

Hi All, This is Wasim Ahmed. I basically wanted a kick start to tune my SQL Queries for performance. I have a huge query which is taking an average of 30seconds for records in thousands. I want to improve the efficiency of the Query. Can any one help me in this. I am pasting my SQL query. I...

View Answer   |  Nov 18 2005  8:31 AM GMT
Windows, Oracle, Software testing
asked by WasimAhmed

  0 pts.

Prefferred Anti Virus Program?

Hi All, Can i get any suggestions on what you consider being the BEST Anti virus software with not much hassles! The 2 i`m most interested in is Norton and Mcafee? Any 3rd party app will also be greatly appreciated! I had Norton 2005 Internet Security on my PC,1.7GHZ AMD,Win XP SP2, 384MG RAM...

View Answer   |  Sep 25 2005  6:10 AM GMT
Tech support, Help Desk, Disaster Recovery
asked by Wazzup

  0 pts.

tutorials-2

hi all. i have sent before a message about this subject but i didnt really had real replies that helped me. i am searching of tutorials of programming (delphi, linux, perl, python, c#, java ......) i have search in google, altavista, westciv, whatis, w3school,... So if anyone now how to get pdf...

View Answer   |  Sep 5 2005  3:06 AM GMT
Tech support, Windows, Network management software
asked by mmm555

  0 pts.

Domino R6 & Crystal Reports 11 for reporting on the web

Hi, We have a requirement where in we have to generate reports on the web i.e. using I.E 6.x using Crystal Reports 11. The foll are the requirements. 1) Reports i.e. mainly graphs like Pie,Bar, Combo etc are to be created and displayed on the web. 2) The data would reside in Domino databases....

asked by VikiLingeria

  0 pts.

Crystal Report Print Engine API in Domino

Hi, I would like to print crystal report using Print Engine API. As refer to some of the discussion, global.nsf & global32.lss are the example that requested to refere to, but I found that these 2 example are from older version of crystal report and Notes. The object that used in the Lotus...

View Answer   |  Apr 6 2005  4:41 AM GMT
Lifecycle development, Software testing, Automated
asked by tcc

  0 pts.

Versioning and merging products for oracle

Has anyone been working with/implementing any versioning products with merging capabilities for oracle pl/sql? I'm hoping for some recomendations.

View Answer   |  Mar 11 2005  7:55 AM GMT
Administration, Migration, Oracle
asked by Cleveland

  0 pts.

Mainframe Testing Tools

My shop is currently looking for testing packages for batch (mostly cobol, some assembler) applications as well as our online CICS applications. We are z/OS shop using IMS and a very limited amount of DB2. We are looking at CA-InterTest, Xpediter, and SmartTest. In addition to the usual testing...

View Answer   |  Dec 29 2004  6:00 PM GMT
COBOL, Software testing, Mainframe
asked by girlnerd

  0 pts.

DISTINCT or work-around

Greetings from Vijay, Consider table B as below with columns b1 and b2. Table B B1 B2 ========== 1 abc 2 xyx 3 abc 4 efg 1 xyx 3 abc 4 car 5 edf Query 1 ========= select distinct b2 from B Output : ====== B2 ============ abc car edf efg xyx Explain Plan: Query 1 ===================== ...

View Answer   |  May 13 2004  12:04 AM GMT
Tech support, Oracle, SQL
asked by Vijaysai

  0 pts.

Catalog Shopping Autotest

Who has successfully tested a catalog shopping process with an automatic test software? If yes, which one? Please rate the ease of use.

View Answer   |  May 12 2004  10:55 AM GMT
ABAP, Automated, Java
asked by NancyPhillips

  0 pts.

1 - 18 of 18
<<PREVIOUS 1 NEXT>>