QUESTION POSED ON: 01 December 2008
One can tell the ILE c and c++ compilers whether to perform i/o to IFS files or a native file system by specifying the SYSIFCOPT(*NOIFSIO) or SYSIFCOPT(*IFSIO) parameters on the corresponding compile commands.
Is there any way to choose this option at runtime?
|