FILO data cards are used to give output filename or output cartridge number.
- FILO 'my.epio | EPIO'
- will write the output data file onto the current directory.
- FILO 'ALDATA | EPIO | CART AC1111.n.SL'
- n is the file sequential number
- will create a link /aleph/data/ac1111.n.sl to the output datafile. This file will be stageout at end of job onto AC1111 file
- no. n with ALDATA as standard label.
Attention, on UNIX the FILO cards, unlike on CERNVM, are not valid if the SIZE is given. A valid FILO card is for example:
FILO 'ALDATA | EPIO | CART AC9876.1.SL' ! no SIZE 200 given as on CERNVM
On CERNVM the SIZE parameter has to be given e.g.
FILO 'ALDATA | EPIO | CART AC9876.1.SL SIZE 200' ! SIZE 200 needed on CERNVM