First of all why dont you upgrade to ODS51 ???? Add the following parameter to the server’s Notes.ini http://www-10.lotus.com/ldd/dominowiki.nsf/dx/create_r85_databases Second of all ,,, what is the problem you are sufrreing from ??
This might help if you are a developer. It easily graphs data and supports drill down. It’s totally free and totally customizable if you have Excel. <a href=”http://itknowledgeexchange.techtarget.com/beyond-excel/”>Beyond Excel</a>
In Field Explorer, select Running Total Field and click the New button to display the Create Running Total Field box Type in a name From the available Tables and Field list box, select the field to summarise From the Type of Summary drop down list, select the type of summary you want In the Evaluation [...]
Hello, I am not sure what you mean by “visual format.” I will take a guess that you want a floating point number to be returned to your application as a decimal number. Use the DECIMAL function. For example: CREATE TABLE TTEST (F_COL FLOAT); ———+———+———+———+———+———+—– DSNE616I STATEMENT EXECUTION WAS SUCCESSFUL, SQLCODE IS 0 INSERT INTO [...]
So if I understand correctly… - You have created “shares” using iSeries Navigator? (i.e. a share named “root” for the / directory, a share named “test” for /home/jdoe/test, and so on) - And using “net use X: QS6555A8Aroot” or “net use Z: QS6555A8Atest” in a DOS box on a client PC doesn’t work? Very strange [...]
I have to do somthing similar, what I have done is Create a report with just the one field in it Group by the field so that all records of the same value are together Add a count of records per group in the group header Use a group selection to show groups where the [...]
Why do you have a repeating header? Maybe I am not following, but it sounds like the identical message will repeat on every page, so why not just use page header. If I have totally missed the point (and I feel I must be) then in the supress record for the page header put <pre> [...]
We used that method back in the early seventies when memory was maxed out at 16k total. Instead of writing to an array (or table) you write to a file. The same exact information in the record as your table would have had. The index becomes the record number! There are far too many different [...]
I am running a CrystalReport 10 report thru ODBC to MS Sql 2000 db. There are Many subreports that are not running until I manually RESET teh SQL Query of Each SubQuery. IS there a Global Update for all subquery within a report?
Lets say you have these 2 tables: CLIENT table with the columns ID, NAME, etc and CLIENT_ORDERS table with ID, ORD_ID, etc You want CLIENT.NAME, count of orders. something like this should work: SELECT C.NAME , COUNT(CO.ORD_ID) FROM CLIENT C , CLIENT_ORDERS CO WHERE C.ID = CO.ID GROUP BY C.NAME;
Try google Webquery, i series, console. Phil
We recently got this suggestion from a reader: “You could try explicitly specifying: RCDDLM(*CRLF) in your CpyToImpF command. It works for me we’re running OS/400 V5R2.” – Michelle ===================================================== If the field being transferred is a CHAR field, then trailing spaces is correct and they should not be truncated. If the field is VARCHAR, then [...]
The limit of up to 8 chars and up to 3 chars extension applies to all folders and documents in QDLS. This is the only area of the IFS that the CPYTOPCD command will access. You can use COPYTOSTMF to copy a database file to other areas of the IFS as an ASCII text file, [...]
Indicators - <pre> D IndPtr s * Inz(%Addr(*In)) D Indicators s 1 Dim(99) Based(IndPtr) </pre> and if I want to set the indicators say In50 to In54, i would use <pre> %Subarr(Indicators:50:5) = ’10101′; </pre>
When you configure their sessions select “Specify workstation ID” then enter the device their device description in the field below. If they need to configure a second configuration if you want them to be able to open a second session and so on. Sound like a make work project to me though… Voodoo ========================================================= You [...]
Are you asking how to do this on the i5 or is there some other question i’m not seeing? —– Appearantly part of my question disappeared somehow. I wanted to know if it is possible to connect from the i5 to an Oracle database and whether it is possible to have triggers on that external [...]
Are you after what is commonly known as a rack configuration ? If so, I use the ‘strsst’ command (to which you’ll need a signon), option 1 to start a service tool and then option 7 for the hardware service manager. From here you can press F6 to print the configuration (look for QPCSMPRT on [...]
you can save the object itself, the data queue, but not what is in it.. ===================================================== Since you don’t tell us anything about your environment, it’s hard to say. But I can suggest looking at the QDTA() parameter of SAVOBJ if you’re at V5R4 or later. Tom
See if this <a href=”http://www-03.ibm.com/servers/enable/site/db2/downloads/sqlserver.pdf”>DB2 for i5/OS porting guide (SQL Server) .PDF</a> helps. It might raise questions — ask if help is needed. Tom
My personal opinion… Your AS/400 shouldn’t be a master browser. CPU and any other system resources are too expensive to put them to work doing this. Use a far cheaper PC and its memory, its CPU, its network adapter, etc., for this kind of work. ====================================================== The most common setting that I’ve seen that is [...]





