AS/400 B10, IBM 3477 color terminial,<br>operating system, manuals, RPG/400,<br>twinax cable and connectors. $500/BO. <br><br>Please email at guyh1@......
Hi everyone - Would you possibly be interested in the below opportunity or know anyone who would be? Great company!! We have an excellent client about 2 hours...
Position: Software Developer - RPG ILE / JD Edwards One World Location: South Orange County, Ca. Term: Permanent, full-time Salary: $80,000 - 95,000 ...
Looking for RPG400 PROFESSIONALS for a CMM LEVEL 5 company in Bangalore. Please find the requirement specifications and let us know your interest along with...
hi. i'm just new with this group and i am currently in the philippines. i am just wondering if you offer visa coz i am interested to apply if ever. thanks a...
Does anyone know if it is possible to make a database trigger execute on the field level rather than the file level. I know it is possible with lansa and...
You have to do it manually. You set your trigger function to call the trigger program on an update. Then inside the trigger program you compare the before and...
Hi, I have joined this group very recently. I am a student and pursuing my higher studies. As a part of my research, i am interested in parser development. I...
Hi, i am totally new in rpg400. but i'd like to know programming with it. you know, my office is going to buy a system that is written by rpg400 on a as400...
To access IBM manuals, look at: http://publib.boulder.ibm.com/pubs/html/as400/online/homeeng1.htm Select V5R2, and select Programming and then RPG. There are a...
I have a program that lists all the files that the customer uses and have the capability to select a specific file from the list to delete records from that...
Hi Denise! There are two approaches to this problem: use the various file and field description APIs, or use SQL and prepare dynamic statements. This FAQ...
i think the better way will be to use embedded SQL. ... From: flbookworm429 To: rpg400-1@yahoogroups.com Sent: Wednesday, March 05, 2003 3:39 PM Subject:...
I have a file with the key I only need to use the first 2 positions of a key along with some other fields in the file. How can I subscipt a 7 character field...
Hi Guys I started learning RPG and want to make a display file where a user goes to that screen and system gives an order#.(order desk dept). I want to save...
... You only NEED one format, but the specifics really depend on the standards at your workplace. Ask your colleagues what standards they use and follow their...
... I tried that but got lost in the sea of this info. All I want is..if i have a smiple physical file with one field lets say "rec#" and i hava a display...
I tried that but got lost in the sea of this info. All I want is..if i have a smiple physical file with one field lets say "rec#" and i hava a display file...
... I can't post my employer's code, but the general idea is to use a data area to store the "last used" order number. *lock in add 1 rec out exfmt chain if...
in this case, i use one file to store separates informations. With 2 keys : Type of record (10 char) Code of record (10 char) Text Data (256 char wich will...
Thanx for ur responses but for a newbie like myself in RPG, its still not that easy to understand what you explained. reason being things which looks so simple...
what do you mean by "update trigger files" There is no trigger files, only files with one or more triggers programmes associated with. If you mean update files...
hi! what i meant was ... how do you make an update, to file with the trigger. in the program (the one called when the trigger occurs), you can not place an...
Hows about you find the program which triggers the file and update the file and recompile th eprogram?? to fond a program which trigers the file : For...