@@ -128,7 +128,12 @@ definitions and Java components installed. To use this:
1281282 . Copy it across to the zFS partition on your LPAR (ensuring it's
129129 copied in binary format)
1301303 . From a shell when connected to USS on the LPAR, extract the zip
131- file, e.g., ``` jar xf cics-async-api-redbooks-master.zip ```
131+ file, e.g.,
132+
133+ ``` bash
134+ jar xf cics-async-api-redbooks-master.zip
135+ ```
136+
1321374 . Edit the library resource in the CICS Bundle,
133138 [ ` AsyncRedbooksWebBankingBundle/ASYNCLIB.library ` ] [ asynclib ] , to
134139 change its ` dsname01 ` property to point to your dataset with the
@@ -138,12 +143,24 @@ definitions and Java components installed. To use this:
138143 jvmserver property, if you've edited the default of ` DFHWLP ` that
139144 z/OS PT provides in its template
1401454 . Build the image:
141- ``` zospt build -t cics_async_redbooks cics-async-api-redbooks-master/web-banking/etc/ ```
146+
147+ ``` bash
148+ zospt build -t cics_async_redbooks cics-async-api-redbooks-master/web-banking/etc/
149+ ```
150+
1421515 . Run the image:
143- ``` zospt run cics_async_redbooks ```
152+
153+ ``` bash
154+ zospt run cics_async_redbooks
155+ ```
156+
1441576 . After the CICS region starts successfully, use a web browser to
145158 connect to
146- ``` http://[hostname]:[port]/AccountServices ```
159+
160+ ```
161+ http://[hostname]:[port]/AccountServices
162+ ```
163+
147164 specific to your LPAR's hostname, and the port number assigned to
148165 your CICS region by z/OS PT.
149166
0 commit comments