Subfile What is the significance of SFLRNA keyword
110 pts.
0
Q:
Subfile What is the significance of SFLRNA keyword
Hello,
This query is related SFLRNA subfile keyword.
What is the significance of SFLRNA keyword?
What is difference between initialization of subfile with SFLINZ only and with SFLINZ and SFLRNA keyword?
ASKED: Jul 21 2009  5:31 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
24600 pts.
0
A:
 RATE THIS ANSWER
+1
Click to Vote:
  •   1
  •  0
  • AddThis Social Bookmark Button
SFLINZ and SFLRNA are associated with each other .

While using Subfile Screen to insert records into a file we will use SFLINZ Key word.
Eg:
when we gave
SFLSIZ -- 100
SFLPAG-- 10

Here Display file will Initialize to 100 records .

If you want to check whether there r records r there or not take pagedown, You could find that .

Association of SFLRNA With SFLINZ is which will make other 90-record inactive.

Reason to use this is :

We can save more time in this case .

This is lenghty process to explain.


I hope this is only u r expecting .

==========================================

http://publib.boulder.ibm.com/infocenter/iseries/v5r3/topic/books/sc415715.pdf

In this second article is a good discussion. The author uses SFLINZ & SFLRNA to prepare blank subfile records for data entry. Apparently adding the SFLRNA creates the blank records but sets the change flag off so subsequent readc commands will only access the changed entries.

http://www.itjungle.com/mpo/mpo112003-story02.html

Phil
Last Answered: Jul 21 2009  1:18 PM GMT by Philpl1jb   24600 pts.
Latest Contributors: Chrisjam   95 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0