
Using BIM-EPIC's JCL Features System Datasets and VSE Device Independence
Chapter 7. Running Jobs With BIM-EPIC 7-59
System Datasets and VSE Device Independence
Although we recommend that you use GDIUR, you can also control a system dataset that is
routed to disk or tape using VSE device independence.
No special entries are required.
The dataset cannot have secondary extents.
The dataset must be permanently assigned, and label information must precede the
assignment.
BIM-EPIC assigns VSE system datasets to the correct disk volume, so the assignment can
specify any volume in the disk pool.
This example routes SYSPCH output to a BIM-EPIC controlled work dataset, which is then
processed using SYSIPT in the subsequent step.
// JOB ASSEMBLE AND CATALOG AN OBJECT MODULE
// DLBL IJSYSPH,'==.WORKFILE.1'
ASSGN SYSPCH,DISK,VOL=SYSWK1,SHR
// EXEC ASSEMBLY
(SOURCE CODE)
/*
CLOSE SYSPCH,PUNCH
// DLBL IJSYSIN,'==.WORKFILE.1'
ASSGN SYSIPT, DISK,VOL=SYSWK1,SHR
// EXEC LIBR
CLOSE SYSIPT,READER
/&
Description
DSN Catalog
JCL Requirements
Example
Comentarios a estos manuales