Search

>> Use the search below for Feature Articles and News.

>> To search Product and Company listings or Forums, use the buttons at right.

Match whole words only
Sections
Categories
with all of the words
with the exact phrase
with at least one of the words
without the words
Title
Author
Days  Today
 Past 7 days
 Past 30 days
 Past 90 days
 Past year
 Full archive
Date range From
to

Query/Business Intelligence

Filter Order Display
 
Written by:Chris Smith
( Application Software / Query/Business Intelligence )
The Go! Search module in IBM Cognos 8 V4 supports unstructured data, thereby expanding a searcher's reach while enhancing the BI user's self-reliance. By Chris Smith Recent articles raise the question about the positioning of en
10-17-08
 
Written by:Chris Smith
( Application Software / Query/Business Intelligence )
One author says the current subprime mortgage meltdown might have been avoided if large financial players had been more collaborative. By Chris Smith Regardless of the hardship it is causing many people, the subprime mortgage meltdown m
04-28-08
 
Written by:Mike Cain
( Application Software / Query/Business Intelligence )
Sophisticated DB2 for i5/OS features provide important benefits within the business intelligence environment. In the first part of this two-part series, we covered business intelligence concepts, architecture, and methodology—ideas th
11-14-07
 
Written by:Mike Cain
( Application Software / Query/Business Intelligence )
Having a practical knowledge of BI can give your organization a distinct competitive edge.   Business intelligence (BI) is rapidly regaining the attention of business executives because a well-designed and well-implemented data war
10-24-07
 
Written by:Mark Firman
( Application Software / Query/Business Intelligence )
Powerful, affordable technology is available to midsize firms, and the benefits are enormous.   Enterprises have always been organized around the fact that somebody knew something—market needs, technology capabilities, econom
10-22-07
 
Written by:Jim Cassens
( Application Software / Query/Business Intelligence )
The key to any successful business intelligence or data warehousing solution is its ability to provide information to those who need it.   CEOs want a lot these days: Lower costs Improved customer and supplier satisfaction
09-10-07
 
Written by:Chris Wilson
( Application Software / Query/Business Intelligence )
Don't be distracted by mysterious terms and acronyms. Just do the proper homework.
04-05-06
 
( Application Software / Query/Business Intelligence )
What is it, and how do we implement it?
07-26-04
 
Written by:Robert Cozzi
( Application Software / Query/Business Intelligence )
Here's one man's perspective.
11-06-02
 
Written by:Ted Holt
( Application Software / Query/Business Intelligence )
Did the title of this article get your attention? I hope so. It certainly grabbed my attention as the subject of an email I received from Howard Arner back in early October. He forwarded a clipping to me from an IBM press release in case I hadn’
12-01-00
 
( Application Software / Query/Business Intelligence )
The ability to track customers in an e-business world presents some interesting dilemmas.
05-01-00
 
Written by:David Morris
( Application Software / Query/Business Intelligence )
Natural science and computer science merge to solve seemingly intractable problems.
05-01-00
 
Written by:David Morris
( Application Software / Query/Business Intelligence )
Check out this road map to the many methods for turning your data into business savvy.
04-01-00
 
( Application Software / Query/Business Intelligence )
Recent developments in the structural model of IT have started to emphasize intelligence and knowledge rather than the sheer volume of information contained in huge databases. Both business intelligence (BI) and knowledge management (KM) entail the u
04-01-00
 
( Application Software / Query/Business Intelligence )
Learn how to find, catalog, and retain the business knowledge you already have in the brains of your midrange computing enterprise.
04-01-00
 
Written by:Howard Arner
( Application Software / Query/Business Intelligence )
Knowledge management is a hot buzzword in management circles, and it?s coming to a knowledge store near you.
04-01-00
 
Written by:Tim Johnston
( Application Software / Query/Business Intelligence )
One of the biggest challenges of writing programs that use the Open Query File (OPNQRYF) command is creating the query select (QRYSLT) statement.
01-01-98
 
