Creating Folder on IFS

bhawna

Active Member
Greetings,

I have a requirement wherein I have to create a table conversion and the output is a flat file. The table conversion would run on FAT client as well as HTML. To meet this requirement, I need to create a folder on IFS for placing a flat file. Could anyone please guide me through the way for creating a folder on IFS?
I am working on XE.
 
The easiest way to create a folder in the IFS is to use iSeries Navigator, assuming you have iSeries Access installed on your PC. Simply log in, click on File Systems, Root, navigate to the folder in which you want the new folder to appear, right click on it, and select "New Folder."
Alternatively, you can do it from the command line in the green screen interface using the MKDIR command. Type MKDIR, prompt with F4, and type in your new folder name, incluing the entire path back to the root. Instructions can be found here: http://publib.boulder.ibm.com/infocenter/iseries/v5r3/topic/cl/mkdir.htm

Hope this helps.
 
Back
Top