Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

RPG (Report Program Generator) | Forum profile

Forum profile page for RPG (Report Program Generator) on http://www.tek-tips.com. This report page is the aggregated overview from a single forum: RPG (Report Program Generator), located on the Message Board at http://www.tek-tips.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "RPG (Report Program Generator)" on the Message Board at http://www.tek-tips.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Tek-Tips Forums - RPG (Report Program Generator) (site profile, domain info tek-tips.com)
Title: RPG (Report Program Generator)
Url: http://www.tek-tips.com/threadminder.cfm?pid=317
Users activity: 16 post per thread
Forum activity: 0 active threads during last week
 

Posting activity on RPG (Report Program Generator):

  Week Month 3 Months
Threads: 0 8 21
Post: 0 13 34
 

RPG (Report Program Generator) Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

No active authors during last week.

 

Latest active threads on RPG (Report Program Generator)::

Tek-Tips Forums
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,,
Thread:  Show this thread (7 posts)   Thread info: CHAIN Operation results in more than 1 row Size: 178 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: CHAIN Operation results in more than 1 row :: RPG (Report Program Generator) :: Tek-Tips Forums"
Tek-Tips Forums
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...
Thread:  Show this thread (3 posts)   Thread info: SETLL in SQLRPGLE Size: 2,101 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: SETLL in SQLRPGLE :: RPG (Report Program Generator) :: Tek-Tips Forums"
Tek-Tips Forums
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_...
Thread:  Show this thread (2 posts)   Thread info: Excel formulas in Java Size: 938 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Excel formulas in Java :: RPG (Report Program Generator) :: Tek-Tips Forums"
Tek-Tips Forums
Started 1 month ago (2009-11-29 20:52:00)  by arrow483
Check out this web site http://www.easy400.net/
Thread:  Show this thread (2 posts)   Thread info: Trying to write to Excel spreadsheet from RPG program Size: 158 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Trying to write to Excel spreadsheet from RPG program :: RPG (Report Program Generator) :: Tek-Tips Forums"
Tek-Tips Forums
Started 1 month, 1 week ago (2009-11-25 09:17:00)  by jmd0252
ta-da,, you are correct..
Thread:  Show this thread (2 posts)   Thread info: Length of a Numeric field Size: 91 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Length of a Numeric field :: RPG (Report Program Generator) :: Tek-Tips Forums"
Tek-Tips Forums
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 ...
Thread:  Show this thread (6 posts)   Thread info: Copying One Record Content To Another Record Format Size: 1,000 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Copying One Record Content To Another Record Format :: RPG (Report Program Generator) :: Tek-Tips Forums"
Tek-Tips Forums
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 +...
Thread:  Show this thread (5 posts)   Thread info: Can you use a Variable in SQL as a File Name Size: 2,667 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Can you use a Variable in SQL as a File Name :: RPG (Report Program Generator) :: Tek-Tips Forums"
Tek-Tips Forums
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'...
Thread:  Show this thread (2 posts)   Thread info: Update SQL Help Needed Size: 4,613 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Update SQL Help Needed :: RPG (Report Program Generator) :: Tek-Tips Forums"
Tek-Tips Forums
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.
Thread:  Show this thread (4 posts)   Thread info: Question on using HAWKEYE Job Explosion Size: 398 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Question on using HAWKEYE Job Explosion :: RPG (Report Program Generator) :: Tek-Tips Forums"
 

Hot threads for last week on RPG (Report Program Generator)::

No active threads for last week.