( Application Software / Query/Business Intelligence )
The data processing staff of a certain AS/400 installation had an extra-strength headache. Every time they ran many of the daily, weekly, monthly, quarterly, semi-annual, and yearly queries and Open Query File (OPNQRYF) CL programs, they had to chang
03-01-96
 
Written by:Thomas Stockwell
( Application Software / Query/Business Intelligence )
One of the strengths of OS/400 is its integrated relational database. Although the database has been given a name in V3R1 (DB2/400 or DB2 for OS/400), it has been part of the operating system since the days of the S/38. Just as the database is part o
11-01-95
 
Written by:Ted Holt
( Application Software / Query/Business Intelligence )
Normalized databases contain many files, many of them with multiple key fields. Rarely can you retrieve all the information you need for a job from just one of them. Whether you need data from 2 files or 20, OPN-QRYF's powerful joining capabilities l
08-01-95
 
Written by:Ted Holt
( Application Software / Query/Business Intelligence )
Joining is combining data from two files into one record format. Relational databases join files so that applications have all the information they need. There's more than one way to join files on the AS/400. You can create permanent join logical fi
07-01-95
 
Written by:Doug Pence
( Application Software / Query/Business Intelligence )
Logical files are excellent for interactive processing that requires data file access paths that are always current. However, if you have ever created a logical file solely for the purpose of creating a new data path for a report program, you will be
04-01-95
 
Written by:Ira Shapiro
( Application Software / Query/Business Intelligence )
In various situations, it is important to know if at least one record was selected after running the Open Query File (OPNQRYF) command. If no records were selected, you would want to take an appropriate action. I have created a technique that allows
04-01-95
 
( Application Software / Query/Business Intelligence )
When using the MAPFLD parameter in the Open Query File (OPNQRYF) command to assign the result of a division to a field, a "division by zero" error may occur. This will happen whenever the field or expression used as a divisor has a value of zero for
04-01-95
 
( Application Software / Query/Business Intelligence )
Q: I'm having a problem with the Open Query File (OPNQRYF) command. I have a display file that lets the user fill in a field called CSDATE. I use this field in a CL program to select certain records from the purchase order item (POITEM) file. When I
01-01-95
 
( Application Software / Query/Business Intelligence )
Q: I'm new to the AS/400 from the S/36. I'm trying to use the OPNQRYF command in a CL program to select records that do not contain an asterisk (*) anywhere within the order number field. I tried to build the select statement using *NE with the wildc
02-01-94
 
( Application Software / Query/Business Intelligence )
From: Matthew Ferris To: Ted Holt Can someone help with the syntax of the Open Query File (OPNQRYF) command? I have two questions: 1. Is the following the proper way to code the %VALUES parameter? QRYSLT('RESPT *EQ %VALUES( + "A7" "A8" "A9
12-01-93
 
( Application Software / Query/Business Intelligence )
Q: Is it faster to use the Open Query File (OPNQRYF) command to read a file and select a number of records, or to read the file in an RPG program and select the records there? I get the impression that if you use OPNQRYF, you are essentially processi
09-01-93
 
Written by:Richard Shaler
( Application Software / Query/Business Intelligence )
Putting OPNQRYF's wild card function to work. Brief: There are numerous ways you can scan character fields in an AS/400 database to find a pattern. The method presented here, although not the most conventional, may be one you should consider. When
08-01-93
 
Written by:Ted Holt
( Application Software / Query/Business Intelligence )
OPNQRYF can help you adapt reports to the needs of many users. by Ted Holt It's very common around my shop for a user to call the data processing department and say something along the lines of, "I really like the report Joe Smith gets. I'd like t
06-01-90
 
Written by:Tom Huntington
( Application Software / Query/Business Intelligence )
A #GSORT User's Primer to Open Query File by Ted Holt Meet #GSORT's Replacement on the AS/400. The fact that you are reading this article indicates that you probably know your way around #GSORT. Perhaps you've been coding sort specs since the days
05-01-90
   MC-STORE.COM