Versions Compared

Key

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

...

Anchor
1154803
1154803
Syntax

Wiki Markup*filesys* _logical\-name_\[=\{*dd*\|*dsn*\|*hfs*\|*lib*\}\]









Anchor
1154805
1154805
Description

...

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


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:

Html bobswift
Note
titleNote

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


Anchor
1154828
1154828
Parameters

...

cellspacing0
styletext-align: left; width: 100%;
classTable_with_Header

...

...

Parameter

...

stylebackground-color: #F0F0F0; border-bottom-color: #E8E8E8; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #E8E8E8; border-left-style: solid; border-left-width: 1px; border-right-color: #E8E8E8; border-right-style: solid; border-right-width: 1px; border-top-color: #E8E8E8; border-top-style: solid; border-top-width: 1px; padding-bottom: 3pt; padding-left: 4pt; padding-right: 4pt; padding-top: 4pt; vertical-align: middle; width: 360pt;

...

Description

...

styleborder-bottom-color: #E8E8E8; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #E8E8E8; border-left-style: solid; border-left-width: 1px; border-right-color: #E8E8E8; border-right-style: solid; border-right-width: 1px; border-top-color: #E8E8E8; border-top-style: solid; border-top-width: 1px; padding-bottom: 3pt; padding-left: 4pt; padding-right: 4pt; padding-top: 4pt; vertical-align: top;

...

logical-name

...

styleborder-bottom-color: #E8E8E8; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #E8E8E8; border-left-style: solid; border-left-width: 1px; border-right-color: #E8E8E8; border-right-style: solid; border-right-width: 1px; border-top-color: #E8E8E8; border-top-style: solid; border-top-width: 1px; padding-bottom: 3pt; padding-left: 4pt; padding-right: 4pt; padding-top: 4pt; vertical-align: top;

...

...

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

...

styleborder-bottom-color: #E8E8E8; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #E8E8E8; border-left-style: solid; border-left-width: 1px; border-right-color: #E8E8E8; border-right-style: solid; border-right-width: 1px; border-top-color: #E8E8E8; border-top-style: solid; border-top-width: 1px; padding-bottom: 3pt; padding-left: 4pt; padding-right: 4pt; padding-top: 4pt; vertical-align: top;

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:

html-bobswift
Panel


<pre>
filesys mvsmachine=dsn
</pre>


Anchor
1154381
1154381