Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

cl

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • buck.calabro@commsoft.net
    Guest replied
    cl

    karasala said the following on 4/4/2005 8:17 AM: > using loadall can load 50000 records at atime.is it possible. how? The Application Display Programming topic (chapter 4) in the Infocenter will probably help you understand how display files work. After that, I recommend the DDS manual for specific references on various display file keywords. http://www.iseries.ibm.com/infocenter Programming, Device, Application Device Programming Programming, DDS, Display files --buck

    Leave a comment:


  • Guest.Visitor
    Guest replied
    cl

    using loadall can load 50000 records at atime.is it possible. how?

    Leave a comment:


  • Guest.Visitor
    Guest replied
    cl

    From the command line, I want to read a particular record from the file. For this, I have used OVRDBF command specifying the *RRN option. When I do runqry after this, I can see all the records where as I want to see only the record for which the rrn is specified.
    Code

    Leave a comment:


  • Guest.Visitor
    Guest replied
    cl

    With F10 & F11, I could read additional data from null capable fields which was other wise not shown. But it is still showing a rectangular reverse image block for null capable fields (if they contain null value).

    Leave a comment:


  • David Abramowitz
    replied
    cl

    Press F10, followed by F11 to get the full hex display. Dave

    Leave a comment:


  • Guest.Visitor
    Guest replied
    cl

    Yes, this works for "from a particular rrn onwards". But does it displays junk characters for null capable fields? In my case it is doing so.

    Leave a comment:


  • David Abramowitz
    replied
    cl

    On a simpler level, you could use the DSPPFM command, which always displays records in RRN order. Dave

    Leave a comment:


  • Guest.Visitor
    Guest replied
    cl

    Thanks kforsythe. It worked. I thought if RUNQRY can sense OVRDBF for file or member/ it will behave the same way for RRN as well. Thanks once again Varsha

    Leave a comment:


  • K.Forsythe
    Guest started a topic cl

    cl

    You could use STRSQL, QMQRY, or the RUN SQL Script GUI tool in iSeries Nav. Then you could issue a statement like this... select * from file where rrn(file) = 1
Working...
X