-
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.
* found some lingering azwe002 references Signed-off-by: MarkAckert <[email protected]> * update cli package to v3 Signed-off-by: MarkAckert <[email protected]> * remove v2 holddata in playbook and replace it with no-op Signed-off-by: MarkAckert <[email protected]> * dropped the PGM Signed-off-by: MarkAckert <[email protected]> * update cli version in tests Signed-off-by: MarkAckert <[email protected]> * fix the cli match string Signed-off-by: MarkAckert <[email protected]> --------- Signed-off-by: MarkAckert <[email protected]>
- Loading branch information
1 parent
bb648cc
commit bd788d6
Showing
6 changed files
with
10 additions
and
29 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
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
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
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 PGM=IEFBR14 | ||
//* |
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
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