<?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</title>
		<link>http://www.code400.com/forum/</link>
		<description>Code400 is an open source experiment in RPG400, RPGLE, SQLRPGLE, CLLE for the IBM Iseries (system I - Iseries - AS400). The site host an iseries forum and tools to upload source samples directly to dynamic web pages. A search function to locate source samples by keyword(s). Iseries. The site host a forum and tools to upload source samples directly to dynamic web pages. A search function to locate source samples by keyword(s)</description>
		<language>en</language>
		<lastBuildDate>Fri, 10 Sep 2010 03:48:41 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</title>
			<link>http://www.code400.com/forum/</link>
		</image>
		<item>
			<title>Happy Birthday</title>
			<link>http://www.code400.com/forum/showthread.php/9652-Happy-Birthday?goto=newpost</link>
			<pubDate>Thu, 09 Sep 2010 11:13:15 GMT</pubDate>
			<description>Hey Bryce  
  
Have great birthday!</description>
			<content:encoded><![CDATA[<div>Hey Bryce <br />
 <br />
Have great birthday!</div>

 ]]></content:encoded>
			<category domain="http://www.code400.com/forum/forumdisplay.php/30-Whatever-(not-programming-related)">Whatever (not programming related)</category>
			<dc:creator>kitvb1</dc:creator>
			<guid isPermaLink="true">http://www.code400.com/forum/showthread.php/9652-Happy-Birthday</guid>
		</item>
		<item>
			<title>Help Needed--RCVJRNE</title>
			<link>http://www.code400.com/forum/showthread.php/9651-Help-Needed-RCVJRNE?goto=newpost</link>
			<pubDate>Thu, 09 Sep 2010 10:10:49 GMT</pubDate>
			<description>Hi Folks, 
 
Hope you all are doing great :) 
 
I had a small query. 
I am using RCVJRNE command to retrieve the information from Journal Entries and put in a file. 
I am getting the entries too. 
But when i compile the file and then use RCVJRNE , i get the records present in file  after...</description>
			<content:encoded><![CDATA[<div>Hi Folks,<br />
<br />
Hope you all are doing great :)<br />
<br />
I had a small query.<br />
I am using RCVJRNE command to retrieve the information from Journal Entries and put in a file.<br />
I am getting the entries too.<br />
But when i compile the file and then use RCVJRNE , i get the records present in file  after compilation Only.<br />
<br />
Can i anyhow get records present in the file before compilation from the Journal?<br />
<br />
Sorry if i sound too stupid:o</div>

 ]]></content:encoded>
			<category domain="http://www.code400.com/forum/forumdisplay.php/4-CLP-CLLE">CLP/CLLE</category>
			<dc:creator>kidoman</dc:creator>
			<guid isPermaLink="true">http://www.code400.com/forum/showthread.php/9651-Help-Needed-RCVJRNE</guid>
		</item>
		<item>
			<title>Close printer file from another program</title>
			<link>http://www.code400.com/forum/showthread.php/9650-Close-printer-file-from-another-program?goto=newpost</link>
			<pubDate>Wed, 08 Sep 2010 20:14:13 GMT</pubDate>
			<description>Hello bearded guys, i need your enlightenment with something. 
 
I have a program (let´s call it A), that basically reads some data from files, and outputs it to a printer file (with O specs). 
 
