I have an ILE RPG program that opens a stream file using the unix style open() API. When the program is run interactively, it works great. But when run in batch mode, the open() fails and the error code retrieved is 3524-Function Not Allowed. Anybody can help me with this problem?

Reply With Quote