Skip to content

Commit b8f63b7

Browse files
committed
Update DFH_NODE_HOME location
The default install directory for IBM SDK for Node.js - z/OS V8 is /usr/lpp/IBM/cnj/v8r0/IBM/node-latest-os390-s390x Signed-off-by: Mark Cocker <[email protected]>
1 parent 770697a commit b8f63b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/cdp/cdp-Preparing-a-zOS-PT-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Run the following commands on your workstation.
5555
FROM cics_55
5656
ENV DFH_CICS_TYPE=MAS
5757
ENV DFH_CICSPLEX=ZOSPTINT
58-
ENV DFH_NODE_HOME=/usr/lpp/IBM/cnj/IBM/node-latest-os390-s390x
58+
ENV DFH_NODE_HOME=/usr/lpp/IBM/cnj/v8r0/IBM/node-latest-os390-s390x
5959
COPY bundles bundles
6060
EOF
6161
```
@@ -131,7 +131,7 @@ Run the following commands on your workstation.
131131
FROM cics_55
132132
ENV DFH_CICS_TYPE=MAS
133133
ENV DFH_CICSPLEX=ZOSPTINT
134-
ENV DFH_NODE_HOME=/usr/lpp/IBM/cnj/IBM/node-latest-os390-s390x
134+
ENV DFH_NODE_HOME=/usr/lpp/IBM/cnj/v8r0/IBM/node-latest-os390-s390x
135135
COPY . $APP_DIR_ZOS
136136
EOF
137137
```

0 commit comments

Comments
 (0)