Skip to content

Commit 301d5e9

Browse files
committed
Update README.md
1 parent d7201b9 commit 301d5e9

File tree

1 file changed

+3
-3
lines changed
  • endevor/Package-Shipping-Model-and-Script-Examples

1 file changed

+3
-3
lines changed

endevor/Package-Shipping-Model-and-Script-Examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Items in this folder may help with these challenges, and to complement the mater
1616

1717
"The generation of the remote copy and delete job stream is controlled by the C1DEFLTS specification for RJCLROOT keyword. RJCLROOT specifies the member root for the package ship remote JCL model."
1818

19-
- If you modify any of the CSIQSENU or CSIQOPTN members, consider placing them into an override library, separate from the Endevor product library. Then, make sure your override library(s) are concatenated in your C1BMXJOB, or whatever equivalent you are using. Where you see a CSIQOPTN, or a CSIQSENU library, you may concatenate your override library above it. See also the **Tips and Techniques** section below for more.
19+
- If you modify any of the CSIQSENU or CSIQOPTN members, consider placing them into an override library, separate from the Endevor product library. Then, make sure your override library(s) are concatenated in your C1BMXJOB, or whatever equivalent you are using. Where you see a CSIQOPTN, or a CSIQSENU library, you may concatenate your override library above the one that is there. See also the **Tips and Techniques** section below for more.
2020

2121
- Comment the members you modify, so that when you are viewing package shipment jobs, you will be able to easily find the contributing objects that created them.
2222

@@ -73,9 +73,9 @@ Package Shipping variables are made available early in the shipment process. If
7373

7474
See the **)REXX** and **)ENDREXX** blocks within the **C1BMXIN** member as examples for capturing package shipment variables. Paired with the **@DBOX** member, **C1BMXIN** is able to capture additional variables whose values can be applied across your contributing shipping objects.
7575

76-
### Skeleton / Model / Script example members for commenting
76+
### Skeleton / Model / Capture and re-use of shipping variables
7777

78-
Members in this folder that help with commenting include:
78+
Members in this folder show how you can capture values for shipping variables and re-use them.
7979

8080
__C1BMXIN.skl__ is a version of the C1BMXIN skeleton found in your CSIQSENU library. This version captures values for some of the package shipping variables, and makes it possible for them to be available in your shipping JCL. Shipments for all transmission methods use the C1BMXIN member. The example uses Table Tool in a step named TAILOR to capture and expand variables for subsequent shipping jobs.
8181

0 commit comments

Comments
 (0)