next up previous contents index
Next: SAVE Statement Up: File Handling Previous: File Handling   Contents   Index


CALL Statement

The CALL command has two formats:

CALL,FILE=file-name;
CALL,file-name;
file-name is a string. The statement causes the input to switch to the named file. Input continues on that file until a STOP or an end of file is encountered. Example:

CALL,FILE="structure";
CALL,"structure";



MAD User Guide, http://wwwslap.cern.ch/mad/