Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
CREANDO CLUSTERS
Browse files Browse the repository at this point in the history
Crea un clúster a partir de uno ya existente.
  • Loading branch information
dianasalguerosales committed Sep 8, 2023
1 parent fab2f83 commit e0cac3f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions JCLMODEL.jcl
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)
/*

0 comments on commit e0cac3f

Please sign in to comment.