-
Our System Administrator and I have been working to install Zowe on our system and have been noticing several performance issues. It appears that whenever any USS based process runs that requires the…
-
The log files are reported eg
NODEJSAPP resources for Bundle 'CICSJS02' in Scope 'CALMAS1':
CICS NODEJSAPP resource 'CICSJSON' is in 'ENABLED' state in region 'CALMAS1' with process id '65840'.
…
-
```
zowe cics-deploy push bundle --name Express --targetdir /u/cicprov/mnt/CICPY000/bundles --overwrite --verbose
Making remote bundle directory '/u/cicprov/mnt/CICPY000/bundles/myexpressapp_1.0.0'
…
-
If you have directory with spaces it fails with the following error.
Files with spaces now work.
$ zowe zos-files upload dir-to-uss "dir_spacetest" "//u//atkinc//jesttest//manual" --zosmf-p zosm…
-
## Is your request for enhancement related to a problem? Please describe.
Apologies if this behavior is known or intended, but when following the guide to setup the Zowe CLI, the suggested command [h…
-
The z/OSMF REST API set seems to support getting the raw input JCL:
```
GET /zosmf/restjobs/jobs///files/JCL/records
```
Some of the spool viewer products on z/OS allow you to get the raw JCL…
-
Suppose a Node.js Bundle is deployed successfully to CICS without error, that's awesome! Now what? As the user, how do I know where my stderr/stdout output gets written by CICS? Or suppose something g…
pcoop updated
5 years ago
-
Regarding the topic [Creating a Zowe CLI profile](https://zowe.github.io/docs-site/latest/user-guide/cli-installcli.html#installing-zowe-cli-from-online-registry),
I think at least one example should…
-
We have a CMCI port, a zosMF port, maybe an SSH port... perhaps these things need a little disambiguation when they're all used together? We could rename --port to --nodeport perhaps?
pcoop updated
5 years ago
-
In the test plan there is this.
Make sure output is suppressed if there is nothing valuable in it
eg. BUNDLE failed to install or enable
On DISABLE it currently does - However I think this is a…