Skip to content

Commit 572caf2

Browse files
committed
Update README.md
1 parent 3ff9147 commit 572caf2

File tree

1 file changed

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

1 file changed

+12
-10
lines changed

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

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,19 +73,27 @@ Package Shipping variables are made available early in the shipment process. If
7373
- VNB6TIME - Six character shipping Time
7474
- VPHPKGID - Package ID
7575

76-
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.
76+
See the **)REXX** and **)ENDREXX** blocks within the **C1BMXIN** member as an example for capturing package shipment variables. This code determines the name, like **@DBOX**, that contains image-specific settings.
77+
78+
WhereIam = Strip(Left("@"MVSVAR(SYSNAME),8)) ;
79+
80+
The combination of the **@DBOX** and **C1BMXIN** members gives you the ability to capture shipping-time variables that you can use across your shipping objects. See more in the topic on **Multiple Endevors**.
81+
7782

7883
### Skeleton / Model / Capture and re-use of shipping variables
7984

8085
Members in this folder show how you can capture values for shipping variables and re-use them.
8186

82-
__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.
87+
__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.
8388

84-
The example tailors the content of C1BMXFTC, which is the job submitted for Netview FTP (or IBM FTP) commands. The inclusion or exclusion of the C1BMXFTC references in your version might depend on your transmission utility. You will need to tailor it slightly if you are using another transmission tool.
89+
The example tailors the content of C1BMXFTC, which Endevor builds for Netview FTP (or IBM FTP) commands. The inclusion or exclusion of the C1BMXFTC references in your version might depend on your transmission utility. You will need to tailor outputs for the transmission tool you are using.
8590

8691
__#RJICPY1.skl__ is a version of the #RJICPY1 showing commented steps.
8792

88-
The edit maccro __JCLCOMMT__ can help insert comments for a member or element that contains JCL. While editing an element or member, enter JCLCOMMT on the Command line.
93+
The edit maccro __JCLCOMMT__ can help insert comments for a member or element that contains JCL. While editing an element or member, enter **JCLCOMMT** on the Command line.
94+
95+
Find JCLCOMMT.rex here - [ISPF-tools-for-Quick-Edit-and-Endevor](https://github.com/BroadcomMFD/broadcom-product-scripts/blob/Package-Shipping-Model-and-Script-Examples-update/endevor/Field-Developed-Programs/ISPF-tools-for-Quick-Edit-and-Endevor/JCLCOMMT.rex
96+
)
8997

9098
## Member Inclusions
9199

@@ -240,9 +248,3 @@ Engaging a "callable REXX" service may also be performed from other REXX program
240248
One final note about about the CSIQCLS0 variable. The variable is created brand new in the REXX portion of the C1BMXIN skeleton, and is used as an ISPF variable later on the TAILOR step. You can make variables like CSIQCLS0 be both an ISPF variable and a Table Tool variable, if it is included in the OPTIONS of the TAILOR step.
241249

242250

243-
## Find items at the these locations:
244-
245-
**item Location**
246-
247-
Find JCLCOMMT.rex here - [endevor\Field-Developed-Programs\ISPF-tools-for-Quick-Edit-and-Endevor](https://github.com/BroadcomMFD/broadcom-product-scripts/blob/Package-Shipping-Model-and-Script-Examples-update/endevor/Field-Developed-Programs/ISPF-tools-for-Quick-Edit-and-Endevor/JCLCOMMT.rex
248-
)

0 commit comments

Comments
 (0)