ADSM-L

AW: Run script sequentially?

2004-09-09 07:58:50
Subject: AW: Run script sequentially?
From: Michael Garnebode <Michael.Garnebode AT T-SYSTEMS DOT COM>
Date: Thu, 9 Sep 2004 13:12:10 +0200
Hi,

here a example for a script

 backup_sp3t_bvir:

 ba stgp sp3t sp3t_bvir

 if (rc_ok) goto backup_spct

 if (rc_notfound) goto backup_spct

 exit

 backup_spct:

 /*ba stgp spct spct_bkp wait=y maxpr=2*/

 if (rc_ok) goto backup_sp8t

 if (rc_notfound) goto backup_sp8t

 exit

 backup_sp8t:

 /*ba stgp sp8t sp8t_bkp wait=y maxpr=2*/

 if (rc_ok) goto backup_sp3t

 if (rc_notfound) goto backup_sp3t

 exit

 backup_sp3t:

 /*ba stgp sp3t sp3t_bkp wait=y maxpr=2*/

 if (rc_ok) goto ende

 if (rc_notfound) goto ende

 exit

 ende:

regards

Michael Garnebode 
Diplom-Informatiker
Systemberater

Schmitz RZ Consult
Gesellschaft für DV-Beratung und Projektmanagement mbH
Im Blumersfeld 22
50259 Pulheim 
Tel.: +49 (0) 2238/922266 
Fax:  +49 (0) 2238/922267 
EMail: garnebode AT schmitz-rz-consult DOT de 



<Prev in Thread] Current Thread [Next in Thread>
  • AW: Run script sequentially?, Michael Garnebode <=