Started 2 weeks, 1 day ago (2009-12-18 07:46:00)
by jmd0252
you could change the logic, to do a SETLL do a
READE, and process the records until the READE returns an error,,
Started 3 weeks ago (2009-12-12 09:42:00)
by Mercury2
Try this : CODE D SELECT1 S 500A VARYING D INZ('SELECT EMPNO, EMPNAME FROM EMP + D
ORDER BY EMPNAME + D WHERE EMPNAME > = ') C EVAL SELECT1 += POSITIONTONAME...
Started 1 month ago (2009-12-03 14:38:00)
by gkrueger
D Cell1 s 10A varying D Cell2 s 10A varying /free //Excel cell names must be used in formulas Cell1 = hssf_cellname(2:4);//get name for row 2 col 4 (E3) Cell2 = hssf_cellname(2:5);//get name for row 2 col 5 (F3) //Place formula for "Cell1 * Cell2" in
col 12 of curr row //Do not include the '=' prior to the formula hssf_...
Started 1 month ago (2009-11-29 20:52:00)
by arrow483
Check out this web site http://www.easy400.net/
Started 1 month, 1 week ago (2009-11-25 09:17:00)
by jmd0252
ta-da,, you are correct..
Started 1 month, 2 weeks ago (2009-11-17 08:31:00)
by jmd0252
what you do is a copyfile. The example below copies file kytrucks from the jimlib to a file called kytruck2 in the jimlib the FMTOPT ( of *nochk ), says copy I will be responsilbe for the data. You should also use the the replace option of (*replace). enter cpyf and press Command 4, for a prompt screen,, complete the first screen, then press command 10, and
page down a few times to see the ...
Started 1 month, 3 weeks ago (2009-11-07 08:14:00)
by Mercury2
You have to use dynamic sql to do so. i.e. in RPG IV CODE C Eval Stm = 'INSERT INTO FLLDSUPWP ( + C WPFILE, WPRECD, WPDATE, WPUSER, WPPGM ) + C SELECT ' + àFILE + ', COUNT(*), ' + C ISO_DATE + ', ' + USRNAM + ', ' + C PGMNAM +...
Started 1 month, 2 weeks ago (2009-11-13 17:03:00)
by OAKEJ
Nevermind I have it now. SQL to change the Primary code to Y if it is the lowest cost............ UPDATE OAKEJ/FLPJ PJ SET PJPRMP = 'Y' ,PJCHGD = '1091113' ,PJCHGT = '
1202' ,PJCHGU = 'OAKEJ' ,PJCHGP = 'SQL'...
Started 2 months, 1 week ago (2009-10-27 09:08:00)
by flapeyre
Did the program at any time in the past call the Fruits program? If so, you need to refresh the cross-reference. We have it scheduled to run once a week. -- Francis I'd like to
change the world, but I can't find the source code.