
how to debug sqlrpg prg? - Code400 -The Support Alternative
Jul 15, 2005 · Re: how to debug sqlrpg prg? In debug screen you can take F21 to get a command line & then do a runqry to see data loaded in SQLfile.
Data Access Path for Embedded SQL in SQLRPG - Code400
Sep 17, 2011 · Re: Data Access Path for Embedded SQL in SQLRPG SQL Performance tuning is a little more complex than simply specifying a DDS described logical file and in either way too complex to …
How to fetch multiple records from a fetch statement in SQLRPGLE?
Jul 8, 2022 · Recently in an interview I was asked how to fetch multiple record using a single fetch statement in SQLRPGLE. I would like to know is it possible to get multiple record using a single fetch …
sql in rpg - Code400 -The Support Alternative
Dec 12, 2008 · Re: sql in rpg Honestly, I would like to see the correct way to use SQL in RPG (preferably /free format) to populate a table. Like MJHaston, I use sql, rpg, and cgidev2 a lot and …
SQLRPG Debugging - Code400 -The Support Alternative
Oct 1, 2008 · ISDB (which only operates on OPM programs) will bring up the original (not the preprocessed) version of the source code from the SQLRPG member; this mismatch between the …
Free Format with SQLRPG - Code400 -The Support Alternative
Nov 30, 2004 · Share Tweet #6 January 29, 2005, 01:53 AM Re: Free Format with SQLRPG Originally posted by sam400 Hello Can any one upload a complete RPG source code which contain Free …
SQLRPGLE program to execute SQL statement on remote DB
Jul 14, 2010 · Hello All, I want to connect to another ISeries DB2 database using SQLRPGLE program to do some calculation on it. What I did shows bellow, but I can?t compile this code & thoughts …
Sqlrpg - Code400 -The Support Alternative
Mar 10, 2008 · RPG/RPGLE Code Forum Re: Sqlrpg i normally use *NOMAX for max records unless i KNOW that the file will be fairly static and a low number of records (like cross-reference files and the …
Problem to change RPG to SQLRPG - Code400
Jul 29, 2008 · Re: Problem to change RPG to SQLRPG Please give more details on what "SI" is? Sounds like this might be a change management thing. If it is then you have to make sure you "check …
Insert in SQLRPGLE - Code400 -The Support Alternative
Share Tweet #3 May 31, 2011, 08:57 AM Re: Insert in SQLRPGLE Are you sure this is SQLRPGLE and not SQLRPG? What version of the OS are you on?