1
Using command cpytomimpf
I am trying to use the command…I have pf that I need to copy to the IFS directory pcfiles. I can ge the file copied but receive òðñð`ññ`ðñ�@@�ð÷ööôôó�ùð@@�@@�ñóöõöô÷…. Operation system is V5R4MO. Any ideas why the ebcdic to ascii is not working, If I use client access to export the file,it works fine, but wanting [...]
Answer Question
| December 16, 2010 4:35 AM
CPYTOIMPF, IFS Directory, IFS Directory to iSeries Folder, Physical Files, V5R4
I am trying to use the command…I have pf that I need to copy to the IFS directory pcfiles. I can ge the file copied but receive òðñð`ññ`ðñ�@@�ð÷ööôôó�ùð@@�@@�ñóöõöô÷…. Operation system is V5R4MO. Any ideas why the ebcdic to ascii is not working, If I use client access to export the file,it works fine, but wanting [...]
Retrieve the file names in IFS folder to a physical file
I got one scenario, in that I need to retrieve the file names including the Dates from IFS folder to a Physical File. From that PF, I need to delete the files older than 15 days. Is there any way to do that? Thanks Saravanan
Answer Question
| December 21, 2010 8:59 AM
IFS, IFS Directory, IFS Folder, Physical Files, V5R4
I got one scenario, in that I need to retrieve the file names including the Dates from IFS folder to a Physical File. From that PF, I need to delete the files older than 15 days. Is there any way to do that? Thanks Saravanan
Moving a PDF file from the IFS directory to a Windows server
We are converting a spool file into a PDF report and storing it in the IFS directory. We are trying to MOV or CPY from the IFS directory (/POREPORTS/’) to the windows server. (‘/QNTC/SKYWALKER/POARCHIVE’) I get the following error: The CCSID of the target file could not be set to match the CCSID of the Source file. [...]
Answer Question
| November 10, 2010 9:29 PM
IFS, IFS Directory, IFS Folder, OS400 Upgrade, PDF conversion, Spool files, Windows Server
We are converting a spool file into a PDF report and storing it in the IFS directory. We are trying to MOV or CPY from the IFS directory (/POREPORTS/’) to the windows server. (‘/QNTC/SKYWALKER/POARCHIVE’) I get the following error: The CCSID of the target file could not be set to match the CCSID of the Source file. [...]
CL to change object owner of files in IFS whose directory name changes monthly
We have a vendor software package the creates a new directory each month in the IFS – ie /photos/201001 for January 2010. Documents are stored in the directory for a given month and are owned by the user who created them. We would like to write a cl that can be run monthly to change [...]
Answer Question
| November 11, 2010 3:10 PM
CIFS, CL programming, IFS, IFS Commands, IFS Directory
We have a vendor software package the creates a new directory each month in the IFS – ie /photos/201001 for January 2010. Documents are stored in the directory for a given month and are owned by the user who created them. We would like to write a cl that can be run monthly to change [...]
How to delete data from IFS directory?
How to write the program for deletion of data from IFS directory? Any cl program?
Answer Question
| September 3, 2010 7:49 AM
as/400 data, CL Program, IFS, IFS Commands, IFS Directory
How to write the program for deletion of data from IFS directory? Any cl program?
checking for a folder in IFS
Hi, plz tell me how to check for the existence of a directory/folder in the IFS file system from a CL program.
Answer Question
| April 20, 2010 8:56 AM
IBM i, IFS Directory, IFS file list, V6R1
Hi, plz tell me how to check for the existence of a directory/folder in the IFS file system from a CL program.
Count the number of objects within a folder on an iseries IFS drive
Hello, Im looking for a way to Count the number of objects within a folder on an iseries IFS drive. I cannot find any native commands to accomplish this… Any ideas are very appreciated Thanks in advance Dino
Answer Question
| January 8, 2010 9:24 PM
AS/400, IFS, IFS Directory
Hello, Im looking for a way to Count the number of objects within a folder on an iseries IFS drive. I cannot find any native commands to accomplish this… Any ideas are very appreciated Thanks in advance Dino
can i create a directory in a CL with a variable name?
I am running a job that many people can submit at one time, I am writing files to qtemp and am putting into a directory in the IFS, but I would like to create a directory with the jobnumber as the directory name, then remove it when the job is complete.
Answer Question
| December 4, 2009 4:14 PM
IFS Directory, IFS Directory to iSeries Folder, iSeries
I am running a job that many people can submit at one time, I am writing files to qtemp and am putting into a directory in the IFS, but I would like to create a directory with the jobnumber as the directory name, then remove it when the job is complete.
List of files in Directory on the IFS
I have files on the IFS in a directory /EDIIN. I need to have a program send the files based on their name to diffent locataions. Is there a way I can get a list of those file outputed to a DB so I can read through it.
Answer Question
| May 15, 2009 5:09 PM
IFS, IFS Directory, IFS file list
I have files on the IFS in a directory /EDIIN. I need to have a program send the files based on their name to diffent locataions. Is there a way I can get a list of those file outputed to a DB so I can read through it.
IFS Get list of files in a directory in RPGLE
Need to retrieve into a RPG program a list of all files in a folder on the IFS. Can this be done?
Answer Question
| March 30, 2009 8:07 PM
IFS, IFS Commands, IFS Directory, IFS Directory to iSeries Folder, RPGLE
Need to retrieve into a RPG program a list of all files in a folder on the IFS. Can this be done?
Read TIFF images from IFS directory
How can I read a tiff image stored on ifs directory and display in a browser. I am stuck with two parts. 1. How can I read tiff images stored in ifs directory in a java applicaiton? 2. How to display a tiff image in a browser? I think browsers do not support tiff iimages. [...]
Answer Question
| February 13, 2009 4:12 AM
IFS Directory, Java, Java/400, TIFF, Web development
How can I read a tiff image stored on ifs directory and display in a browser. I am stuck with two parts. 1. How can I read tiff images stored in ifs directory in a java applicaiton? 2. How to display a tiff image in a browser? I think browsers do not support tiff iimages. [...]
Java on iSeries
We have a java program running on web sphere on linux. The java program is zipped as jar and deployed in an IFS directory and we use RPGILE to call the java program. Would it be possible to deploy war file instead of jar file in IFS directory and call the java program in the [...]
Answer Question
| February 5, 2009 4:12 AM
IFS Directory, iSeries, iSeries development, JAR file, Java, Java ARchive, RPGILE, WAR file, Web ARchive, WebSphere
We have a java program running on web sphere on linux. The java program is zipped as jar and deployed in an IFS directory and we use RPGILE to call the java program. Would it be possible to deploy war file instead of jar file in IFS directory and call the java program in the [...]
1





