Subfile Questions and Answers

Recent IT Questions

21 - 40 of 51

subfile

I have created a message subfile but my code is not moving the error message to the display file.I did a debug and found that the write msgctl statement is executed but nothing is being written.Wat could be the possible reason

View Answer   |  Dec 30 2008  10:07 AM GMT
Subfile
asked by Anderson123

  840 pts.

subfile

I need to display multiple messages at bottom of screen.Is there an alternate way of displaying multiple error messages rather than using message subfile...if so can you give me a simple example

View Answer   |  Dec 29 2008  2:53 PM GMT
Subfile
asked by Anderson123

  840 pts.

How to view online the new data added to a PF?

Hi, I need to display in a subfile the new data added to a phisical file, in real time. Who knows unix, this is something like the command "tail -f". Thanks a lot!

View Answer   |  Dec 10 2008  1:24 AM GMT
Subfile, PF/LF, Physical File
asked by Mariodlg

  210 pts.

Fold/Drop

I have a dds in which the subfile record spans several lines of the map. I need to display the first three lines and truncate the rest using a function key to display the rest. Truncation occurs after one line when using fold/drop. Is there anyway to change where there truncation takes place?

View Answer   |  Dec 1 2008  3:59 PM GMT
Subfile, Subfile Record Number, Subfile Truncation
asked by Schue

  5 pts.

Can any one give detailed functionality of SFLRCDNBR

I would like to know the fuctionality of the SFLRCDNBR. Can any one help me in this regards ? Eg: When I am using Load All Subfile programming I have 1000-records, page size-5. Now I am at 200th record , when I will take enter, it goes to 1st record. I hope in this case only we can used...

View Answer   |  Nov 24 2008  2:25 PM GMT
SFLRCDNBR, Subfile
asked by Zilan

  85 pts.

SFLNXTCHG

Why SFLNXTCHG keyword is used in subfile?

View Answer   |  Nov 18 2008  12:53 AM GMT
Subfile, SFLNXTCHG, Subfile Next Changed
asked by Pras

  5 pts.

SFLRCDNBR

Hi, Can anybody give me real sinario for SFLRCDNBR?with example?

View Answer   |  Oct 9 2008  1:57 AM GMT
SFLRCDNBR, Subfile, Subfile Record Number
asked by Girikuppi

  5 pts.

AS/400 - Subfile

I have a SFL that has drop/fold capability. The problem is when the SFL goes into drop mode, additional fields/records needs to be displayed, how can I display those fields/records? Currently it is displaying only one record.

View Answer   |  Sep 24 2008  9:05 AM GMT
Subfile, SFL
asked by Kundankumar 83

  65 pts.

AS/400

Hi, Whre we can use SFLNXTCHG?why we want to use this?

View Answer   |  Sep 22 2008  8:32 AM GMT
Subfile, SFLNXTCHG, Subfile Next Changed
asked by Icc

  10 pts.

AS/400 SFLNXTCHG

Hey this is venkatesh.Please can any body tell me what is SFLNXTCHG?where we use this keyword?what perpuse we use this?Can you tell me in real time senario with example? And in 7 specification(RPG/400)what is the mandatory specification using programs?

View Answer   |  Sep 22 2008  6:20 AM GMT
RPG, Subfile, SFLNXTCHG
asked by Thara

  15 pts.

Link for download subfile programming in RPG ILE

HI , i am working on ile rpg , & i just started to work on subfile programming . i want to lean subfile programming because i didn't work on it yet. i dont have any source like any document . i have downloded a pdf file for subfile programming its good but it is only For RPG not for ile. does it...

View Answer   |  Sep 17 2008  5:30 AM GMT
RPG, RPG ILE, Subfile
asked by Ambrish 82

  275 pts.

Positioning Cursor in Subfile

I can use the SFLRCDNBR(CURSOR) keyword to position the cursor on the correct subfile line that I want, but can I then get it to position on a particular field ? SFLRCDNBR(CURSOR) defaults to the first input capable field. DSPATR(PC) seems to override the SFLRCDNBR keyword; therefore I lose the...

View Answer   |  Sep 9 2008  4:28 PM GMT
RPGLE, SFLRCDNBR, DDS
asked by Modiyooch

  370 pts.

SQL Subfile and position to ability

I have a subfile that can be sorted by any of 4 fields, so I want to use imbedded SQL to read the data out of my PF in order to populate the subfile. I want to be able to allow the user to enter position to information, and position to that entry - normally, I would do a SETLL to the file based on...

View Answer   |  Aug 14 2008  7:03 PM GMT
Subfile, SETLL, SELECT statement
asked by Klw

  50 pts.

SUBFILE

I read opt(options) in the subfile. If all the entered option is valid(i.e 1) then i have to write the record into PF else not. I read subfile by READC first till EOF. then i set RRN=1 and then inorder to update again i use READC. but when it reach DOW NOT%EOF it come out of the loop. si i could...

View Answer   |  Aug 11 2008  1:32 PM GMT
Subfile
asked by Minuvinu

  35 pts.

Subfile Scrolling

Could you please suggest how can I scroll the subfile pages automatically without pressing the PAGEUP or PAGEDOWN.Please let me know if there is any function or code avaliable to do this.

View Answer   |  Jul 24 2008  8:29 AM GMT
Subfile, DSPF
asked by Parthag

  5 pts.

purpose of sflsiz

What is the purpose of sflsiz in load all subfile

View Answer   |  Jul 11 2008  9:23 AM GMT
Subfile, Subfile Size, SFLSIZ
asked by Rajeshece

  480 pts.

Subfile

I am using Load All Subfile. I used Page Down key and went to 2nd page then on 2nd Page I pressed ENTER Key, then it went back to the first page of subfile. I am using COBOL program to write the subfile. Can anybody tell me how to remain on the same page after pressing ENTER key on Load All...

View Answer   |  Jul 5 2008  3:41 PM GMT
AS/400, COBOL, Subfile
asked by Vids

  285 pts.

handle page down in load all subfile

After doing a position to in my subfile, all the page displays the last record, i still get "More." message. How to get rid of this message

View Answer   |  Jun 24 2008  5:13 PM GMT
AS/400, Subfile
asked by RSK

  5 pts.

Subfile Interaction with other Display Files

I am trying to write my first subfile program. I thought I could use a subfile to display a file and allow users to select a record from that file to update a field in another file. In my case I'm maintaining client data and have a file with languages (English, Spanish, etc). I would like to...

View Answer   |  Jun 9 2008  7:19 PM GMT
AS/400, iSeries, Subfile
asked by Kellab57

  5 pts.

AS/400:- How to select records to be displayed in subfile

Dear All, Thanks to all your inputs. As some of you suggested, Earlier I have used SQLRPG & achieved the result by dynamically building the SQL Query string. but now they want to scrap the SQL because they say it's a performance issue(i.e. it slows down the system & a over head on it). Now what...

View Answer   |  Jun 5 2008  11:27 AM GMT
AS/400, Subfile
asked by Svankipu

  55 pts.

21 - 40 of 51