Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

  • Copying it to a JES procedure library, such as SYS1.PROCLIB
  • Using the JCLLIB JCL statement in the job JCL to include the SUNVSAMP library in the procedure library search order.

For example:
 

Panel
Html bobswift
<pre>
//jobname JOB . . .
//        JCLLIB ORDER=UNV.SUNVSAMP
//STEP1   EXEC UCRPRC
</pre>

Universal Command Manager Customization

...

  • Copying it to a JES procedure library, such as SYS1.PROCLIB
  • Using the JCLLIB JCL statement in the job JCL to include the SUNVSAMP library in the procedure library search order.

For example:
 

Panel
Html bobswift
<pre>
//jobname JOB . . .
//        JCLLIB ORDER=UNV.SUNVSAMP
//STEP1   EXEC UCMDPRC
</pre>

Universal Command Server Customization

...

  • Copying it to a JES procedure library, such as SYS1.PROCLIB
  • Using the JCLLIB JCL statement in the job JCL to include the SUNVSAMP library in the procedure library search order.

For example:
 

Panel
Html bobswift
<pre>
//jobname JOB . . .
//        JCLLIB ORDER=UNV.SUNVSAMP
//STEP1   EXEC USPPRC
</pre>

Universal Control Manager Customization

...

  • Copying it to a JES procedure library, such as SYS1.PROCLIB
  • Using the JCLLIB JCL statement in the job JCL to include the SUNVSAMP library in the procedure library search order.

For example:
 

Panel
Html bobswift
<pre>
//jobname JOB . . .
//        JCLLIB ORDER=UNV.SUNVSAMP
//STEP1   EXEC UCTLPRC
</pre>

Universal Control Server Customization

...

  • Copying it to a JES procedure library, such as SYS1.PROCLIB
  • Using the JCLLIB JCL statement in the job JCL to include the SUNVSAMP library in the procedure library search order.

For example:
 

Panel
Html bobswift
<pre>
//jobname JOB . . .
//        JCLLIB ORDER=UNV.SUNVSAMP
//STEP1   EXEC UDMPRC
</pre>

Universal Data Mover Server Customization

...

  • Copying it to a JES procedure library, such as SYS1.PROCLIB
  • Using the JCLLIB JCL statement in the job JCL to include the SUNVSAMP library in the procedure library search order.

For example:
 

Panel
Html bobswift
<pre>
//jobname JOB . . .
//        JCLLIB ORDER=UNV.SUNVSAMP
//STEP1   EXEC UEMPRC
</pre>

Universal Query Customization

...