This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Crea un clúster a partir de uno ya existente.
- Loading branch information
1 parent
fab2f83
commit e0cac3f
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
//JCLMODEL JOB (DS),'DIANA SALGUERO', | ||
// CLASS=P, | ||
// REGION=0M, | ||
// MSGCLASS=X, | ||
// MSGLEVEL=(1,1), | ||
// NOTIFY=&SYSUID TYPRUN=SCAN | ||
//JOBLIB DD DSN=USERLIB.BATCH,DISP=SHR | ||
//* ---------------------------------------------------------- | ||
//* CREANDO CLUSTERS | ||
//* ---------------------------------------------------------- | ||
//PASO01 EXEC PGM=IDCAMS | ||
//SYSPRINT DD SYSOUT=* | ||
//SYSIN DD * | ||
DELETE PRUEBA.CLUSTER.DSR.V.T.FORMA.PAGO | ||
IF MAXCC = 8 - | ||
THEN - | ||
SET MAXCC = 0 | ||
DEFINE CLUSTER - | ||
( - | ||
NAME(PRUEBA..CLUSTER.DSR.V.T.FORMA.PAGO) - | ||
MODEL(PRUEBA.CLUSTER.TRS.V.T.FORMA.PAGO) - | ||
VOLUME (DE0005)) | ||
REPRO IDS (PRUEBA.CLUSTER.TRS.V.T.FORMA.PAGO) - | ||
ODS (PRUEBA.CLUSTER.DSR.V.T.FORMA.PAGO) - | ||
COUNT (10) | ||
/* |