DLBL

Associates a DD name with a dataset.

Syntax:

      *---------------------------------------------------------------
      *--- DLBL OPERANDS
      *--- // DLBL filename
      *---          file-id
      *---          date
      *---          codes
      *---          DSF
      *---          BLKSIZE
      *---          BUFND
      *---          BUFNI
      *---          BUFSP
      *---          CAT
      *- --         CISZ
      *- --         DISP
      *---          RECORDS
      *---          RECSIZE
      *---------------------------------------------------------------

Where:

Operand Description
filename   DD name
file-id   A unique name which identifies a dataset in the system catalog

DSNs that start with a $$$ prefix are treated as temporary ones - for example:

// DLBL filename, '$$$.xxx.yyyy'
date   Retention period in days (0 to 9999) or Julian date
codes Parsed but not processed* VSAM SD or DA
DSF Parsed but not processed* A data-secured file
BLKSIZE   Block size
BUFND Parsed but not processed* Number of I/O buffers
BUFNI Parsed but not processed* Number of index buffers
BUFSP Parsed but not processed* Number of bytes allocated for buffer space.
CAT Parsed but not processed* Catalog name; single system catalog in MF
CISZ Parsed but not processed* Control Interval size
DISP   Disposition opened, after normal step end, after abnormal step end
RECORDS Parsed but not processed* Number of records for primary and secondary space allocation
RECSIZE   Average record length
注: これらのトピックに示されているコマンドと作用対象の組み合わせは、「解析されるが処理されない」と記載されていない限りサポートされます。この記載の意味は次のとおりです。
  • 解析されるが処理されない - そのコマンドと作用対象の組み合わせはサポートされていませんが、Enterprise Developerで解析され、検証に失敗すると JCL エラーが生成されます。
  • 解析されるが処理されない* - JCL コマンドおよび POWER コマンドのいくつかの作用対象 (テープやボリュームに固有の作用対象など) が Micro FocusEnterprise Developer 環境では適用されないことを示します。詳細については、「General Differences」を参照してください。