Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
因此,我们正在使用 C# 中的 RPG 程序,我们使用 cwbx.dll 来访问各种程序,并且可以执行并获得结果。像这个例子
但是,我们有一个程序要求我们将参数存储在 LDA 中的特定位置。
关于我们如何做到这一点的任何想法?
您可以创建一个可以使用参数调用的 CL 程序。CL 可以从参数值加载 LDA,然后调用 RPG 程序。