File and Path Naming Convention

File Name Casing

Names of files with the extensions .i / .p / .w start with a lower cased letter and after that camel case the words.

All temp-table .i files have to be prefixed with “tt” or “e” for example “ttCustomer.i”.

All dataset .i files have to be prefixed with “ds” for example “dsCustomer”.

 

RUN statements and {include file references}

Every call to RUN statements and every reference to include files needs to be done with the full relative path to the file.

In both cases the forward slash has to be used to allow compatibility with UNIX systems.

The casing in the code has to be the same as it is in the file system to allow compatibility with UNIX systems.