<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Code400 -The Support Alternative - IFS</title>
		<link>http://www.code400.com/forum/</link>
		<description>Anything dealing with IFS</description>
		<language>en</language>
		<lastBuildDate>Tue, 07 Sep 2010 00:24:27 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.code400.com/forum/images/misc/rss.png</url>
			<title>Code400 -The Support Alternative - IFS</title>
			<link>http://www.code400.com/forum/</link>
		</image>
		<item>
			<title>Merging .txt IFS files in Folder on AS/400</title>
			<link>http://www.code400.com/forum/showthread.php/9622-Merging-.txt-IFS-files-in-Folder-on-AS-400?goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 13:33:17 GMT</pubDate>
			<description>I am getting difficulty in merging IFS files on AS/400. 
I have a below requirement, please advise how to proceed. 
 
I am getting 5 text files in AS/400 folder from window FTP server. i.e. PUT  from Window into AS/400 folder.  Then I have to merge these files into a single PF. Then my programs...</description>
			<content:encoded><![CDATA[<div>I am getting difficulty in merging IFS files on AS/400.<br />
I have a below requirement, please advise how to proceed.<br />
<br />
I am getting 5 text files in AS/400 folder from window FTP server. i.e. PUT  from Window into AS/400 folder.  Then I have to merge these files into a single PF. Then my programs will use this PF for further process.<br />
<br />
I am getting difficulty to merge these 5 .txt files in on 1 .txt file, once it done then I will convert it into PF by CPYFRMIMPF. <br />
<br />
AS/400 IFS folder name:  ‘R3_222/NS’ which is having 5 .txt files as (NSYYYYMMDDHHMMSS.txt format – i.e. <br />
NS20100901101000.txt<br />
NS20100901102000.txt<br />
NS20100901103000.txt<br />
NS20100901104000.txt<br />
NS20100901105000.txt<br />
<br />
PF name R3_222/BKAC01I<br />
<br />
PF definition is: ( field BKAC01I is 2 byte CCSID type O)<br />
<br />
.....A..........T.Name++++++RLen++TDpB......Functi  ons++++++++++++++++++++<br />
*************** Beginning of data ***************************************<br />
     A          R BKAC01IR                                               <br />
     A            BKAC01I     1024O                                      <br />
****************** End of data ******************************************<br />
<br />
Many thanks in advance.<br />
<br />
Regards,<br />
Abhay</div>

 ]]></content:encoded>
			<category domain="http://www.code400.com/forum/forumdisplay.php/34-IFS">IFS</category>
			<dc:creator>Abhay</dc:creator>
			<guid isPermaLink="true">http://www.code400.com/forum/showthread.php/9622-Merging-.txt-IFS-files-in-Folder-on-AS-400</guid>
		</item>
		<item>
			<title>Copying .txt IFS file from AS/400 folder to AS/400 PF - japaness character</title>
			<link>http://www.code400.com/forum/showthread.php/9618-Copying-.txt-IFS-file-from-AS-400-folder-to-AS-400-PF-japaness-character?goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 08:14:51 GMT</pubDate>
			<description><![CDATA[Dear All, 
 
I am trying to copy '/R3_222/CL/CL20100901130000.txt' file from AS/400 folder to R3_222/BKAC04I physical file by using  below command 
 
CPYFRMIMPF FROMSTMF('/R3_222/CL/CL20100901130000.txt' )                     
           TOFILE(WIPODCQA/BKAC04I)                                    ...]]></description>
			<content:encoded><![CDATA[<div>Dear All,<br />
<br />
I am trying to copy '/R3_222/CL/CL20100901130000.txt' file from AS/400 folder to R3_222/BKAC04I physical file by using  below command<br />
<br />
CPYFRMIMPF FROMSTMF('/R3_222/CL/CL20100901130000.txt' )                    <br />
           TOFILE(WIPODCQA/BKAC04I)                                    <br />
           MBROPT(*REPLACE)                                            <br />
           RCDDLM(*ALL)                                                <br />
           STRDLM(*NONE)                                               <br />
           RMVBLANK(*NONE)                                             <br />
           FLDDLM(*TAB)   <br />
<br />
CL20100901130000.txt data is having some japness chracter, so after copied it's showing junck char.<br />
<br />
I have set WIPODCQA/BKAC04I as CCSID 5035<br />
and <br />
CHGATR OBJ(/R3_222/CL/CL20100901130000.txt') ATR(*CCSID) VALUE(943)  <br />
<br />
before doing copy. I am getting problem with Japaness charater.<br />
<br />
<br />
Kindly help.<br />
<br />
Reagrds,<br />
Abhay</div>

 ]]></content:encoded>
			<category domain="http://www.code400.com/forum/forumdisplay.php/34-IFS">IFS</category>
			<dc:creator>Abhay</dc:creator>
			<guid isPermaLink="true">http://www.code400.com/forum/showthread.php/9618-Copying-.txt-IFS-file-from-AS-400-folder-to-AS-400-PF-japaness-character</guid>
		</item>
		<item>
			<title>CpyToImpf with RmvBlank</title>
			<link>http://www.code400.com/forum/showthread.php/9516-CpyToImpf-with-RmvBlank?goto=newpost</link>
			<pubDate>Thu, 05 Aug 2010 14:36:03 GMT</pubDate>
			<description><![CDATA[Hi All: 
  
I'm using the CPYTOIMPF command with RMVBLANK parm. Wether I use *LEADING / *TRAILING / or *BOTH on the rmvblank parm there is always 1 blank between the 2 commas. 
  
NAME,ADDRESS1, ,CITY,STATE,ZIP should be NAME,ADDRESS1,,CITY,STATE,ZIP 
  
Is there a command that will actually remove...]]></description>
			<content:encoded><![CDATA[<div>Hi All:<br />
 <br />
I'm using the CPYTOIMPF command with RMVBLANK parm. Wether I use *LEADING / *TRAILING / or *BOTH on the rmvblank parm there is always 1 blank between the 2 commas.<br />
 <br />
NAME,ADDRESS1<font color="red">, ,</font>CITY,STATE,ZIP should be NAME,ADDRESS1<font color="red">,,</font>CITY,STATE,ZIP<br />
 <br />
Is there a command that will actually remove all the blanks?<br />
 <br />
 <br />
 <br />
Thanks<br />
GLS</div>

 ]]></content:encoded>
			<category domain="http://www.code400.com/forum/forumdisplay.php/34-IFS">IFS</category>
			<dc:creator>GLS400</dc:creator>
			<guid isPermaLink="true">http://www.code400.com/forum/showthread.php/9516-CpyToImpf-with-RmvBlank</guid>
		</item>
		<item>
			<title>Listing a Directory Tree Contents</title>
			<link>http://www.code400.com/forum/showthread.php/9485-Listing-a-Directory-Tree-Contents?goto=newpost</link>
			<pubDate>Wed, 28 Jul 2010 14:07:06 GMT</pubDate>
			<description><![CDATA[cross-post from http://www.support.ecofitonline.com/showthread.php?258-Listing-a-Directory-Tree-Contents 
  
For those of you using this utility, I have had to make a minor change. I included a 6-month bug :) 
  
After sitting in IFS for 6 months, the display of the timestamp format of the 'ls'...]]></description>
			<content:encoded><![CDATA[<div>cross-post from <a href="http://www.support.ecofitonline.com/showthread.php?258-Listing-a-Directory-Tree-Contents" target="_blank">http://www.support.ecofitonline.com/...-Tree-Contents</a><br />
 <br />
For those of you using this utility, I have had to make a minor change. I included a 6-month bug :)<br />
 <br />
After sitting in IFS for 6 months, the display of the timestamp format of the 'ls' command changes from 'mmm dd tt:tt' to a datestamp of 'mmm dd yyyy' and the time is omitted. This is appears to be standard for linux, aix, etc. <br />
 <br />
To correct this, change the relative line in the CLP to: <div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">CHGVAR&nbsp; &nbsp;  VAR(&amp;QSHSTMT) VALUE('ls -lR<font color="red"><b>T</b></font>' *BCAT &amp;AttchPath)</code><hr />
</div> </div>

 ]]></content:encoded>
			<category domain="http://www.code400.com/forum/forumdisplay.php/34-IFS">IFS</category>
			<dc:creator>kitvb1</dc:creator>
			<guid isPermaLink="true">http://www.code400.com/forum/showthread.php/9485-Listing-a-Directory-Tree-Contents</guid>
		</item>
		<item>
			<title>AS400 Profile Authorities</title>
			<link>http://www.code400.com/forum/showthread.php/9463-AS400-Profile-Authorities?goto=newpost</link>
			<pubDate>Thu, 22 Jul 2010 14:21:01 GMT</pubDate>
			<description>I need to set up a profile on our AS400 to allow read/write/delete to files in a shared folder.  Is *ALLOBJ necessary as the only access need is to the shared folder?  TIA</description>
			<content:encoded><![CDATA[<div>I need to set up a profile on our AS400 to allow read/write/delete to files in a shared folder.  Is *ALLOBJ necessary as the only access need is to the shared folder?  TIA</div>

 ]]></content:encoded>
			<category domain="http://www.code400.com/forum/forumdisplay.php/34-IFS">IFS</category>
			<dc:creator>rckass</dc:creator>
			<guid isPermaLink="true">http://www.code400.com/forum/showthread.php/9463-AS400-Profile-Authorities</guid>
		</item>
	</channel>
</rss>
