-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove v2 holddata in playbook and replace it with no-op
Signed-off-by: MarkAckert <[email protected]>
- Loading branch information
1 parent
996d22e
commit 56b173e
Showing
1 changed file
with
5 additions
and
24 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 |
---|---|---|
@@ -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 | ||
//* |