vote up 0 vote down star

The question really asks it all. We have a bunch of really old S/36 programs that need to be moderized. I am more looking for articles or sites that explain what the old method does and how to convert it to RPGLE.

flag

that's a nasty task. I wish you luck with it! :) – squarefox Jan 2 '09 at 10:04
The company I work with has a conversion tool that converts RPGII to vb.net if you were interested in moving off of the 400. – devSpeed Oct 2 at 3:10

2 Answers

vote up 0 vote down check

Here's a manual for RPG II on the AS400 so you can understand the old code.

You could just trying to compile the code as RPGIII using CRTRPGPGM. Fix the compile errors on the listing to convert the code to RPG III.

Once you have RPG III source you can continue further to convert it to RPG ILE with the CVTRPGSRC command.

It's might also be possible to take the RPG36 code directly into CVTRPGSRC to convert the source to RPG ILE.

link|flag
vote up 1 vote down

There is no syntactic difference between RPG II and RPG III. You can actually just change the attribute from RPG36 to RPG and it will be "upgraded." You can then run this new member through CVTRPGSRC and get a (usually) useable RPGLE program out of it.

S/36 Procedures, on the other hand, are not as simple to convert.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.