Search found 2 matches

by Troy
Thu Mar 02, 2017 1:18 am
Forum: Questions & Answers
Topic: Batch compile of webevent functions V12
Replies: 2
Views: 5281

Re: Batch compile of webevent functions V12

Here were some suggestions I was given.
If this is an RDML partition on IBMi, then you can build a function to do this using specialized development BIFS.
You would use
GET_FUNCTION_LIST (input is a process name)
And feed the functions returned to a compile BIF
COMPILE_PROCESS
Of particular ...
by Troy
Wed Mar 01, 2017 2:06 am
Forum: Questions & Answers
Topic: Batch compile of webevent functions V12
Replies: 2
Views: 5281

Batch compile of webevent functions V12

We are currently running V12 of the Lansa IDE and are needing to recompile several webevent functions. Is there a way to use a batch compile to accomplish this, or some other automated way?