Open dkelosky opened 1 week ago
It seems like the MVS prefix:
Should default to the the deployment data sets specified in during the "Configure Deployment":
It says the prefix is where Zowe MVS data sets will be installed, but it doesn't mention that it references pre-existing data sets to use the REXX code in ...SZWEEXEC
for example.
You are right, the description is not the best. But we took it from example-zowe.yaml Do you reckon we should change it in the workflow? Because then we wouldn't be in sync with the example-zowe, I guess there should stay the original description because of the convenience build?
There are a few options I see:
Zowe Setup MVS prefix
to the data set HLQ generated at deployment for ...SZWEXEC
which would be DKELOSKY.PSWI.AZWE003.T
in my case.
When running
zwe init mvs
in V3 I get the following messages:At what point should
DKELOSKY.ZWEV2.SZWEEXEC
be created since all of the otherDKELOSKY.ZWEV2.
data sets are created duringzwe init mvs
?