Memorex LOCK - VERSION 2-24 Informacje Techniczne Strona 303

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 568
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 302
Compiler Work Datasets
User Reference
Connectivity Systems, Inc.—Copyright © 2006
Use Pursuant to Company Instructions
7-35
Compiler Work Datasets
Description \Compiler work datasets have the same requirements as
TYPEFLE=WORK DTF datasets, described earlier in this chapter.
However, there are a few additional requirements that are described in
this section.
DSN Catalog Compiler work datasets should be controlled with a disk pool that
contains volumes of the same device type as SYS001, SYS002,SYS003,
SYS004, and SYSLNK.
JCL
Requirements
There are several JCL requirements you must consider.
Each compiler does a pre-open check to determine the device
type prior to opening the work datasets. Logical units SYS001,
SYS002, SYS003, SYS004, and SYSLNK must be pre-assigned
to the same device type that will be used for the compiler work
datasets. You can use permanent or temporary assignments to
accomplish this task.
All compiler work dataset labels must be submitted before the
compiler is executed.
LUB allocation is inhibited automatically, since the DTF names
begin with IJSYS.
Example The following is an example of a compiler work dataset.
// JOB COMPILE AND LINK EDIT
// ASSGN SYS001,SYSWK1
// ASSGN SYS002,SYSWK1
// ASSGN SYS003,SYSWK1
// ASSGN SYS004,SYSWK1
// ASSGN SYSLNK,SYSWK1
// DLBL IJSYS01,'$$$.IJSYS01'
// EXTENT SYS001
// DLBL IJSYS02,'$$$.IJSYS02'
// EXTENT SYS002
// DLBL IJSYS03,'$$$.IJSYS03'
// EXTENT SYS003
// DLBL IJSYS04,'$$$.IJSYS04'
// EXTENT SYS004
// DLBL IJSYSLN,'$$$.IJSYSLN'
// OPTION CATAL
PHASE PROGX,*
// EXEC FCOBOL
(COBOL SOURCE)
/*
// EXEC LNKEDT
/&
Przeglądanie stron 302
1 2 ... 298 299 300 301 302 303 304 305 306 307 308 ... 567 568

Komentarze do niniejszej Instrukcji

Brak uwag