Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. LUEBBKEVIN

    New Year's Resolutions:

    I've only a few 1) learn another programming language 2) find a new job....this company is run by idiots(I think they must suck out all common sense from people when they get into management positions) 3) pay more attention to the important stuff---family---fun and finally 4) take my vacation...
  2. LUEBBKEVIN

    I know I should know this-it's just so basic

    The data file is a physical. the main break would be state in this example and the secondary break would be employee. so state is the first key in the physical. Actually, I'm thinking it's probably easier just to run through the file and just shoot it to QPRINT rather than tax my ever-failing...
  3. LUEBBKEVIN

    I know I should know this-it's just so basic

    I can name the print file fields and my output fields the same so I don't have to mess with moving the data back and forth. The report breaks are what I'm struggling with at the moment.....it must be in one of those areas where I fried the brain cells over the holidays.......
  4. LUEBBKEVIN

    I know I should know this-it's just so basic

    Ok, it's tough getting old. I need to create a report using just RPGIV. I've got the data in the file and have created a print file for the report. My question...... Do I just load the print file from the data file? The data file is keyed to two levels where I need breaks in the...
  5. LUEBBKEVIN

    Deadlines and Requirements changes

    Funny thing is the company I work for now is very similar....they had me create a system on the 400 for a critical piece of the business for one of the bigger client companies. For specifications, they handed me the specs from the old server based system. I was on the job for two weeks and...
  6. LUEBBKEVIN

    file transfer PC to as400 with reflections

    Make sure that if you don't have a pf created to accept the data on the AS400 that you have selected create file and member under the to host transfer options.
  7. LUEBBKEVIN

    limiting the number of downloads

    I'm hoping I'm in the right place. I want to limit the number of downloads per session on a website but don't know where that setting is located. For example....say userA is allowed 10 downloads per session. If he tries to download 11, he'll receive an error message. I know I can limit file...
  8. LUEBBKEVIN

    limiting the number of downloads

    I'm hoping I'm in the right place. I want to limit the number of downloads per session on a website but don't know where that setting is located. For example....say userA is allowed 10 downloads per session. If he tries to download 11, he'll receive an error message. I know I can limit file...
  9. LUEBBKEVIN

    Help with FTP

    Does anyone have a complete listing of the FTP return codes? like 331 is something like password required. I have what appears to be a very basic list but there are a lot of gaps in the numbering and I was curious as to what those missing codes represent.
  10. LUEBBKEVIN

    DDS field data type date

    Someone asked me why they couldn't specify a field as a date in their DDS. I don't recall.....HELP
  11. LUEBBKEVIN

    Help with FTP

    Thanks for the help. That website got me started. Is there a way to change the folder where I'm putting the file on the server? Right now I put the file from the 400 into the root of the server and I need it to go to a specific folder.
  12. LUEBBKEVIN

    Help with FTP

    I need to send files and receive files from a server via FTP in a program(s). What would be the required parameters I need for the CLP? I've found a few FTP references in other CLPs and it appears that they are using an ftp command file and a log file. How do I know what to use in the...
  13. LUEBBKEVIN

    Anyone know of a cross reference/in

    Anyone know of a cross reference/index of the CPF messages?
  14. LUEBBKEVIN

    More a CL question System Name

    Ok I should remember this. What is the variable I use to retrieve the name of the system? In other words.....what parm do I need in the RTVSYSVAL on my cl? I need the name of the current system.
  15. LUEBBKEVIN

    OK I know I've done this a million

    OK I know I've done this a million times. I need a quick CL program that will use a display program to allow the user to input a program name. The CLP will use this parm from the display as the call in a SBMJOB. In CL how do I use this display?
  16. LUEBBKEVIN

    message files

    so I should be able to chain to the message file (I'm assuming using MSGID as the key) and pull out the MSGD from the message file?
  17. LUEBBKEVIN

    message files

    Just one more quick question that I can't really find a definitive answer. Are message files used solely in display files or can message files be also used in regular RPG batch programs? I want to eliminate the need for adding a table for error messages. In this shop, almost every program has...
  18. LUEBBKEVIN

    Standards

    Is there a URL where I can find high level CUA or standards for RPG programming? We are putting together an updated version of the standards in my shop and I'm of the belief that if we make our standards emulate the industry standards for as many areas as possible, when new developers come in...
  19. LUEBBKEVIN

    FTP to the 400

    yes that's pretty much it. basically what i need to do is put the clp in robot to run around 10 am everyday to pull an error file from the client system. that data file (it's a flat file basically) would be uploaded to a file on the AS400 (preferably using today's date as the member). another...
  20. LUEBBKEVIN

    message files

    I've not used a message file before for my error messages in a display for an interactive application. I know how to create one but how do I edit/add to it? DBU and DFU won't work. Since I use CRTMSGF there doesn't appear to be any associated dds with it. Anybody have any experience using...

Part and Inventory Search

Back
Top