Email Alerts
-
Source code for module P_IFS
Source code for module P_IFS Article | 17 Mar 2005
-
John Blenkinsop -- subroutine
John Blenkinsop -- subroutine code Article | 15 Sep 2004
-
IFS authority considerations -- Part 2
Important IFS authority considerations you should be aware of. Article | 14 May 2004
-
IFS authority considerations -- Part 3
IFS authority considerations you should be aware of. Article | 14 May 2004
-
IFS authority considerations -- Part 1
Important IFS authority considerations you should be aware of. Article | 14 May 2004
-
Check and recover damaged objects
Check and recover damaged objects Article | 12 Mar 2002
-
Securing the integrated file system on IBM System i
Securing the nested directory files within the integrated file system (IFS) on the AS/400 requires a different strategy than the more familiar native file system. The IFS includes the familar native file system (QSYS.LIB) as well as the QDLS file sys... Tip
-
An automated CL method of moving a query from AS/400 to Excel
If a daily task of your AS/400 is to print a report from a query a CL program can be written to automate the task and make it easy to open the results in Excel. This CL program copies an existing query to QTEMP and runs the query. Then it converts th... Tip
-
Display documents on your iSeries -- quick and easy
Somewhere along the line, the DLO (i.e. Document Library Objects) system became somewhat reliant on OfficeVision. Sure, you can navigate around the DLO system with i5/OS DLO commands, but you are pretty much limited to displaying just the names of th... Tip
-
Cleaning up unused or temporary IFS files – Part II
In a previous tip, "Cleaning up unused or temporary IFS files -- Part 1" Ron Turull introduced you to the code for the DELIFSFILE utility. In part II, Ron discusses the code in detail, including customizing the command, things to watch out for and mo... Tip
-
Cleaning up unused or temporary IFS files -- Part 1
Deleting object in the IFS is a simple process. However, there is no mechanism on the iSeries that allows you to selectively delete IFS files based on certain criteria, such as the file type or the number of days the file has been unused. What do you... Tip
-
Create Excel column headings from DDS column or text headings
Learn an easy way to send the DDS column headings along with the data when creating a CSV file on the iSeries. Tip
-
Proper IFS security setting
How do you set the IFS security so a manager can access the IFS files from her PC applications but none of the clerks can? Security expert Carol Woodbury has a suggestion. Tip
-
Things to watch out for when auditing IFS objects
What do you do if you need to audit an object in the IFS? iSeries security expert Carol Woodbury shows you. Tip
-
Deleting PC files on the iSeries
An ITKnowledge Exchange(ITKE) recently member had a question about deleting PC files on the iSeries, and fellow techies jumped in on the conversation and helped out. Tip
-
Security Tools can help manage your system security
You don't need to look far for tools to manage your system's security. Included in your iSeries is a generous set of utilities that can help you. Tip
- See more Tips on Integrated File System (IFS)
-
How to use an API for adding users to EIM SSO implemenation
Searching for the right API to add users to an EIM SSO implementation? The IBM site includes sample APIs based on C. Ask the Expert
-
Incorrect CCSID on FTP connection from AS/400 to Windows
Sending the file binary to the AS/400 after defining the destination file tagged with CCSID of 1200 may solve the problem of incorrect CCSID numbers on FTP transfers. Ask the Expert
-
How to view source files in the library
On the AS/400 library, source files are multi-member. View source files using GET QCLSRC.membername or MGET QRPGSRC.* Ask the Expert
-
User being locked out by Windows share on iSeries
Use the the iSeries QSYSOPR message to look for any errors in passwords when running a program on the iSeries that transfers data to a spreadsheet on a Windows share. Ask the Expert
-
Trouble accessing IFS path from Win2k3 server
What to do when an application is published in IFS from Win2k3 server, and users are unable to access the shared folder on AS/400. Ask the Expert
-
Transfer files from one environment to another without closing all other AS/400 sessions
On the AS/400 system, close all sessions in the receiving envrionment when transferring files from one environment to another if the sessions hold exclusive locks. Ask the Expert
-
Generically send a text file from the IFS via FTP
When using mget or get on iSeries, it should work. However, one user received an error message when trying to do this. Ask the Expert
-
Setting ILE and C+++ compilers to runtime
Specify the SYSIFCOPT(*NOIFSIO) or SYSIFCOPT(*IFSIO) parameters on the corresponding compile commands when using ILE c and c++ compilers. Ask the Expert
-
Use a virtual directory to move a .bmp file from the IFS to a remote server to run a software packag
If a file needs to be moved quickly from the IFS to another server (Windows or a different AS/400 server) you can create a vitual directory. Ask the Expert
-
Backing up PDFs within the IFS on AS/400
PDFs are stored within the IFS on AS/400, and backup proceedures should include the SAV command for the directory in which the PDFs are located. Ask the Expert
- See more Expert Advice on Integrated File System (IFS)
-
How to use an API for adding users to EIM SSO implemenation
Searching for the right API to add users to an EIM SSO implementation? The IBM site includes sample APIs based on C. Ask the Expert
-
Incorrect CCSID on FTP connection from AS/400 to Windows
Sending the file binary to the AS/400 after defining the destination file tagged with CCSID of 1200 may solve the problem of incorrect CCSID numbers on FTP transfers. Ask the Expert
-
How to view source files in the library
On the AS/400 library, source files are multi-member. View source files using GET QCLSRC.membername or MGET QRPGSRC.* Ask the Expert
-
User being locked out by Windows share on iSeries
Use the the iSeries QSYSOPR message to look for any errors in passwords when running a program on the iSeries that transfers data to a spreadsheet on a Windows share. Ask the Expert
-
Trouble accessing IFS path from Win2k3 server
What to do when an application is published in IFS from Win2k3 server, and users are unable to access the shared folder on AS/400. Ask the Expert
-
Transfer files from one environment to another without closing all other AS/400 sessions
On the AS/400 system, close all sessions in the receiving envrionment when transferring files from one environment to another if the sessions hold exclusive locks. Ask the Expert
-
Securing the integrated file system on IBM System i
Securing the nested directory files within the integrated file system (IFS) on the AS/400 requires a different strategy than the more familiar native file system. The IFS includes the familar native file system (QSYS.LIB) as well as the QDLS file sys... Tip
-
Generically send a text file from the IFS via FTP
When using mget or get on iSeries, it should work. However, one user received an error message when trying to do this. Ask the Expert
-
Setting ILE and C+++ compilers to runtime
Specify the SYSIFCOPT(*NOIFSIO) or SYSIFCOPT(*IFSIO) parameters on the corresponding compile commands when using ILE c and c++ compilers. Ask the Expert
-
Use a virtual directory to move a .bmp file from the IFS to a remote server to run a software packag
If a file needs to be moved quickly from the IFS to another server (Windows or a different AS/400 server) you can create a vitual directory. Ask the Expert
- See more All on Integrated File System (IFS)