Apr 30, 2003 #1 robjburgess Programmer Joined Apr 30, 2003 Messages 4 Location GB Is there a way to execute a command string (in a variable) within CL ? -Rob
Apr 30, 2003 #2 iSeriesCodePoet Programmer Joined Jan 11, 2001 Messages 1,373 Location US What do you mean? So you can dynamically build commands? Yes, you can. Look into QCMDEXC. iSeriesCodePoet IBM iSeries (AS/400) Programmer Want to have all your bookmarks in one spot? http://www.koldark.net/bookmark4u/ Upvote 0 Downvote
What do you mean? So you can dynamically build commands? Yes, you can. Look into QCMDEXC. iSeriesCodePoet IBM iSeries (AS/400) Programmer Want to have all your bookmarks in one spot? http://www.koldark.net/bookmark4u/
Apr 30, 2003 Thread starter #3 robjburgess Programmer Joined Apr 30, 2003 Messages 4 Location GB Thanks iSeriesCodePoet, Didn't think of looking at the system programs. Works a treat ! -Rob Upvote 0 Downvote