<pre> It looks like you are trying to use the IIF statement to branch query results when it is only meant to provide an either or value for a single field. Example: If the check-box is true, fieldA is this value. If the check-box is true, fieldA is another value. You are trying to use [...]
<b> manual to use file server software </b>
Java and Programming in general is still good to have. You don’t necessarily need it, but it will help with small projects. As a Systems Administrator, it will help, but if you are planning on becoming a Network engineer, you won’t need it.
I am unclear on what exactly you want to know. The general process is to 1) write the RPGLE program that contains the instructions you want to execute when a record is added to the PF; 2) compile the program; 3) attach the RPGLE object to the physical file using the CHGPF command or the [...]
A couple people wrote in with advice. Here’s what they said: “Terri still needs to turn the *Module object into a *Pgm object.” – Randy Adamski “When I’ve had this problem it was always because I wasn’t invoking the stored procedure with the required parameters. This is with the same parameters and the same size [...]
it’s a cum ? (a cumulative PTF) if yes, the requested PTF in in the cum. if no, ask it from IBM (command SNDPTFORD) ======================================================= No. Tom
If you are getting errors with the code you posted, please provide the exact error messages or tell us what the problem with that code is. If this code is working but you want to add the necessary logic to check if the record already exists before inserting it, you could put the insert into [...]
What O/S are you talking about…? If you’re talking iSeries then you can do a CHGOBJOWN at any time… To name just one… ====================================================== CHGOBJOWN is the common command to change ownership of objects that are in the /QSYS.LIB (library) file system. You can also use CHGOWN for objects in other file systems as well [...]
You could create a new copy of the database, then delete documents from each database as appropriate.
For the linked table approach. Make a Union query in Access. Select EmployeeID, CustomerID, Address From LinkedTable1 Union All Select EmployeeID, CustomerID, Address From LinkedTable2 This should do what you are asking for. The All part of the union brings in records that might be the same in both tables. If it could happen that [...]
The most common way to put an index (key) on a file is to define it in the source. e.g. A UNIQUE A R ITEMSR A ICITEM 20 COLHDG(‘Item #’) A IMANF 8S 0 COLHDG(‘Last Date Sold’) A K ICITEM So the 1st 20 characters (the item number) are the key in this example. Note [...]
Hi Ak1bo78. You cannot insert 4 values in a table of 3 columns. This is very basic, and that is why I suggested a couple of tutorials in <a href=”http://itknowledgeexchange.techtarget.com/itanswers/constraints-mysqltablesnullpkfk-etc/#comments”>your other question</a>.
The field names for the file (xxxx/AIR) are automatically declared to the CL (I am assuming that they are S and USER) If they are then just remove the DCL statements for these and it should work. If they are not then just prefix the actual names with & and use them instead. ======================================================== First, [...]
I did a search on Google http://www.google.com/search?hl=en&lr=&q=as%2F400+ftp+pc and the first hit gives information on a book that tells you how to do just that. ========================================================== There are about 3.5 million google hits for [ftp message 550]. Looking at just a couple (e.g., <a href=”http://support.ipswitch.com/kb/WS-20000817-DM02.htm”>from WS_FTP</a>, <a href=”http://forum.filezilla-project.org/viewtopic.php?f=2&t=8596″>or from a FileZilla forum</a>) makes fairly clear that [...]
I had the same question and could not easily find any answers. Here is what I came up with. The sysobjects table stores each table name with a type = ‘u’ The syscolumns table stores the column name for each table. Each of these tables shares an ID column, which you can use to join [...]
This might be of some help. It is one of the make files for a combined language (RPG and C) for an application by Giuseppe Costagliola. Maybe it will be of some help. SAY “========================================” SAY ‘Initialise fax decoder tables’ SAY “========================================” /* source files directory */ SRCDIR = ‘/pdf/libtiff-3.7.2/’ “CD /” “CD DIR(&SRCDIR)” “CHGJOB [...]
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, [...]
Try adding OVERRIDING SYSTEM VALUE here: <pre>INSERT INTO destination table OVERRIDING SYSTEM VALUE SELECT * FROM origin table </pre> Without knowing more than what you show, it’s hard to be about exact syntax or even if it’s appropriate. There’s no way to be sure that the schemas match up between QMF and interactive SQL, nor [...]
Have you tried to_string()?





