-
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.
Merge branch 'feature/v3/jcl' into user/markackert/zwe-tests
Signed-off-by: MarkAckert <[email protected]>
- Loading branch information
Showing
20 changed files
with
204 additions
and
197 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,30 +1,30 @@ | ||
//ZWECSRVS JOB | ||
//* | ||
//* This program and the accompanying materials are made available | ||
//* under the terms of the Eclipse Public License v2.0 which | ||
//* accompanies this distribution, and is available at | ||
//* https://www.eclipse.org/legal/epl-v20.html | ||
//* | ||
//* SPDX-License-Identifier: EPL-2.0 | ||
//* | ||
//* Copyright Contributors to the Zowe Project. 2020, 2020 | ||
//* | ||
//********************************************************************* | ||
//* | ||
//* This JCL removes the VSAM data set for the Caching Service. | ||
//* | ||
//* | ||
//* CAUTION: This is neither a JCL procedure nor a complete job. | ||
//* Before using this JCL, you will have to make the following | ||
//* modifications: | ||
//* | ||
//* 1) Add job name and job parameters to the JOB statement, to | ||
//* meet your system requirements. | ||
//* | ||
//******************************************************************** | ||
//RMVSAM EXEC PGM=IKJEFT01 | ||
//SYSTSPRT DD SYSOUT=A | ||
//SYSTSIN DD * | ||
//ZWECSRVS JOB | ||
//* | ||
//* This program and the accompanying materials are made available | ||
//* under the terms of the Eclipse Public License v2.0 which | ||
//* accompanies this distribution, and is available at | ||
//* https://www.eclipse.org/legal/epl-v20.html | ||
//* | ||
//* SPDX-License-Identifier: EPL-2.0 | ||
//* | ||
//* Copyright Contributors to the Zowe Project. 2020, 2020 | ||
//* | ||
//********************************************************************* | ||
//* | ||
//* This JCL removes the VSAM data set for the Caching Service. | ||
//* | ||
//* | ||
//* CAUTION: This is neither a JCL procedure nor a complete job. | ||
//* Before using this JCL, you will have to make the following | ||
//* modifications: | ||
//* | ||
//* 1) Add job name and job parameters to the JOB statement, to | ||
//* meet your system requirements. | ||
//* | ||
//******************************************************************** | ||
//RMVSAM EXEC PGM=IKJEFT01 | ||
//SYSTSPRT DD SYSOUT=A | ||
//SYSTSIN DD * | ||
DELETE '{zowe.setup.vsam.name}' + | ||
CLUSTER | ||
//* | ||
//* |
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
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
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
Oops, something went wrong.