- java.lang.Object
-
- com.ibm.jzos.sample.nonvsam.file.CreateFile
-
public class CreateFile extends java.lang.Object
This sample demonstrates how to create a file with default attribute values. The file name is given as an argument.- Since:
- 2.4.0
- See Also:
ZFile
-
-
Constructor Summary
Constructors Constructor Description CreateFile()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
create(java.lang.String fileName)
static void
main(java.lang.String[] args)
-