Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel
Table of Contents

Anchor
1154803
1154803
Syntax

filesyslogical-name[={dd|dsn|hfs|lib}]

Anchor
1154805
1154805
Description

Anchor
1154806
1154806
The filesys command sets the file system with which the server specified by logical-name is working.


IBM i

This value can be either:

  • lib (Library file system)
  • hfs (IFS file system: root or QOpenSys)

UNIX

There is only one file system; specifying a filesys value will result in a warning.

Windows

There is only one file system; specifying a filesys value will result in a warning.

z/OS

This value can be either:

  • dd (ddnames defined with JCL DD statements)
  • dsn (data set name)
  • hfs (UNIX System Services file system).


Note
titleNote

dd is available only on z/OS Manager for two-party transfer.


Anchor
1154828
1154828
Parameters

Parameter

Description

logical-name

Logical name of the transfer server on which to change the file system.

dd | dsn | hfs | lib

File system with which the specified server is working:

  • If the value is dd, the DD name file system is used on the specified server (valid only for z/OS).
  • If the value is dsn, the data set name file system is used (valid only for z/OS).
  • If the value is hfs, the HFS file system is used. (Valid only for z/OS and IBM i. For z/OS, USS is used; for IBM i, IFS (root or QOpenSys) is used.)
  • If the value is lib, the LIB file system is used (valid only for IBM i).

If no value is given, UDM will return the current file system for the specified transfer server.

Default is dsn.

Note

UDM supports multiple file systems only under z/OS and IBM i. An attempt to change the file system for a server running under Windows or UNIX will result in an error.

Anchor
1154851
1154851
Example


Anchor
1154852
1154852
To set the file system on the server with the logical name mvsmachine to the dsn file system:

Panel
filesys mvsmachine=dsn

Anchor
1154381
1154381