Hello,
I try to allocate an OUTPUT statement dynamically out of a COBOL programm via BPXWDYN.
In detail, I want to give a MODIFY(####) module name.
But regarding the documentation, only MODIFY(number) is supported, not MODIFY(module-name).
But even if I code a MODIFY(0003), there is no number in the SDFS output Spool under CpyModFT.
Does this mean, that neither MODIFY(module-name) nor MODIFY(number) is supported?
Mike