AUTORECALL (FTP client and server) statement

Use the AUTORECALL statement to specify whether data sets that have been migrated by a storage manager, such as HSM, are recalled automatically.

Server
This setting applies when accessing files on the server's system.
Client
This setting applies when accessing files on the client's system.

Syntax

Read syntax diagramSkip visual syntax diagram
   .-AUTORECALL TRUE-------.   
>>-+-----------------------+-----------------------------------><
   '-AUTORECALL--+-TRUE--+-'   
                 '-FALSE-'     

Parameters

TRUE
Permits data sets migrated by the storage manager, such as HSM, to be recalled automatically. This is the default.
FALSE
Prevents migrated data sets from being recalled automatically.

Examples

Recall migrated HSM files automatically:
AUTORECALL TRUE

Usage notes