• The Four Hundred
  • Subscribe
  • Media Kit
  • Contributors
  • About Us
  • Contact
Menu
  • The Four Hundred
  • Subscribe
  • Media Kit
  • Contributors
  • About Us
  • Contact
  • Free Software from Kisco

    August 2, 2002 Timothy Prickett Morgan

    Hey, Ted:

    Kisco Information Systems is currently giving away two utilities:

    Smarttn is a green-screen desktop organizer that includes an adding machine, calendar, personal appointment log, note pad and phone list. Kisco used to sell this, but has decided to just give it away, no strings attached.

    CPYSELF is an OS/400 command that provides for multiple field-level SQL-type selections. This is much more efficient than CPYF with selection, and it is easy to use. Kisco has even built this in to most of its applications.

    It is Kisco’s plan to add more items in the future.

    These utilities may be

    …

    Read more
  • Looking for Number Two

    August 2, 2002 Timothy Prickett Morgan

    Hey, Ted:

    I have a file of sales reps and the amount of sales, in dollars, so far this year. I can easily find the top producer using SQL.

    select repid, amt from sales2 where amt =       
        (select max(amt) from sales2)
    

    How do I find the number-two producer?

    — Roger

    There are probably several ways to answer your question, Roger.

    First, here’s the raw data that I’ll use to illustrate:

    REPID        AMT 
    JLM1      25,922 
    NTP2     177,208 
    LJS2      15,424 
    CRC0     122,730 
    HFH1      95,682 
    JKS0      76,903 
    JLM2      55,088 
    JTL4      99,944 
    MWS0      12,155 
    BRS1      54,673
    

    To find the number two producer:

    select repid, 
    …

    Read more
  • Confirm File Deletions in Qshell

    August 2, 2002 Timothy Prickett Morgan

    Hey, Ted:

    I accidentally deleted a file in Qshell. I know about the -i option for the rm command, but I forget to use it. Is there any way I can make the -i option the default setting?

    — Lynn

    Use an alias, Lynn. An alias is an alternate name for a command string.

    Add the following line to the .profile file in your home directory.

    alias rm='rm -i'
    

    If you want to change the default for all users, edit /etc/profile instead.

    When you run the rm command, Qshell will substitute rm -i for the rm you type. You will

    …

    Read more

Content archive

  • The Four Hundred
  • Four Hundred Stuff
  • Four Hundred Guru

Recent Posts

  • POWERUp 2025 –Your Source For IBM i 7.6 Information
  • Maxava Consulting Services Does More Than HA/DR Project Management – A Lot More
  • Guru: Creating An SQL Stored Procedure That Returns A Result Set
  • As I See It: At Any Cost
  • IBM i PTF Guide, Volume 27, Number 19
  • IBM Unveils Manzan, A New Open Source Event Monitor For IBM i
  • Say Goodbye To Downtime: Update Your Database Without Taking Your Business Offline
  • i-Rays Brings Observability To IBM i Performance Problems
  • Another Non-TR “Technology Refresh” Happens With IBM i TR6
  • IBM i PTF Guide, Volume 27, Number 18

Subscribe

To get news from IT Jungle sent to your inbox every week, subscribe to our newsletter.

Pages

  • About Us
  • Contact
  • Contributors
  • Four Hundred Monitor
  • IBM i PTF Guide
  • Media Kit
  • Subscribe

Search

Copyright © 2025 IT Jungle