When specifying i5/OS paths and names in your workload, you can use the following naming conventions, depending on where the file is located on the i5/OS system:
To specify a file in the root file system, use UNIX path and file formats.
To specify a file in QOpenSys, use UNIX path and file formats. QOpenSys file names are case-sensitive.
To specify an object in QSYS, use one of the following formats (unless described differently in the job definition syntax):
/QSYS.LIB/library.LIB/object.type/
To specify *FILE objects, use the following format:
/QSYS.LIB/library.LIB/object.FILE/member.MBR
library/object/type
To specify *FILE objects, use the following format:
library/object/*FILE(member)
Note: *FILE is optional when member is specified. That is, you can specify a file member using the following format:
library/object(member)
Notes:
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|