Skip to content

Commit

Permalink
remove v2 holddata in playbook and replace it with no-op
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Dec 17, 2024
1 parent 996d22e commit 56b173e
Showing 1 changed file with 5 additions and 24 deletions.
29 changes: 5 additions & 24 deletions playbooks/roles/ptf/templates/HOLDDATA.jcl.j2
Original file line number Diff line number Diff line change
@@ -1,24 +1,5 @@
//SZWELOAD JOB
// EXPORT SYMLIST=(TZON,TRGT)
// SET TRGT={{ zowe_smpe_hlq_tzone }}
// SET SMPE={{ zowe_smpe_hlq_csi }}
// SET TZON=TZONE
//UCLIN EXEC PGM=GIMSMP,REGION=0M,COND=(4,LT)
//SZWELOAD DD SPACE=(TRK,(30,15,15)),
// UNIT=SYSALLDA,
// DISP=(MOD,CATLG),
// DSNTYPE=LIBRARY,
// RECFM=U,
// LRECL=0,
// BLKSIZE=32760,
// DSN=&TRGT..SZWELOAD
//SMPCSI DD DISP=OLD,DSN={{ smpe_csi }}
//SMPCNTL DD *,SYMBOLS=JCLONLY
SET BDY(&TZON).
UCLIN.
ADD DDDEF (SZWELOAD)
DATASET(&TRGT..SZWELOAD)
UNIT(SYSALLDA)
WAITFORDSN
SHR .
ENDUCL.
//HOLDDATA JOB
//* This job can be customized if holddata actions are added to Zowe PTFs
//* For example, adding a new load module to an SMP/e-managed dataset.
//DUMMY EXEC IEFBR14
//*

0 comments on commit 56b173e

Please sign in to comment.