There are a couple of ways to scan the IFS for Viruses. One is to use Trend Micro www.trendmicro.com. I think it more for Domino for iSeries though. The other is to use a PC or NT server with Norton’s or other flavor of antivirus. Map a drive to the IFS and scan the drive. [...]
This linke will provide some useful informaton: http://asktom.oracle.com/pls/ask/f?p=4950:8:8488073385483584370::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:8764517459743
Is there a way you could write the value list to a temporary table every time you call the SP? Then you wouldn’t have to pass the value list, but call it in you WHERE clause like: WHERE Field1 in (Select * from table_temp)
Have a look at DECS and Lotus Script / Java, you can find a solution over there. Also you can look at LECS for DB2 connectors, it is downloadable from the Lotus forum, then you can use the classes to access DB2 and get to your data, If you are good with Script then I [...]
If everything is on files you can use CPYF or SQL, for example. I am not sure what you excatly you are looking for. You copy all your production environment, or just selected data from it ? Is the second environment on another system ? Beni
It is hard to tell you exactly what to do based on your exact needs. check here to get simple information using cisco management interface. http://www.cisco.com/en/US/products/hw/vpndevc/ps2284/products_configuration_guide_chapter09186a00803ee03b.html cheers
Ah, right up my alley – and I do thank you for being up front about this being an assignment. We’ve had other folks who have tried to get us to do their homework for them. The key thing you have to understand is some terminology which is often bandied about without distinction. The distinction [...]
> 1) From a comparison perspective, which provides better performance? Comparison > of a number (1,0) or string (Y/N) It won’t make a difference. > 2) Which method takes up less storage? They both take 1 byte. > 3) Results will be mapped into a J2EE data structure supporting a boolean datatype. > Which method [...]
We manage several DBs of the size you are discussing. Although the intel based platforms are OK, for the size and performance you are mentioning for the DW, we run all of ours on Sun systems. We use V880s for this application. A V400 series might do the trick with only 200 to 400 users. [...]
On then 400, you can use RTVSQL to retrieve the DDL of each object you want, then you can analyse this DDL. I don’t know anything in Oracle. RTVSQL source is at http://jplamontre.free.fr/AS400/RTVSQL.htm
what is sometimes different ? provide samples at least. What are file attributes (particularly CCSIDS) of in & out files ?
Make sure that your override is at the same invocation level as your program. I know in CL that makes a difference.
If you are running Crystal Reports client you can export to what they call Record Style (Column with Spaces) format. File — Export — Select the export format. It is worded a little differantly depending on the version of Crystal Reports. Just look for it. This may not be an option depending on how you [...]
I inserted the following into a CLLE program. You then can use the eseq and substitute the variable for the SQL statement you just created: CHGVAR VAR(&SQLSTMT) VALUE(‘CREATE TABLE + QTEMP/INTHDR (MIQHFT CHAR (6 ) NOT NULL + WITH DEFAULT, MIQUID CHAR (8 ) NOT NULL + WITH DEFAULT)’) ESQL SQLSTM(&SQLSTMT)
Unless I misunderstood, it is easy. Just run this job step to rebind all packages in a collection: //BATCHDSN EXEC PGM=IKJEFT1B,PARM=’DSN S(DB2P)’ //SYSTSPRT DD SYSOUT=* //SYSPRINT DD SYSOUT=* //SYSTSIN DD * REBIND PACKAGE(collection.*.(*)) The first * means “all packages”, the second “all versions” within this collection. In fact, you can replace collection by * as [...]
It sounds like the query is not correct. You should query against the base tables and not the view. I expect you are joining the view to some number of tables and returning one or more rows from the child tables resulting in the views rows being returned multiple times. Use Right and Left joins [...]
Unless you’ve read some official Oracle document that said it should work, it sounds like they have finally broken the backward compatibility. Perhaps you should consider that you’ve gotten your money’s worth, at this point, and it’s time to upgrade? Seems odd that they’d break it on a minor revision, but it might have been [...]
A good resource for php on the iSeries is http://www.i5php.net
RDBMS used? version? if that’s using Oracle financials there are partitioning schemes in the Apps that Oracle recommend using because of the way the applications access the data cheers
You could run a wmi script that pulls it directly from Active Directory. As I found out, however, it’s not as easy as just pulling it off your DC, so giving you a script to copy/paste to your system isn’t going to work. You can go to the following page to see how the scripting [...]





