Question

  Asked: Mar 18 2008   2:52 PM GMT
  Asked by: Sarit


CLP to CLLE


CLLE, CLP, iSeries development

How can I conver a CLP progra to a CLLE program

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



Change the type to CLLE and compile the program using opton 14 you will get the CLLE program, but remember there is no way to recover the source program in case of CLLE so better copy the source before converting CLP program to CLLE.
  • AddThis Social Bookmark Button

Browse more Questions and Answers on AS/400.

Looking for relevant AS/400 Whitepapers? Visit the Search400.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

Gilly400  |   Mar 19 2008  11:33AM GMT

Hi,

If you’re using PDM, you can change the source member type to CLLE instead of CLP, then when you compile using option 14 the CRTBNDCL command will be used instead of the CRTCLPGM.

Regards,

Martin Gilbert.