10 Dataset Display - ironstream_for_micro_focus_universal_discovery - 7.4

Ironstream for Micro Focus® Universal Discovery for IBM Z® Administration

Product type
Software
Portfolio
Integrate
Product family
Ironstream
Product
Ironstream > Ironstream for Micro Focus® Universal Discovery
Version
7.4
Language
English
Product name
Ironstream for Micro Focus Universal Discovery for IBM Z
Title
Ironstream for Micro Focus® Universal Discovery for IBM Z® Administration
Copyright
2022
First publish date
2007
Last updated
2023-08-23
Published on
2023-08-23T16:22:42.216801

Name

Details

Description

Displays the contents of a sequential dataset, dataset member, or HFS file. If a partitioned dataset name is given without a member name, this command will return a list of all members in the dataset. This command cannot display VSAM datasets or datasets with unformatted records.

Parameters

Dataset or file name. For PDS members, specify the member name in parentheses. For HFS files, give the full path to the filename. (If the first character of the name is a forward slash (/), it is assumed that an HFS file is being described.) Remember that the syntax of the ev390hostcmd requires two consecutive periods to denote one period in any parameter. Optionally, specify "maxsize=n" as a second parameter to limit the number of lines of output. The default maxsize is 5000 lines. If the maximum number of lines is exceeded, an EVO140 message will be written to the output.

Output

One line for each line of the file.

Sample Command

  1. Display all the lines of the /etc/hosts HFS file:

ev390hostcmd 46 10\|/etc/hosts.s390.mysite.com

  1. Display all the lines of the VP390 member in the USER.PROCLIB dataset:

ev390hostcmd 46 10\|USER..PROCLIB(VP390).s390.mysite.com

  1. Display all the members of the USER.PROCLIB partitioned dataset:

ev390hostcmd 46 10\|USER..PROCLIB.s390.mysite.com

  1. Display all the lines of the THOMAS.DAILY.LOG sequential dataset:

ev390hostcmd 46 10\|THOMAS..DAILY..LOG.s390.mysite.com

  1. Display only the first 4 lines of the THOMAS.DAILY.LOG sequential dataset:

ev390hostcmd 46 10\|THOMAS..DAILY..LOG\|maxsize=4.s390.mysite.com

Sample Output

Line 1 of log Line 2 of log Line 3 of log Line 4 of log

EVO140 Maximum lines of output exceeded (4) EOF