hey,
i am using lansa for ibm i (as/400) i want to know how to compile many files or functions in one time with CL or other ways.
thanks
How to compile many files or functions with CL command
-
niranam_jk
- Posts: 2
- Joined: Tue Jul 05, 2022 4:23 pm
Re: How to compile many files or functions with CL command
Hi
While I wonder what are the reason behind this need, and under the presumption that you are working in a non rdmlx partition with a green screen development license, there are lansa builtins like
Make_file_operational
https://docs.lansa.com/15/en/lansa015/i ... ATIONL.htm
And compile_process
https://docs.lansa.com/15/en/lansa015/i ... ROCESS.htm
So it will be easy to make a lansa function that perform that task. You can call that function from a cl with parameters if needed.
While I wonder what are the reason behind this need, and under the presumption that you are working in a non rdmlx partition with a green screen development license, there are lansa builtins like
Make_file_operational
https://docs.lansa.com/15/en/lansa015/i ... ATIONL.htm
And compile_process
https://docs.lansa.com/15/en/lansa015/i ... ROCESS.htm
So it will be easy to make a lansa function that perform that task. You can call that function from a cl with parameters if needed.
-
niranam_jk
- Posts: 2
- Joined: Tue Jul 05, 2022 4:23 pm
Re: How to compile many files or functions with CL command
Thank you! I'll try it.
Best Regards
Niranam
Best Regards
Niranam