Searched all the IBM manuals but surprisingly can't find the answer. I have the following:
#include < stdlib.h>
#include < stdio.h>
#include "userinc1"
#include "userinc2"
There is a compile option - which has a default of NOSHOWINC If I change this to SHOWINC and recompile - I get everything expanded from all 4 includes above. I only want the user includes to be expanded..
So far not spotted any option to do this - so any help would be appreciated. This is the IBM XL C compiler running on z/OS.