Skip to content

Commit d808e1a

Browse files
committed
Minor changes following MC feedback
1 parent 46d7a9f commit d808e1a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/pages/cdp/cdp-Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Installation
33
tags: [getting_started]
44
keywords:
5-
summary: "To install the Zowe CLI and cics-deploy plugin, perform the following steps."
5+
summary: "To install the Zowe CLI and cics-deploy plugin, perform the following steps. For clarity, these components are installed on your local workstation, not on z/OS."
66
sidebar: cdp_sidebar
77
permalink: cdp-Installation.html
88
folder: cdp

docs/pages/cdp/cdp-Precautionary-Checks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ permalink: cdp-Precautionary-Checks.html
88
folder: cdp
99
---
1010

11-
* CICS must be authorised to read the bundle directory `META-INF`.
11+
* CICS must be authorized to read the bundle directory `META-INF`.
1212
* The port specified by the `--port` argument of the `cics-deploy generate bundle` command *must* be free on the z/OS machine before you attempt to deploy an application.
13-
* If you set a `WORK_DIR` in `nodejsapps/<your application name>.profile`, it must be *writeable* by CICS.
13+
* If you set a `WORK_DIR` in the CICS Node.js application profile, such as `nodejsapps/<your application name>.profile`, it must be *writeable* by CICS.

docs/pages/cdp/cdp-Troubleshooting-General.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ They can all be useful when identifying the cause of an error, especially STDERR
5757
### JES job logs
5858
DFHDPLOY is a CICS utility which provides a set of commands that you can use to deploy, undeploy and set the state of CICS bundles. When you deploy or undeploy a Node.js application to or from CICS, a batch DFHDPLOY job is initiated on z/OS.
5959

60-
If you are familiar with the z/OS environment, you can often find some useful diagnostics by accessing z/OS file assigned to the MSGUSR DD name for the deploy/undeploy job associated with your CICS region. If you are not so fluent with the world of z/OS, you may need to discuss your needs with one of your organization's CICS Systems Programmers.
60+
If you are familiar with the z/OS environment, you can often find some useful diagnostics by accessing z/OS file assigned to the MSGUSR DD name for the deploy/undeploy job associated with your CICS region. If you are not so fluent with the world of z/OS, you may need to discuss your needs with one of your organization's CICS system administrators.
6161

docs/pages/cdp/cdp-Troubleshooting-Symptoms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permalink: cdp-Troubleshooting-Symptoms.html
88
folder: cdp
99
---
1010

11-
{% include important.html content="To definitively diagnose a problem based on the suggested symptoms, you might need to refer to one or more [system logs and traces](cdp-Troubleshooting-General) particularly the STDERR Node.js log and the file assigned the MSGUSR DD name in the relevant CICS DFHDPLOY job. Depending on your familiarity with z/OS and CICS, and your system privileges, you may also need to consult a CICS Systems Programmer to get to the bottom of certain problems." %}
11+
{% include important.html content="To definitively diagnose a problem based on the suggested symptoms, you might need to refer to one or more [system logs and traces](cdp-Troubleshooting-General) particularly the STDERR Node.js log and the file assigned the MSGUSR DD name in the relevant CICS DFHDPLOY job. Depending on your familiarity with z/OS and CICS, and your system privileges, you may also need to consult a CICS systems administrator to get to the bottom of certain problems." %}
1212

1313
## Deployment errors
1414

@@ -80,7 +80,7 @@ DFHRL0113 E 05/17/2019 15:56:15 CALMAS1 COIE The CICS resource lifecycle manager
8080
</pre>
8181

8282
*Suggested action*:
83-
Check that your `cics.xml` is well-formed.
83+
Check that your `cics.xml` file is well-formed.
8484

8585
## General errors
8686
### Syntax error: Invalid value length for option

0 commit comments

Comments
 (0)