From 1daa8034b67e5b36cb8aba9ba17185b904f56fac Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Wed, 31 Jan 2024 16:59:03 -0500 Subject: [PATCH 1/6] Switch ha line to be compatible with zwegener. looks to have no effect in zwe which uses either format Signed-off-by: 1000TurquoisePogs --- samplib/ZWESLSTC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samplib/ZWESLSTC b/samplib/ZWESLSTC index 2594052..a4bc9fd 100644 --- a/samplib/ZWESLSTC +++ b/samplib/ZWESLSTC @@ -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 */ @@ -22,7 +22,7 @@ //********************************************************************/ //ZWELNCH EXEC PGM=ZWELNCH,REGION=&RGN,TIME=NOLIMIT, // PARM='ENVAR(_CEE_ENVFILE=DD:STDENV),POSIX(ON)/&HAINST.' -//STEPLIB DD DSNAME=&SYSUID..LOADLIB,DISP=SHR +//STEPLIB DD DSNAME={zowe.setup.dataset.loadlib},DISP=SHR //SYSIN DD DUMMY //SYSPRINT DD SYSOUT=*,LRECL=1600 //SYSERR DD SYSOUT=* From a30b666bbe724c4a09ee716d4193672b5cfd3791 Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Thu, 1 Feb 2024 15:47:48 -0500 Subject: [PATCH 2/6] attempt to get config filled out Signed-off-by: 1000TurquoisePogs --- samplib/ZWESLSTC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samplib/ZWESLSTC b/samplib/ZWESLSTC index a4bc9fd..72f5153 100644 --- a/samplib/ZWESLSTC +++ b/samplib/ZWESLSTC @@ -57,5 +57,5 @@ _CEE_ENVFILE_CONTINUATION=\ _CEE_RUNOPTS=HEAPPOOLS(OFF) _EDC_UMASK_DFLT=0002 -CONFIG=#zowe_yaml +CONFIG={ZWE_CLI_PARAMETER_CONFIG} /* From dcc042616398bd37e4ac51beb2c119aa794cd836 Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Fri, 8 Mar 2024 15:19:06 -0500 Subject: [PATCH 3/6] Update CHANGELOG.md Signed-off-by: 1000TurquoisePogs --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6f0853..1dec888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 From 0ab92387aab6fdb1ab07a512c31082f22b420c2a Mon Sep 17 00:00:00 2001 From: Martin Zeithaml Date: Tue, 26 Mar 2024 11:18:40 +0100 Subject: [PATCH 4/6] Max DSN length update Signed-off-by: Martin Zeithaml --- samplib/ZWESLSTC | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/samplib/ZWESLSTC b/samplib/ZWESLSTC index 72f5153..a77f5f4 100644 --- a/samplib/ZWESLSTC +++ b/samplib/ZWESLSTC @@ -22,10 +22,11 @@ //********************************************************************/ //ZWELNCH EXEC PGM=ZWELNCH,REGION=&RGN,TIME=NOLIMIT, // PARM='ENVAR(_CEE_ENVFILE=DD:STDENV),POSIX(ON)/&HAINST.' -//STEPLIB DD DSNAME={zowe.setup.dataset.loadlib},DISP=SHR -//SYSIN DD DUMMY -//SYSPRINT DD SYSOUT=*,LRECL=1600 -//SYSERR DD SYSOUT=* +//STEPLIB DD DSNAME={zowe.setup.dataset.loadlib}, +// DISP=SHR +//SYSIN DD DUMMY +//SYSPRINT DD SYSOUT=*,LRECL=1600 +//SYSERR DD SYSOUT=* //********************************************************************/ //* //* CONFIG= can be either a single path ex. From add9b0abdd9be8f23073823b83b4e6fab8a1dcdc Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Wed, 27 Mar 2024 08:35:34 -0400 Subject: [PATCH 5/6] Update ZWESLSTC Signed-off-by: 1000TurquoisePogs --- samplib/ZWESLSTC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samplib/ZWESLSTC b/samplib/ZWESLSTC index a77f5f4..820d532 100644 --- a/samplib/ZWESLSTC +++ b/samplib/ZWESLSTC @@ -22,7 +22,7 @@ //********************************************************************/ //ZWELNCH EXEC PGM=ZWELNCH,REGION=&RGN,TIME=NOLIMIT, // PARM='ENVAR(_CEE_ENVFILE=DD:STDENV),POSIX(ON)/&HAINST.' -//STEPLIB DD DSNAME={zowe.setup.dataset.loadlib}, +//STEPLIB DD DSNAME={zowe.setup.dataset.authLoadlib}, // DISP=SHR //SYSIN DD DUMMY //SYSPRINT DD SYSOUT=*,LRECL=1600 From 49587f30467ac12e3dcabc02eb1156230ef3b6ff Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Wed, 27 Mar 2024 08:38:22 -0400 Subject: [PATCH 6/6] Update ZWESLSTC Signed-off-by: 1000TurquoisePogs --- samplib/ZWESLSTC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samplib/ZWESLSTC b/samplib/ZWESLSTC index 820d532..375c07f 100644 --- a/samplib/ZWESLSTC +++ b/samplib/ZWESLSTC @@ -56,7 +56,7 @@ //********************************************************************/ //STDENV DD * _CEE_ENVFILE_CONTINUATION=\ -_CEE_RUNOPTS=HEAPPOOLS(OFF) +_CEE_RUNOPTS=HEAPPOOLS(OFF),HEAPPOOLS64(OFF) _EDC_UMASK_DFLT=0002 CONFIG={ZWE_CLI_PARAMETER_CONFIG} /*