Hi,
Programs created by Asset are normally RPG400, you can convert them to ILE by using the CVTRPGSRC command. This will convert the syntax to ILE format, and some of the I-specs to D-Specs.
Regards,
Martin Gilbert.
Last Wiki Answer Submitted: November 26, 2008 9:42 am by Gilly40023,625 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
there is a difference between asset generated rpg and ordinary rpg400.The ones generated using asset are slightly tougher to go through.Any suggestions.
Unfortunately code generators also generate a lot of very unnecessary source. I seem to remember that asset uses @INxx or something for indicators instead of *INxx and keeps copying the RPG indicators back and forth so it can use it’s own ones instead.
Is there a version of Asset which will generate ILE? Maybe that would be an option if it could import existing Asset programs and output them as ILE.
Alternatively there are a number of conversion utilities around – but I suspect whatever you do -this is going to be a very time consuming operation.
there is a difference between asset generated rpg and ordinary rpg400.The ones generated using asset are slightly tougher to go through.Any suggestions.
Hi,
Unfortunately code generators also generate a lot of very unnecessary source. I seem to remember that asset uses @INxx or something for indicators instead of *INxx and keeps copying the RPG indicators back and forth so it can use it’s own ones instead.
Is there a version of Asset which will generate ILE? Maybe that would be an option if it could import existing Asset programs and output them as ILE.
Alternatively there are a number of conversion utilities around – but I suspect whatever you do -this is going to be a very time consuming operation.
Regards,
Martin Gilbert.