my code goes like this
femp uf e k disk
dvar1 s 5p 0
c *loval setll emp
c read emp
c dow not %eof(emp)
C eval ecode = ecode + 10
c eval var1=ecode
c update recemp …
Have you had any experience with ASNA Visual RPG for Visual Studio 2005/2008? I'm looking for some feedback on this product. I'm especially curious as to how it compares to other methods of accessing files and programs on the IBM’s System i (formerly known as iSeries, AS/400) server.
Thanks!
i am running a rpg program recursively it is giving an error like this
Application Error. RNX8888 unmonitored by PGM1 at statement *N, instruction X'0000'.
Trigger program or external routine detected an error.....what can be the resolution ...its urgent..thanks
Here is my situation:
I have program A which looks like this:
Fmfile IF E K DISK USROPN
d grue s like(dhseqn)
d
C *ENTRY PLIST
C PARM grue
c open mfile
c*** do something with grue
c close mfile
c …
I'm using three logical file with different Record Format
where on the first subfile I'm using LF1 and LF2
where on the first subfile I cannot use *LOVAL SETLL it will give me Run Time Error.
not sure why?
then the program will lead me to second subfile
and I'm using LF3
it seems fine.
but then If I back to first subfile the subfile turn to…
Implementing agile in projects requires the ability to do refactoring. It is not really a must, but code refactoring has proven to be a good engineering practice.
In an agile (Scrum) project on the iSeries platform, which requires development (new code and modifications to legacy code) in RPG, RPG LE, is it possible to implement refactoring?…