The run-time environment will use the name of the file variable (or constant) used in the source, shifted to all uppercase.
Example
dcl Payroll file input; open file(Payroll);
A file named PAYROLL will be used for all I/O operations using file Payroll.