
ADDRESS EPIC
5-14 User Reference
Connectivity Systems, Inc.—Copyright © 2006
Use Pursuant to Company Instructions
variables. If n.0 is 0, there were no datasets found with a dataset name
starting with the character string ii.
COUNT is required. The value c or * specifies the number of EDD
records that can be returned. The value c specifies the maximum number
of EDD records that can be returned. COUNT * will return all matching
records.
SKIP may be used to specify the number of EDD records that will be
bypassed before returning the records as stem variables.
In the following examples, REXX coding rules apply. That is, if an
argument is a literal, the argument must be in quote marks. If the
argument is a variable, the argument must be outside the quote marks. For
example:
ADDRESS EPIC ‘EXTRACT DSN ID’ ii ‘STEM n. COUNT’ c ‘SKIP’ s
ADDRESS EPIC ‘EXTRACT DSN ID’ ii ‘STEM n. COUNT 5 SKIP 8’
The following returns the master record for all datasets in the BIM-EPIC
Catalog. The stem n.0 indicates the total number of records returned as
stem variables. If n.0 is null, no datasets were found. COUNT may be
used to specify the maximum number of records to return. Entering
COUNT *, the default, will return all records. SKIP may be used to
specify the number of records that will be bypassed before returning them
as stem variables.
ADDRESS EPIC ‘EXTRACT DSN ID * STEM n. COUNT’ c ‘SKIP’ s
The following returns detail records for the dataset ii. The stem n.0
indicates the total number of records returned stem variables. If n.0is
null, there were no detail records found for the dataset ii or the dataset
was not found in the BIM-EPIC Catalog. COUNT may be used to specify
the maximum number of records that should be returned. Entering
COUNT *, the default, will return all records associated with the datasets.
SKIP may be used to specify the number of records that will be bypassed
before returning them as stem variables.
ADDRESS EPIC ‘EXTRACT DETAIL ID’ ii ‘STEM n. COUNT’c ‘SKIP’s
The following returns the detail record for the tape volume v. If stem n.0
is null, the requested volume serial was not found.
ADDRESS EPIC ‘EXTRACT VOL’ v ‘STEM n.’
Processing
Output
If you need to use data records extracted by EXTRACT ID, EXTRACT
DETAIL, or EXTRACT VOL instructions, you can decode the data
records by including the GREXX member EPICREC.OAL in your
IMOD. EPICREC.OAL is loaded into the MON PDS when Online
Manager is installed.
Comentários a estes Manuais