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 ...
Search found 2 matches
- Thu Mar 02, 2017 1:18 am
- Forum: Questions & Answers
- Topic: Batch compile of webevent functions V12
- Replies: 2
- Views: 5281
- 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?