<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: sflend(*More)</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/sflendmore/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/sflendmore/</link>
	<description></description>
	<lastBuildDate>Tue, 18 Jun 2013 21:45:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: filuphaze</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sflendmore/#comment-64892</link>
		<dc:creator>filuphaze</dc:creator>
		<pubDate>Fri, 26 Jun 2009 20:21:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-64892</guid>
		<description><![CDATA[Thank you both for all your help.  It all makes sense now.  That&#039;s what I get for trying something new like defining the Indicators in my program instead of the old way of using *in##.  I appreciate your patience.]]></description>
		<content:encoded><![CDATA[<p>Thank you both for all your help.  It all makes sense now.  That&#8217;s what I get for trying something new like defining the Indicators in my program instead of the old way of using *in##.  I appreciate your patience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teandy</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sflendmore/#comment-64867</link>
		<dc:creator>teandy</dc:creator>
		<pubDate>Fri, 26 Jun 2009 15:23:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-64867</guid>
		<description><![CDATA[It works because you have set up *in90 as a named indicator in your D specs (SFL_End 90 90N) and are using an indicator data structure to communicate with the screen.

In other words, you set up an indicator DS called Indicators. In your F specs you told the screen to use this DS to communicate indicator status between the program and the screen (F indds(indicators)).  When *IN90 came on at EOF the screen ignore it because you told it to use the name SFL_End instead.  When you set SFL_End on at EOF, the screen “saw” it and changed from MORE to BOTTOM.]]></description>
		<content:encoded><![CDATA[<p>It works because you have set up *in90 as a named indicator in your D specs (SFL_End 90 90N) and are using an indicator data structure to communicate with the screen.</p>
<p>In other words, you set up an indicator DS called Indicators. In your F specs you told the screen to use this DS to communicate indicator status between the program and the screen (F indds(indicators)).  When *IN90 came on at EOF the screen ignore it because you told it to use the name SFL_End instead.  When you set SFL_End on at EOF, the screen “saw” it and changed from MORE to BOTTOM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: filuphaze</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sflendmore/#comment-64830</link>
		<dc:creator>filuphaze</dc:creator>
		<pubDate>Thu, 25 Jun 2009 21:24:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-64830</guid>
		<description><![CDATA[OMG!!  During my SFLBLD routine when 90 comes on at the end of file, I moved &#039;1&#039; to SFL_End and that worked!!  I guess the *in90 on my file read does not coincide with the definition.  I don&#039;t know why but it works now.  Thank you  Philpl1jb.  Your last comment did the trick.  I am glad you stuck with me.  sometimes someone else comes up with the obvious answer.  i am never too old to learn something.]]></description>
		<content:encoded><![CDATA[<p>OMG!!  During my SFLBLD routine when 90 comes on at the end of file, I moved &#8217;1&#8242; to SFL_End and that worked!!  I guess the *in90 on my file read does not coincide with the definition.  I don&#8217;t know why but it works now.  Thank you  Philpl1jb.  Your last comment did the trick.  I am glad you stuck with me.  sometimes someone else comes up with the obvious answer.  i am never too old to learn something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: filuphaze</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sflendmore/#comment-64829</link>
		<dc:creator>filuphaze</dc:creator>
		<pubDate>Thu, 25 Jun 2009 20:02:27 +0000</pubDate>
		<guid isPermaLink="false">#comment-64829</guid>
		<description><![CDATA[&lt;pre&gt;ADD                       Fundraiser Order Entry                      6/25/09  
                                                                     14:58:16  
COMPANY/LOCATION . . . . . .  04 04                                            
CUSTOMER NUMBER  . . . . . .   44073 STACIA  - BROCHURE ACCT              
FUNDRAISER CODE  . . . . . .  BA1        BROCHURE ACCT 1                       
SELLER NAME  . . . . . . . .  JOHN BROWN                                       
Type options, press Enter.                                                     
  2=Change       4=Delete                                                      
     Brochure                                                                  
Opt    Code    Item #   Item Description                     Qty Ord           
      B1       400900   SID ICE AGE PLUSH                       5.00           
      B2       400092   LIGHT UP MOTION DECTECTOR AD 105        3.00           
      B2       400092   LIGHT UP MOTION DECTECTOR AD 105        4.00           
      B2       400092   LIGHT UP MOTION DECTECTOR AD 105        5.00           
      B2       400092   LIGHT UP MOTION DECTECTOR AD 105        2.00           
      B2       400092   LIGHT UP MOTION DECTECTOR AD 105        1.00           
      B2       400092   LIGHT UP MOTION DECTECTOR AD 105        4.00           
      B2       400092   LIGHT UP MOTION DECTECTOR AD 105        3.00           
                                                                       More... 
      Broch    Item #     Qty Ord                                              
      B2    *         *                                                        
                                                                               
  F3=Exit    F4=Prompt    F12=Cancel                            








After I page down:


 ADD                       Fundraiser Order Entry                      6/25/09  
                                                                      15:01:16  
 COMPANY/LOCATION . . . . . .  04 04                                            
 CUSTOMER NUMBER  . . . . . .   44073 STACIA - BROCHURE ACCT              
 FUNDRAISER CODE  . . . . . .  BA1        BROCHURE ACCT 1                       
 SELLER NAME  . . . . . . . .  JOHN BROWN                                       
 Type options, press Enter.                                                     
   2=Change       4=Delete                                                      
      Brochure                                                                  
 Opt    Code    Item #   Item Description                     Qty Ord           
       B2       400092   LIGHT UP MOTION DECTECTOR AD 105        5.00           
       B2       400092   LIGHT UP MOTION DECTECTOR AD 105        8.00           
       B2       400092   LIGHT UP MOTION DECTECTOR AD 105        6.00           
       B1       400900   SID ICE AGE PLUSH                       6.00           
                                                                                
                                                                                
                                                                                
                                                                                
                                                                        More... 
       Broch    Item #     Qty Ord                                              
       B1    *         *                                                        
                                                                                
   F3=Exit    F4=Prompt    F12=Cancel&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<pre>ADD                       Fundraiser Order Entry                      6/25/09  
                                                                     14:58:16  
COMPANY/LOCATION . . . . . .  04 04                                            
CUSTOMER NUMBER  . . . . . .   44073 STACIA  - BROCHURE ACCT              
FUNDRAISER CODE  . . . . . .  BA1        BROCHURE ACCT 1                       
SELLER NAME  . . . . . . . .  JOHN BROWN                                       
Type options, press Enter.                                                     
  2=Change       4=Delete                                                      
     Brochure                                                                  
Opt    Code    Item #   Item Description                     Qty Ord           
      B1       400900   SID ICE AGE PLUSH                       5.00           
      B2       400092   LIGHT UP MOTION DECTECTOR AD 105        3.00           
      B2       400092   LIGHT UP MOTION DECTECTOR AD 105        4.00           
      B2       400092   LIGHT UP MOTION DECTECTOR AD 105        5.00           
      B2       400092   LIGHT UP MOTION DECTECTOR AD 105        2.00           
      B2       400092   LIGHT UP MOTION DECTECTOR AD 105        1.00           
      B2       400092   LIGHT UP MOTION DECTECTOR AD 105        4.00           
      B2       400092   LIGHT UP MOTION DECTECTOR AD 105        3.00           
                                                                       More... 
      Broch    Item #     Qty Ord                                              
      B2    *         *                                                        
                                                                               
  F3=Exit    F4=Prompt    F12=Cancel                            








After I page down:


 ADD                       Fundraiser Order Entry                      6/25/09  
                                                                      15:01:16  
 COMPANY/LOCATION . . . . . .  04 04                                            
 CUSTOMER NUMBER  . . . . . .   44073 STACIA - BROCHURE ACCT              
 FUNDRAISER CODE  . . . . . .  BA1        BROCHURE ACCT 1                       
 SELLER NAME  . . . . . . . .  JOHN BROWN                                       
 Type options, press Enter.                                                     
   2=Change       4=Delete                                                      
      Brochure                                                                  
 Opt    Code    Item #   Item Description                     Qty Ord           
       B2       400092   LIGHT UP MOTION DECTECTOR AD 105        5.00           
       B2       400092   LIGHT UP MOTION DECTECTOR AD 105        8.00           
       B2       400092   LIGHT UP MOTION DECTECTOR AD 105        6.00           
       B1       400900   SID ICE AGE PLUSH                       6.00           
                                                                                
                                                                                
                                                                                
                                                                                
                                                                        More... 
       Broch    Item #     Qty Ord                                              
       B1    *         *                                                        
                                                                                
   F3=Exit    F4=Prompt    F12=Cancel</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: filuphaze</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sflendmore/#comment-64828</link>
		<dc:creator>filuphaze</dc:creator>
		<pubDate>Thu, 25 Jun 2009 19:50:51 +0000</pubDate>
		<guid isPermaLink="false">#comment-64828</guid>
		<description><![CDATA[&lt;pre&gt;A          R SFL1                      SFL
A*
A  74                                  SFLNXTCHG
A            FFLIN#    R        H      REFFLD(FRORDTR/FFLIN# *LIBL/FRORDT)
A            OPTION         1A  B 11  3VALUES(&#039; &#039; &#039;2&#039; &#039;4&#039;)
A            FFBCCD    R        O 11  8REFFLD(FRORDTR/FFBCCD *LIBL/FRORDT)
A            FFITM#    R        O 11 17REFFLD(FRORDTR/FFITM# *LIBL/FRORDT)
A            INDESC    R        O 11 26REFFLD(INVTRYR/INDESC *LIBL/INVTRY)
A            FFQTOR    R        O 11 62REFFLD(FRORDTR/FFQTOR *LIBL/FRORDT)
A                                      EDTCDE(4)
A*
A          R SF1CTL                    SFLCTL(SFL1)
A*
A                                      SFLSIZ(0025)
A                                      SFLPAG(0008)
A                                      OVERLAY
A  32                                  SFLDSP
A                                      SFLDSPCTL
A  31                                  SFLCLR
A  90                                  SFLEND(*MORE)
A            RRN1           4S 0H      SFLRCDNBR
A            ORMODE         6A  O  1  2DSPATR(HI)
A                                  1 28&#039;Fundraiser Order Entry&#039;
A                                      DSPATR(HI)
A                       g&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<pre>A          R SFL1                      SFL
A*
A  74                                  SFLNXTCHG
A            FFLIN#    R        H      REFFLD(FRORDTR/FFLIN# *LIBL/FRORDT)
A            OPTION         1A  B 11  3VALUES(' ' '2' '4')
A            FFBCCD    R        O 11  8REFFLD(FRORDTR/FFBCCD *LIBL/FRORDT)
A            FFITM#    R        O 11 17REFFLD(FRORDTR/FFITM# *LIBL/FRORDT)
A            INDESC    R        O 11 26REFFLD(INVTRYR/INDESC *LIBL/INVTRY)
A            FFQTOR    R        O 11 62REFFLD(FRORDTR/FFQTOR *LIBL/FRORDT)
A                                      EDTCDE(4)
A*
A          R SF1CTL                    SFLCTL(SFL1)
A*
A                                      SFLSIZ(0025)
A                                      SFLPAG(0008)
A                                      OVERLAY
A  32                                  SFLDSP
A                                      SFLDSPCTL
A  31                                  SFLCLR
A  90                                  SFLEND(*MORE)
A            RRN1           4S 0H      SFLRCDNBR
A            ORMODE         6A  O  1  2DSPATR(HI)
A                                  1 28'Fundraiser Order Entry'
A                                      DSPATR(HI)
A                       g</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: filuphaze</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sflendmore/#comment-64825</link>
		<dc:creator>filuphaze</dc:creator>
		<pubDate>Thu, 25 Jun 2009 19:48:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-64825</guid>
		<description><![CDATA[F***********************************************************************
Fford0090  cf   e             workstn
F                                     sfile(sfl1:rrn1)
F                                     infds(info)
F                                     indds(indicators)
Ffrorhd    uf a e           k disk
Ffrordt    uf a e           k disk
Ffrordn    uf a e           k disk
Finvtry    if   e           k disk
Fcustmr    if   e           k disk
Ffrcsfr    if   e           k disk
Ffrbcit    if   e           k disk
Ffrcspc    if   e           k disk
D*
D psds           sds
D  #pgnam           *proc
D  #user                254    263
D*
Dinfo             ds
D cfkey                 369    369
D*
D Indicators      DS
D  SFL_Clr               31     31N
D  SFL_Dsp               32     32N
D  Pos_Cursr             60     60N
D  Pos_Qtyor             61     61N
D  Broch_Err             70     70N
D  Item_Err              71     71N
D  Nxtchg                74     74N
D  SFL_End               90     90N
D*
D System_Date     s               d   datfmt(*iso)
D                                     inz(*sys)
D Today           s               d
D*
Dexit             c                   const(X&#039;33&#039;)
Dcancel           c                   const(X&#039;3C&#039;)
Dprompt           c                   const(X&#039;34&#039;)
Dadd              c                   const(X&#039;36&#039;)
Denter            c                   const(X&#039;F1&#039;)
Drollup           c                   const(X&#039;F5&#039;)
Dsflpag           c                   const(8)
Ddisplay          c                   const(&#039;5&#039;)
Dchange           c                   const(&#039;2&#039;)
Ddelete           c                   const(&#039;4&#039;)
D*
Dlstrrn           s              4  0 inz(0)
Dselrrn           s              4  0 inz(0)
Dcount            s              4  0 inz(0)

D*
C*****************************************************************
C*  Main Routine
C*****************************************************************
C*
C* Clear then build the initial subfile
C*
C                   exsr      clrsf1
C     odtk01        setll     frordt
C                   exsr      sflbld
C*
C* Do loop to process the subfile until F3 is pressed.
C*
C                   dou       cfkey = exit or cfkey = cancel
C*
C                   write     fkey1
C                   write     sf1ctl
C                   exfmt     detail
C                   if        cfkey=exit
C                             or cfkey=cancel
C                   iter
C                   endif



*
C*****************************************************************
C*  CLRSF1 - Clear the subfile
C*****************************************************************
C*
C     clrsf1        begsr
C*
C* Clear relative record numbers and subfile
C*
C                   eval      rrn1 = *zero
C                   eval      lstrrn = *zero
C                   eval      SFL_Clr = *on
C                   write     sf1ctl
C                   eval      SFL_Clr = *off
C                   eval      SFL_Dsp= *on
C*
C                   endsr

C*****************************************************************
C*  SFLBLD - Build the List
C*****************************************************************
C*
C     sflbld        begsr
C*
C* Make RRN1 = to the last relative record number of the subfile
C* so that the load process will correctly add records to the bottom
C*
C                   eval      rrn1 = lstrrn
C*
C* Load the subfile with one page of data or until end-of-file
C*
C                   do        sflpag
C     odtk01        reade     frordt                                 90
C                   if        *in90
C                   leave
C                   endif
C                   eval      rrn1 = rrn1 + 1
C                   eval      option = *blank
C                   eval      brochr = ffbccd
C     invk01        chain     invtry
C                   write     sfl1
C                   enddo
C*
&quot;C* If no records are loaded to subfile, don&#039;t display it&quot;
C*
C                   if        rrn1 = *zero
C                   eval      SFL_Dsp = *off
C                   eval      Pos_Cursr = *off
C                   eval      Pos_Qtyor = *off
C                   endif
C*
C                   eval      lstrrn = rrn1
C*
C                   endsr
C*
C*****************************************************************]]></description>
		<content:encoded><![CDATA[<p>F***********************************************************************<br />
Fford0090  cf   e             workstn<br />
F                                     sfile(sfl1:rrn1)<br />
F                                     infds(info)<br />
F                                     indds(indicators)<br />
Ffrorhd    uf a e           k disk<br />
Ffrordt    uf a e           k disk<br />
Ffrordn    uf a e           k disk<br />
Finvtry    if   e           k disk<br />
Fcustmr    if   e           k disk<br />
Ffrcsfr    if   e           k disk<br />
Ffrbcit    if   e           k disk<br />
Ffrcspc    if   e           k disk<br />
D*<br />
D psds           sds<br />
D  #pgnam           *proc<br />
D  #user                254    263<br />
D*<br />
Dinfo             ds<br />
D cfkey                 369    369<br />
D*<br />
D Indicators      DS<br />
D  SFL_Clr               31     31N<br />
D  SFL_Dsp               32     32N<br />
D  Pos_Cursr             60     60N<br />
D  Pos_Qtyor             61     61N<br />
D  Broch_Err             70     70N<br />
D  Item_Err              71     71N<br />
D  Nxtchg                74     74N<br />
D  SFL_End               90     90N<br />
D*<br />
D System_Date     s               d   datfmt(*iso)<br />
D                                     inz(*sys)<br />
D Today           s               d<br />
D*<br />
Dexit             c                   const(X&#8217;33&#8242;)<br />
Dcancel           c                   const(X&#8217;3C&#8217;)<br />
Dprompt           c                   const(X&#8217;34&#8242;)<br />
Dadd              c                   const(X&#8217;36&#8242;)<br />
Denter            c                   const(X&#8217;F1&#8242;)<br />
Drollup           c                   const(X&#8217;F5&#8242;)<br />
Dsflpag           c                   const(8)<br />
Ddisplay          c                   const(&#8217;5&#8242;)<br />
Dchange           c                   const(&#8217;2&#8242;)<br />
Ddelete           c                   const(&#8217;4&#8242;)<br />
D*<br />
Dlstrrn           s              4  0 inz(0)<br />
Dselrrn           s              4  0 inz(0)<br />
Dcount            s              4  0 inz(0)</p>
<p>D*<br />
C*****************************************************************<br />
C*  Main Routine<br />
C*****************************************************************<br />
C*<br />
C* Clear then build the initial subfile<br />
C*<br />
C                   exsr      clrsf1<br />
C     odtk01        setll     frordt<br />
C                   exsr      sflbld<br />
C*<br />
C* Do loop to process the subfile until F3 is pressed.<br />
C*<br />
C                   dou       cfkey = exit or cfkey = cancel<br />
C*<br />
C                   write     fkey1<br />
C                   write     sf1ctl<br />
C                   exfmt     detail<br />
C                   if        cfkey=exit<br />
C                             or cfkey=cancel<br />
C                   iter<br />
C                   endif</p>
<p>*<br />
C*****************************************************************<br />
C*  CLRSF1 &#8211; Clear the subfile<br />
C*****************************************************************<br />
C*<br />
C     clrsf1        begsr<br />
C*<br />
C* Clear relative record numbers and subfile<br />
C*<br />
C                   eval      rrn1 = *zero<br />
C                   eval      lstrrn = *zero<br />
C                   eval      SFL_Clr = *on<br />
C                   write     sf1ctl<br />
C                   eval      SFL_Clr = *off<br />
C                   eval      SFL_Dsp= *on<br />
C*<br />
C                   endsr</p>
<p>C*****************************************************************<br />
C*  SFLBLD &#8211; Build the List<br />
C*****************************************************************<br />
C*<br />
C     sflbld        begsr<br />
C*<br />
C* Make RRN1 = to the last relative record number of the subfile<br />
C* so that the load process will correctly add records to the bottom<br />
C*<br />
C                   eval      rrn1 = lstrrn<br />
C*<br />
C* Load the subfile with one page of data or until end-of-file<br />
C*<br />
C                   do        sflpag<br />
C     odtk01        reade     frordt                                 90<br />
C                   if        *in90<br />
C                   leave<br />
C                   endif<br />
C                   eval      rrn1 = rrn1 + 1<br />
C                   eval      option = *blank<br />
C                   eval      brochr = ffbccd<br />
C     invk01        chain     invtry<br />
C                   write     sfl1<br />
C                   enddo<br />
C*<br />
&#8220;C* If no records are loaded to subfile, don&#8217;t display it&#8221;<br />
C*<br />
C                   if        rrn1 = *zero<br />
C                   eval      SFL_Dsp = *off<br />
C                   eval      Pos_Cursr = *off<br />
C                   eval      Pos_Qtyor = *off<br />
C                   endif<br />
C*<br />
C                   eval      lstrrn = rrn1<br />
C*<br />
C                   endsr<br />
C*<br />
C*****************************************************************</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teandy</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sflendmore/#comment-64820</link>
		<dc:creator>teandy</dc:creator>
		<pubDate>Thu, 25 Jun 2009 19:35:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-64820</guid>
		<description><![CDATA[Sorry again for the typo and spacing.  It should read positions 75 - 76.

&lt;pre&gt;

CL0N01Factor1+++++++Opcode&amp;ExtFactor2+++++++Result++++++++Len++D+HiLoEq

C                                           READ           MYFILE                                                                         40

&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>Sorry again for the typo and spacing.  It should read positions 75 &#8211; 76.</p>
<pre>

CL0N01Factor1+++++++Opcode&amp;ExtFactor2+++++++Result++++++++Len++D+HiLoEq

C                                           READ           MYFILE                                                                         40

</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: teandy</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sflendmore/#comment-64819</link>
		<dc:creator>teandy</dc:creator>
		<pubDate>Thu, 25 Jun 2009 19:31:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-64819</guid>
		<description><![CDATA[Sorry, the spacing did not come out right.

Lets try that again.

Example:
CL0N01Factor1+++++++Opcode&amp;ExtFactor2+++++++Result++++++++Len++D+HiLoEq

C                                           READ      ADCPTIL1                                                                        40]]></description>
		<content:encoded><![CDATA[<p>Sorry, the spacing did not come out right.</p>
<p>Lets try that again.</p>
<p>Example:<br />
CL0N01Factor1+++++++Opcode&amp;ExtFactor2+++++++Result++++++++Len++D+HiLoEq</p>
<p>C                                           READ      ADCPTIL1                                                                        40</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teandy</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sflendmore/#comment-64818</link>
		<dc:creator>teandy</dc:creator>
		<pubDate>Thu, 25 Jun 2009 19:29:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-64818</guid>
		<description><![CDATA[This would be much easier to diagnose if you could post your code.  In the mean time, it sounds like the indicator is not being set to on.  Make sure that:

1.) You are using the same indicator for end of file as you are for SFLEND.

2.) The resulting indicator is in the EQ column (position 76 - 76).

Example:
&lt;pre&gt; 

CL0N01Factor1+++++++Opcode&amp;ExtFactor2+++++++Result++++++++Len++D+HiLoEq

C                                           READ      ADCPTIL1                                                                        40

&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>This would be much easier to diagnose if you could post your code.  In the mean time, it sounds like the indicator is not being set to on.  Make sure that:</p>
<p>1.) You are using the same indicator for end of file as you are for SFLEND.</p>
<p>2.) The resulting indicator is in the EQ column (position 76 &#8211; 76).</p>
<p>Example:</p>
<pre> 

CL0N01Factor1+++++++Opcode&amp;ExtFactor2+++++++Result++++++++Len++D+HiLoEq

C                                           READ      ADCPTIL1                                                                        40

</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: filuphaze</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sflendmore/#comment-64816</link>
		<dc:creator>filuphaze</dc:creator>
		<pubDate>Thu, 25 Jun 2009 18:45:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-64816</guid>
		<description><![CDATA[I just tried using the PAGEDOWN with N90.  No change.  You mentioned wrong version.  I am using V4R4M0.  Do you think that has something to do with it.  I have other similar programs and the MORE... BOTTOM works ok.  I am at a loss.  I am not using any other indicator 90 except for the SFLEND(*MORE)  and on the reade for my data file.  If I change the SFLEND to N90 then initially the screen reads BOTTOM and I pagedown and it still reads BOTTOM which it should as I am at the end on page 2 but when I pageup the BOTTOM switches to MORE... and everthing works correctly until I exit the program and go back in.]]></description>
		<content:encoded><![CDATA[<p>I just tried using the PAGEDOWN with N90.  No change.  You mentioned wrong version.  I am using V4R4M0.  Do you think that has something to do with it.  I have other similar programs and the MORE&#8230; BOTTOM works ok.  I am at a loss.  I am not using any other indicator 90 except for the SFLEND(*MORE)  and on the reade for my data file.  If I change the SFLEND to N90 then initially the screen reads BOTTOM and I pagedown and it still reads BOTTOM which it should as I am at the end on page 2 but when I pageup the BOTTOM switches to MORE&#8230; and everthing works correctly until I exit the program and go back in.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.016 seconds using memcached
Object Caching 394/397 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-18 22:57:36 -->