Skip to content

Commit 37be286

Browse files
committed
Update README.md
1 parent 738a40e commit 37be286

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ If a certain destination requires special processing, a destination specific mem
118118

119119
### PROC and JCL inclusions
120120

121-
It might be usefui to consider using a JES include, where an included member name includes the destination name, and the member itself resides in a library at the Destination site. The member may reside in a PROC library, or a library named by your JCLLIB ORDER statement. For Example:
121+
It might be useful to consider using a JES include, where an included member name includes the destination name, and the member itself resides in a library at the Destination site. The member may reside in a PROC library, or a library named by your JCLLIB ORDER statement. For Example:
122122

123123
//*==================================================================*
124124
// JCLLIB ORDER=(MY.REMOTE.JCL)
@@ -186,7 +186,7 @@ Notice that the &RMOTHLQ, &DATE6 and &TIME6 variables are among those captured o
186186

187187
### IEBPTPCH
188188

189-
IEBPTPCH is an IBM utility program that is used to print or punch records from a sequential or partitioned dataset. Our examples show using IEBPTPCH to write all members of a "Staging" dataset into a single output file. It is useful for shipped objects such as DB2 Binds or CICS newcopies. Then, the output is further processed in subsequent step in the shipping job.
189+
IEBPTPCH is an IBM utility program that is used to print or punch records from a sequential or partitioned dataset. Our examples show using IEBPTPCH to write all members of a "Staging" dataset into a single output file. It is useful for shipped objects such as DB2 Binds or CICS newcopies. Then, the output is further processed in subsequent steps in the shipping job.
190190
See the __#RJNDVRA__ member example.
191191

192192
### Multiple Endevors

0 commit comments

Comments
 (0)