Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zwegener templated ZWESLSTC #107

Merged
merged 7 commits into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Zowe Launcher Changelog

All notable changes to the Zowe Launcher package will be documented in this file..
All notable changes to the Zowe Launcher package will be documented in this file.
This repo is part of the app-server Zowe Component, and the change logs here may appear on Zowe.org in that section.

## 2.13.0
Expand Down
13 changes: 7 additions & 6 deletions samplib/ZWESLSTC
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//ZWESLSTC PROC RGN=0M,HAINST='{{ha_instance_id}}'
//ZWESLSTC PROC RGN=0M,HAINST='__ha_instance_id__'
//********************************************************************/
//* This program and the accompanying materials are */
//* made available under the terms of the */
Expand All @@ -22,10 +22,11 @@
//********************************************************************/
//ZWELNCH EXEC PGM=ZWELNCH,REGION=&RGN,TIME=NOLIMIT,
// PARM='ENVAR(_CEE_ENVFILE=DD:STDENV),POSIX(ON)/&HAINST.'
//STEPLIB DD DSNAME=&SYSUID..LOADLIB,DISP=SHR
//SYSIN DD DUMMY
//SYSPRINT DD SYSOUT=*,LRECL=1600
//SYSERR DD SYSOUT=*
//STEPLIB DD DSNAME={zowe.setup.dataset.authLoadlib},
// DISP=SHR
//SYSIN DD DUMMY
//SYSPRINT DD SYSOUT=*,LRECL=1600
//SYSERR DD SYSOUT=*
//********************************************************************/
//*
//* CONFIG= can be either a single path ex.
Expand Down Expand Up @@ -57,5 +58,5 @@
_CEE_ENVFILE_CONTINUATION=\
_CEE_RUNOPTS=HEAPPOOLS(OFF),HEAPPOOLS64(OFF)
_EDC_UMASK_DFLT=0002
CONFIG=#zowe_yaml
CONFIG={ZWE_CLI_PARAMETER_CONFIG}
Martin-Zeithaml marked this conversation as resolved.
Show resolved Hide resolved
/*
Loading