+ Reply to Thread
Results 1 to 4 of 4

Thread: Physical files w/o DDS

  1. #1
    Guest.Visitor Guest

    Default Physical files w/o DDS

    doesn't the *attribute field show this??????? bob hamilton DEEP BLUE won only 2 of 6 games which won't evenget you on the CUBS or JETS.

  2. #2

    Default Physical files w/o DDS

    Mike - Another way to take a quick look at a file would be to use the WRKQRY command and view the file that way. If it is an externally described file, the individual fields can be seen. Just an old mainframer--- Send E-mail if you remember 9-PAC or the GE-225!

  3. #3

    Default Physical files w/o DDS

    Use the UNIQUEKEY keyword, like this: OPNQRYF FILE((MYFILE)) KEYFLD((FIELDA) (FIELDB) (DATE *DESC)) + UNIQUEKEY(2) (This is off the top of my head, but it should be close at least.) The UNIQUEKEY keyword needs to have the number of key fields before the date. If you have my book, Open Query File Magic!, you can find this at the beginning of Chapter 6. Hope this helps. On Wednesday, July 23, 1997, 07:47 AM, Brad Pietrzak wrote: I have multiple records with the same ID (as the key) and different dates. I need to select the only one of the records with the most current date. How would I use the select or group select in opnqryf to do this?

  4. #4
    Guest.Visitor Guest

    Default Physical files w/o DDS

    On Tuesday, July 29, 1997, 06:15 AM, Michael McClain wrote: Does anyone know?---Under v3R1, is there an easy way (using a command like DSPOBJD or something) to tell which physical files DO NOT have corresponding DDS specs. I know that I have some that were created under the S36 environment and would like to be able to id them so that a conversion tool can create the DDS for me. Any help or suggestions appreciated. TIA, Mike ================================================== ============================== ================== If you use the DSPFFD command, you will see that all PFs without DDS will have a MAXIMUM of three fields. The names of those fields will be: K00001, and F00001, and perhaps F00002. David Abramowitz

+ Reply to Thread

Similar Threads

  1. Keyed Physical files
    By bibarnes@yahoo.com in forum SQL
    Replies: 1
    Last Post: 10-02-2002, 04:51 AM
  2. Merging 2 physical files
    By Guest.Visitor in forum Programming
    Replies: 5
    Last Post: 02-28-2001, 05:59 AM
  3. Archiving physical files
    By Guest.Visitor in forum Programming
    Replies: 7
    Last Post: 01-30-2001, 03:22 AM
  4. Joining Physical Files
    By Guest.Visitor in forum Programming
    Replies: 6
    Last Post: 05-16-2000, 08:42 AM
  5. Joining two physical files
    By Guest.Visitor in forum Programming
    Replies: 7
    Last Post: 04-12-2000, 06:47 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts