Our current file structure means that we have the following directories in our PROPATH
SOURCE
SOURCE/WCODE
SOURCE/ICODE
SOURCE/PCODE
etc.
This nested structure of folders is causing us some issues, particularly in PDSOE (11.2.1). So I've started to tidy things up to include the subdirectory in the call, meaning we can eventually do away with the nesting. The icode is easy to sort as everything fails to compile as soon as you remove the propath entry making it easy to spot and fix.
Is there a way I can narrow down all .p and .w calls easily or is it just a case of searching for "RUN *.p" and trawling through?
Windows 7.
SOURCE
SOURCE/WCODE
SOURCE/ICODE
SOURCE/PCODE
etc.
This nested structure of folders is causing us some issues, particularly in PDSOE (11.2.1). So I've started to tidy things up to include the subdirectory in the call, meaning we can eventually do away with the nesting. The icode is easy to sort as everything fails to compile as soon as you remove the propath entry making it easy to spot and fix.
Is there a way I can narrow down all .p and .w calls easily or is it just a case of searching for "RUN *.p" and trawling through?
Windows 7.