ProfounfUI Trial - using the Preprocessor
Posted: Tue May 25, 2010 12:02 am
Hello,
iSeries V5R4, ProfoundUI Version 2.0.2(Trial).
I have created the Helloworld code and compiled and tested - looks OK.
However, I can only compile using Exit Points (ADDPUIEXIT) and cannot get the PUIBNDRPG command to create the ProfoundUI object.
Any ideas?
Thanks.
My code is:
iSeries V5R4, ProfoundUI Version 2.0.2(Trial).
I have created the Helloworld code and compiled and tested - looks OK.
However, I can only compile using Exit Points (ADDPUIEXIT) and cannot get the PUIBNDRPG command to create the ProfoundUI object.
Any ideas?
Thanks.
My code is:
Code: Select all
H DFTACTGRP(*NO)
H/DEFINE PROFOUNDUI
Fhelloworldcf e workstn
/free
exfmt hello;
*inlr = *on;
/end-free