Afficher Sommaire / Index / Recherche
Exemple de script ABORT-ON-ERROR

Dans cet exemple, ABORT-ON-ERROR est défini sur NO avant d'utiliser MGET et sur YES avant d'utiliser MDEL ou PUT.

SET ABORT-ON-ERROR NO

CD /accueil/utilisateur1/rapports

CONTINUE ON

MGET juin*.rpt

CD /accueil/utilisateur2/rapports

MGET juin*.rpt

SET ABORT-ON-ERROR YES

MGEL juin*.rpt

CD /accueil/utilisateur1/rapports

MGEL juin*.rpt

SET ABORT-ON-ERROR NO

CD /accueil/annuel

CONTINUE

MGET an20*.rpt,an20*.txt

SET ABORT-ON-ERROR YES

CD /tmp

PUT an2000.txt

PUT an2000.rpt an2000.txt APPEND