From 1daa8034b67e5b36cb8aba9ba17185b904f56fac Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Wed, 31 Jan 2024 16:59:03 -0500 Subject: [PATCH] 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=*