문제

So we are working with RPG Programs from C# we are using the cwbx.dll in order to access a variety of programs and can execute and get results. Like this example

However we have a program which requires that we store parameters in the LDA at specific locations.

Any ideas on how we can do this ?

도움이 되었습니까?

해결책

You could create a CL program which you could call with parameters. The CL could load the LDA from the parameter values, then call the RPG program.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top