Memorex LOCK - VERSION 2-24 Technical Information Seite 325

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 568
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 324
Using the COBOL II Library Management Feature
User Reference
Connectivity Systems, Inc.—Copyright © 2006
Use Pursuant to Company Instructions
7-57
Using the COBOL II Library Management Feature
Description BIM-EPIC requires the COBOL II Library Management feature be used
when compiling COBOL II programs. Use the COBOL II CBL RES
option to accomplished this task.
In some cases, you may have COBOL II software which was not
compiled with the Library Management feature. Special JCL is required
to run these programs with BIM-EPIC.
DSN Catalog No special entries are required.
JCL
Requirements
There are several JCL requirements you must consider.
Each controlled disk datasets must be pre-opened by using the
TSIDASS OPEN function for each dataset.
For all uncontrolled disk datasets, instead of an EPIC pool name,
the correct volume serial number must be specified on the
EXTENT statement. You must also make an assignment to the
device with a VSE ASSGN statement.
For all tape datasets, you must assign the dataset to a tape drive
using VSE ASSGN statement or using the TSIDASS ASSGN
function.
Examples The following example processes a controlled input disk dataset. The
dataset is pre-opened using TSIDASS.
// DLBL DISKIN,'TEST.INPUT.DISK, (L)'
// EXEC TSIDASS
OPEN DISKIN,SYS020,INPUT
/*
// EXEC PROGA
The following example processes an uncontrolled input disk dataset. VSE
ASSGN and EXTENT statements are used to satisfy the COBOL II
pre-open process.
// ASSGN SYS020,154
// DLBL DISKIN,'TEST.INPUT.DISK'
// EXTENT SYS020,VOL154,1,0,15,75
// EXEC PROGA
The following example processes a controlled tape dataset. The
TSIDASS ASSGN function is used to satisfy the COBOL II pre-open
process.
// DLBL TAPEIN,'TEST.TAPE',,,,,,64
// EXEC TSIDASS
ASSGN SYS011
Seitenansicht 324
1 2 ... 320 321 322 323 324 325 326 327 328 329 330 ... 567 568

Kommentare zu diesen Handbüchern

Keine Kommentare