java.lang.Object
com.ibm.jzos.sample.nonvsam.directory.MakeDirectory
This sample demonstrates how to create a new directory. The
directory name is given as an argument to main, and it may be
either a HFS directory or a PDS directory.
- Since:
- 2.4.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MakeDirectory
public MakeDirectory()
-
-
Method Details
-
main
The main method accepts a directory name as the only argument and callsmakeDirectory(String)to create that directory.- Parameters:
args- The name of the directory to create- Throws:
Exception
-