public class CreateFileWithFileAttributes
extends java.lang.Object
ZFile
Constructor and Description |
---|
CreateFileWithFileAttributes() |
Modifier and Type | Method and Description |
---|---|
static void |
createFileWithAttributes(java.lang.String fileName)
Creates a non-VSAM MVS dataset with specified attributes.
|
static void |
main(java.lang.String[] args)
The main method accepts a file name as the only argument and calls
createFileWithAttributes(String) to create the file. |
public static void main(java.lang.String[] args)
createFileWithAttributes(String)
to create the file.args
- The name of the file to createpublic static void createFileWithAttributes(java.lang.String fileName)
fileName
- The name of the file to create