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.
我有一个 CL 程序,它通过 IFS 引用一个库,例如
/QSYS.LIB/<libname>.LIB/<filename>.FILE
目前,该程序在 *SYSBAS 上运行,一切运行良好。我想知道这个程序什么时候在 iASP 上执行,那么它会不会出现任何问题?
我有两种情况:
我希望我的程序在这两种情况下都能正常运行。
处理 iASP 时的推荐做法是在 iASP 中包含用户程序和数据。
基本上,iASP 旨在将多个数据库分开。您可以跨 iASP 进行工作,但这是额外的工作。
另请参阅独立磁盘池的应用程序注意事项