I want a second program (let´s call it B) to call program A lots of times, but when printing with each...</description>
			<content:encoded><![CDATA[<div>Hello bearded guys, i need your enlightenment with something.<br />
<br />
I have a program (let´s call it A), that basically reads some data from files, and outputs it to a printer file (with O specs).<br />
<br />
I want a second program (let´s call it B) to call program A lots of times, but when printing with each call, i want all the output to be stored in just one printer in my spool and increment the page numbers as intended. So what i did in program A is to not set on last record (LR) and it works fine, instead of getting 100 files in my spool i just get one with all the printing done to it.<br />
<br />
But the problem with this solution is that after program B finishes calling A 100 times and exits, the printer is still opened, even if i have declared the printer in program B with USROPN and open it before the first call to program A and close it just before exiting program<br />
<br />
To recap, in program A i have:<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">FPRT198&nbsp;&nbsp;&nbsp;&nbsp;O&nbsp;&nbsp;&nbsp;&nbsp;F&nbsp;&nbsp;198&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PRINTER&nbsp;OFLIND</span><span style="color: #007700">(*</span><span style="color: #0000BB">INOF</span><span style="color: #007700">)&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div> In program B (that calls A) i have:<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">FPRT198&nbsp;&nbsp;&nbsp;&nbsp;O&nbsp;&nbsp;&nbsp;&nbsp;F&nbsp;&nbsp;198&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PRINTER&nbsp;OFLIND</span><span style="color: #007700">(*</span><span style="color: #0000BB">INOF</span><span style="color: #007700">)<br /></span><span style="color: #0000BB">F&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;USROPN&nbsp;<br /></span>
</span>
</code></code><hr />
</div> I have tried lots of combinations but haven't worked. Can this be solved?</div>

 ]]></content:encoded>
			<category domain="http://www.code400.com/forum/forumdisplay.php/2-RPG-RPGLE">RPG/RPGLE</category>
			<dc:creator>fjleon</dc:creator>
			<guid isPermaLink="true">http://www.code400.com/forum/showthread.php/9650-Close-printer-file-from-another-program</guid>
		</item>
		<item>
			<title>SQL Update Null Value</title>
			<link>http://www.code400.com/forum/showthread.php/9649-SQL-Update-Null-Value?goto=newpost</link>
			<pubDate>Wed, 08 Sep 2010 19:45:58 GMT</pubDate>
			<description><![CDATA[Can someone explain this to me? 
 
 
PHP: 
--------- 
Update TOFILE A                       
 Set ( iGRP3, iGRP4 )                 
   = ( Select coalesce( iGRP3, ' ' ), 
              coalesce( iGRP4, ' ' )  
         from FROMFILE B]]></description>
			<content:encoded><![CDATA[<div>Can someone explain this to me?<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">Update&nbsp;TOFILE&nbsp;A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;Set&nbsp;</span><span style="color: #007700">(&nbsp;</span><span style="color: #0000BB">iGRP3</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">iGRP4&nbsp;</span><span style="color: #007700">)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;=&nbsp;(&nbsp;</span><span style="color: #0000BB">Select&nbsp;coalesce</span><span style="color: #007700">(&nbsp;</span><span style="color: #0000BB">iGRP3</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'&nbsp;'&nbsp;</span><span style="color: #007700">),<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">coalesce</span><span style="color: #007700">(&nbsp;</span><span style="color: #0000BB">iGRP4</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'&nbsp;'&nbsp;</span><span style="color: #007700">)&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">from&nbsp;FROMFILE&nbsp;B&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Where&nbsp;A</span><span style="color: #007700">.</span><span style="color: #0000BB">iACTV&nbsp;&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">B</span><span style="color: #007700">.</span><span style="color: #0000BB">iACTV&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">and&nbsp;</span><span style="color: #0000BB">A</span><span style="color: #007700">.</span><span style="color: #0000BB">iSTOR&nbsp;&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">B</span><span style="color: #007700">.</span><span style="color: #0000BB">iSTOR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">and&nbsp;</span><span style="color: #0000BB">A</span><span style="color: #007700">.</span><span style="color: #0000BB">iITEM&nbsp;&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">B</span><span style="color: #007700">.</span><span style="color: #0000BB">iITEM&nbsp;&nbsp;</span><span style="color: #007700">)&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div> Gives me the message:<br />
<br />
 Null values not allowed in column or variable IGRP3.<br />
<br />
I'm forcing the value to be either the actual value or *blank... <br />
<br />
What gives??<br />
<br />
:duh</div>

 ]]></content:encoded>
			<category domain="http://www.code400.com/forum/forumdisplay.php/6-SQL">SQL</category>
			<dc:creator>FaStOnE</dc:creator>
			<guid isPermaLink="true">http://www.code400.com/forum/showthread.php/9649-SQL-Update-Null-Value</guid>
		</item>
		<item>
			<title>Doubt in *CALLER activation group</title>
			<link>http://www.code400.com/forum/showthread.php/9648-Doubt-in-*CALLER-activation-group?goto=newpost</link>
			<pubDate>Wed, 08 Sep 2010 19:31:32 GMT</pubDate>
			<description><![CDATA[as per defination of ILE activation group 
 
*CALLER                                                             
    When this program is called, it is activated into the caller's activation group.  
 
Soppose i have a single program object A ,.which is compiled with activation group *CALLER.  So...]]></description>
			<content:encoded><![CDATA[<div>as per defination of ILE activation group<br />
<br />
*CALLER                                                            <br />
    When this program is called, it is activated into the caller's activation group. <br />
<br />
Soppose i have a single program object A ,.which is compiled with activation group *CALLER.  So when i called the program A then in which activation group that program will run?</div>

 ]]></content:encoded>
			<category domain="http://www.code400.com/forum/forumdisplay.php/2-RPG-RPGLE">RPG/RPGLE</category>
			<dc:creator>ris_skma</dc:creator>
			<guid isPermaLink="true">http://www.code400.com/forum/showthread.php/9648-Doubt-in-*CALLER-activation-group</guid>
		</item>
		<item>
			<title><![CDATA[my lastest and greatest "Stupid SQL Tricks"]]></title>
			<link>http://www.code400.com/forum/showthread.php/9647-my-lastest-and-greatest-quot-Stupid-SQL-Tricks-quot?goto=newpost</link>
			<pubDate>Wed, 08 Sep 2010 17:22:43 GMT</pubDate>
			<description><![CDATA[is it not possible to use with in an insert?  
 
Code: 
--------- 
Insert Into QTemp/FinTotals (                                       
  With t1 As (                                                      
  Select Cast(' ' As Char(1)) As Reg,                               
  Cast(' ' as Char(7)) As...]]></description>
			<content:encoded><![CDATA[<div>is it not possible to use <i>with</i> in an insert? <br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Insert Into QTemp/FinTotals (&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; With t1 As (&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; Select Cast(' ' As Char(1)) As Reg,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; Cast(' ' as Char(7)) As CustNo,Cast(' ' As Char(30)) As&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; CustName,Cast(Sum( Invoiced ) As Dec(15,2)) As Invoiced,&nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; Cast(Sum( PayOff ) As Dec(15,2)) As PayOff, Cast(Sum(Payment) As <br />
&nbsp;  Dec(15,2)) As Payment,Cast(Sum(Balance ) As Dec(15,2)) As&nbsp; &nbsp; &nbsp;  <br />
&nbsp; Balance&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; From RO1050XL_1)&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; Select a.Reg,a.CustNo,a.CustName,a.Invoiced,a.PayOff,a.Payment,&nbsp; <br />
&nbsp; Case When (a.Payment <> 0 And a.PayOff <> 0) Then&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; Cast((((a.Payment / a.PayOff) * 100))&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp;  As Dec(15,2))&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; Else 0 End As Percent,a.Balance From t1 a&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
);</code><hr />
</div> if not...then why the hell not???? please save me...it's dark in here:duh</div>

 ]]></content:encoded>
			<category domain="http://www.code400.com/forum/forumdisplay.php/6-SQL">SQL</category>
			<dc:creator>tomholden</dc:creator>
			<guid isPermaLink="true">http://www.code400.com/forum/showthread.php/9647-my-lastest-and-greatest-quot-Stupid-SQL-Tricks-quot</guid>
		</item>
		<item>
			<title>JDE Report headings</title>
			<link>http://www.code400.com/forum/showthread.php/9646-JDE-Report-headings?goto=newpost</link>
			<pubDate>Wed, 08 Sep 2010 14:19:38 GMT</pubDate>
			<description>Hi, 
Using SVR, option 10, I setup a new report layout consisting of a headings and detail record. 
When I run the DW version, I do not get the report title, which is described on the Version Identification line for the version title of the DW. 
 
Why is this happening?</description>
			<content:encoded><![CDATA[<div>Hi,<br />
Using SVR, option 10, I setup a new report layout consisting of a headings and detail record.<br />
When I run the DW version, I do not get the report title, which is described on the Version Identification line for the version title of the DW.<br />
<br />
Why is this happening?</div>

 ]]></content:encoded>
			<category domain="http://www.code400.com/forum/forumdisplay.php/56-JDE">JDE</category>
			<dc:creator>redvan</dc:creator>
			<guid isPermaLink="true">http://www.code400.com/forum/showthread.php/9646-JDE-Report-headings</guid>
		</item>
		<item>
			<title><![CDATA["I" specification Equivalent translation in "D" Specification of RPGLE]]></title>
			<link>http://www.code400.com/forum/showthread.php/9645-quot-I-quot-specification-Equivalent-translation-in-quot-D-quot-Specification-of-RPGLE?goto=newpost</link>
			<pubDate>Wed, 08 Sep 2010 14:15:58 GMT</pubDate>
			<description><![CDATA[Hi Friends, 
 
I am in the process of converting RPG program to RPGLE program. In this process, It necessiates an conversion of " I " specs to equivalent  "D" specs equivalent. 
 
I specs - I FileRecordformat(Record name)     11 (record Id). 
(The record ID will be set ON, if we hit the record...]]></description>
			<content:encoded><![CDATA[<div>Hi Friends,<br />
<br />
I am in the process of converting RPG program to RPGLE program. In this process, It necessiates an conversion of " I " specs to equivalent  "D" specs equivalent.<br />
<br />
I specs - I FileRecordformat(Record name)     11 (record Id).<br />
(The record ID will be set ON, if we hit the record within the file which has the record format name matching here)<br />
<br />
Kindly let me know the equivalent syntax in D specs, if any. <br />
<br />
Thanks in advance,<br />
<br />
Regards,<br />
Prem</div>

 ]]></content:encoded>
			<category domain="http://www.code400.com/forum/forumdisplay.php/2-RPG-RPGLE">RPG/RPGLE</category>
			<dc:creator>prem</dc:creator>
			<guid isPermaLink="true">http://www.code400.com/forum/showthread.php/9645-quot-I-quot-specification-Equivalent-translation-in-quot-D-quot-Specification-of-RPGLE</guid>
		</item>
		<item>
			<title>reorg tools for iseries</title>
			<link>http://www.code400.com/forum/showthread.php/9644-reorg-tools-for-iseries?goto=newpost</link>
			<pubDate>Wed, 08 Sep 2010 13:13:10 GMT</pubDate>
			<description><![CDATA[Hi 
 
I've been searching for some tools for file reorg. From net i got some tools. Can someone tell me which one  
is the best among the following. Is there any other tools available? 
 
1: ITERA -Reorganize While Active V3R2 
2: Vision's Reorg While Active 
3: OS Solutions: Reorg While Active in...]]></description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
I've been searching for some tools for file reorg. From net i got some tools. Can someone tell me which one <br />
is the best among the following. Is there any other tools available?<br />
<br />
1: ITERA -Reorganize While Active V3R2<br />
2: Vision's Reorg While Active<br />
3: OS Solutions: Reorg While Active in OS Director<br />
4: KSTSOFTWARE<br />
5: S4isystems-reorg while active<br />
6: DCS Software : ARCTOOLS/400™ Version 6.1<br />
7: Softlanding systems<br />
<br />
Thanks!:)</div>

 ]]></content:encoded>
			<category domain="http://www.code400.com/forum/forumdisplay.php/37-Iseries-Tools">Iseries Tools</category>
			<dc:creator>logtosp</dc:creator>
			<guid isPermaLink="true">http://www.code400.com/forum/showthread.php/9644-reorg-tools-for-iseries</guid>
		</item>
		<item>
			<title>Query Manager - Summery only</title>
			<link>http://www.code400.com/forum/showthread.php/9643-Query-Manager-Summery-only?goto=newpost</link>
			<pubDate>Wed, 08 Sep 2010 06:42:26 GMT</pubDate>
			<description>Hey 
 
is it possible to use query manager to create a report as summery only? 
If yes, how? 
 
 
Regards 
Dennis</description>
			<content:encoded><![CDATA[<div>Hey<br />
<br />
is it possible to use query manager to create a report as summery only?<br />
If yes, how?<br />
<br />
<br />
Regards<br />
Dennis</div>

 ]]></content:encoded>
			<category domain="http://www.code400.com/forum/forumdisplay.php/2-RPG-RPGLE">RPG/RPGLE</category>
			<dc:creator>SinCityLegend</dc:creator>
			<guid isPermaLink="true">http://www.code400.com/forum/showthread.php/9643-Query-Manager-Summery-only</guid>
		</item>
		<item>
			<title>Blanks in the Display INFDS</title>
			<link>http://www.code400.com/forum/showthread.php/9642-Blanks-in-the-Display-INFDS?goto=newpost</link>
			<pubDate>Wed, 08 Sep 2010 01:28:36 GMT</pubDate>
			<description><![CDATA[I have a subfile which allows an F7 key prompt to open a selection window. This is all good. I get back the item selected and fill my subfile field and update the subfile. It's when I'm trying to position that curson back to the place it was originally befor I pressed the F7.  
  
 
Code:...]]></description>
			<content:encoded><![CDATA[<div>I have a subfile which allows an F7 key prompt to open a selection window. This is all good. I get back the item selected and fill my subfile field and update the subfile. It's when I'm trying to position that curson back to the place it was originally befor I pressed the F7. <br />
 <br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"> <br />
A RTNCSRLOC(&amp;C1RCDN &amp;C1FELD)<br />
A CSRLOC(C1CSZE C1CSSP)<br />
A SFLCSRRRN(&amp;C1RSNR)<br />
A SFLMODE(&amp;C1MODE)<br />
A C1RSF 4S 0H SFLRCDNBR(CURSOR)<br />
A C1RSNR 5S 0H TEXT('Current Cursor Record<br />
A C1MODE 1A H<br />
A C1RCDN 10A H<br />
A C1FELD 10A H<br />
A C1CSZE 3S 0H TEXT('Row for positioning')<br />
A C1CSSP 3S 0H TEXT('Column for positionin</code><hr />
</div> <div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"> <br />
FTSD002S CF E WORKSTN INFDS(DSPFBK)<br />
&nbsp;<br />
DDSPFBK DS<br />
DRowInfDS 370 370<br />
DColInfDS 371 371<br />
*<br />
D DS<br />
D RowNum 1 2B 0<br />
D ColNum 3 4B 0<br />
D RowBin 2 2<br />
D ColBin 4 4<br />
&nbsp;<br />
C eval C1RSF = C1RSNR<br />
C eval RowBin = RowInfDS<br />
C eval ColBin = ColInfDS</code><hr />
</div> My problem is rowinfds and colinfds consist of blanks, and I can not understand why. Did everything (I thought) by the book... What's up????<br />
 <br />
gollnick</div>

 ]]></content:encoded>
			<category domain="http://www.code400.com/forum/forumdisplay.php/2-RPG-RPGLE">RPG/RPGLE</category>
			<dc:creator>pgollnic</dc:creator>
			<guid isPermaLink="true">http://www.code400.com/forum/showthread.php/9642-Blanks-in-the-Display-INFDS</guid>
		</item>
		<item>
			<title>When Making Paperless Decisions: Why Choose i?</title>
			<link>http://www.code400.com/forum/showthread.php/9641-When-Making-Paperless-Decisions-Why-Choose-i?goto=newpost</link>
			<pubDate>Tue, 07 Sep 2010 21:43:23 GMT</pubDate>
			<description><![CDATA[A question some companies should ask themselves—particularly companies with a strong existing IBM System i environment—is: "Why not run document imaging and management solutions on our primary platforms?" 
 
Read the newest article from Ryan Rhodes (contributing writer to IBM Systems Magazine)...]]></description>
			<content:encoded><![CDATA[<div>A question some companies should ask themselves—particularly companies with a strong existing IBM System i environment—is: &quot;Why not run document imaging and management solutions on our primary platforms?&quot;<br />
<br />
Read the newest article from Ryan Rhodes (contributing writer to IBM Systems Magazine) <a href="http://www.s4isystems.com/whyi.php" target="_blank">www.s4isystems.com/whyi.php<br />
</a></div>

 ]]></content:encoded>
			<category domain="http://www.code400.com/forum/forumdisplay.php/30-Whatever-(not-programming-related)">Whatever (not programming related)</category>
			<dc:creator>Jenniefer</dc:creator>
			<guid isPermaLink="true">http://www.code400.com/forum/showthread.php/9641-When-Making-Paperless-Decisions-Why-Choose-i</guid>
		</item>
		<item>
			<title>Happy Birthday kausix777!</title>
			<link>http://www.code400.com/forum/showthread.php/9640-Happy-Birthday-kausix777!?goto=newpost</link>
			<pubDate>Tue, 07 Sep 2010 13:02:27 GMT</pubDate>
			<description>Hope you have a great day!</description>
			<content:encoded><![CDATA[<div>Hope you have a great day!</div>

 ]]></content:encoded>
			<category domain="http://www.code400.com/forum/forumdisplay.php/30-Whatever-(not-programming-related)">Whatever (not programming related)</category>
			<dc:creator>FaStOnE</dc:creator>
			<guid isPermaLink="true">http://www.code400.com/forum/showthread.php/9640-Happy-Birthday-kausix777!</guid>
		</item>
		<item>
			<title>Reg :  SNDDST</title>
			<link>http://www.code400.com/forum/showthread.php/9639-Reg-SNDDST?goto=newpost</link>
			<pubDate>Tue, 07 Sep 2010 11:19:15 GMT</pubDate>
			<description>Hi  
 
Is it possible to use group id in SNDDST command.  Any one help me in this regards 
 
Thanx in Advance 
Magesh</description>
			<content:encoded><![CDATA[<div>Hi <br />
<br />
Is it possible to use group id in SNDDST command.  Any one help me in this regards<br />
<br />
Thanx in Advance<br />
Magesh</div>

 ]]></content:encoded>
			<category domain="http://www.code400.com/forum/forumdisplay.php/4-CLP-CLLE">CLP/CLLE</category>
			<dc:creator>kmkmagesh</dc:creator>
			<guid isPermaLink="true">http://www.code400.com/forum/showthread.php/9639-Reg-SNDDST</guid>
		</item>
		<item>
			<title>How to create service on As400</title>
			<link>http://www.code400.com/forum/showthread.php/9638-How-to-create-service-on-As400?goto=newpost</link>
			<pubDate>Tue, 07 Sep 2010 09:10:30 GMT</pubDate>
			<description>Like windows, how you can create a service program on as400 box. I know ADDAJE command interface is there, but does any one have the steps to do this?</description>
			<content:encoded><![CDATA[<div>Like windows, how you can create a service program on as400 box. I know ADDAJE command interface is there, but does any one have the steps to do this?</div>

 ]]></content:encoded>
			<category domain="http://www.code400.com/forum/forumdisplay.php/18-Tips-for-the-Iseries-AS400">Tips for the Iseries/AS400</category>
			<dc:creator>testas400</dc:creator>
			<guid isPermaLink="true">http://www.code400.com/forum/showthread.php/9638-How-to-create-service-on-As400</guid>
		</item>
	</channel>
</rss>
