Search the web
Sign In
New User? Sign Up
rpg400-1 · RPG400 Support Board.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 69 - 98 of 938   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
69
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...
flbookworm429
Offline Send Email
Mar 5, 2003
2:39 pm
70
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...
Buck Calabro
starbuck5250
Offline Send Email
Mar 5, 2003
4:11 pm
71
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:...
Richard ECUYER
recuyer2002
Offline Send Email
Mar 5, 2003
4:50 pm
72
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...
flbookworm429
Offline Send Email
Mar 10, 2003
7:33 pm
73
... Hi Denise! Look at the SST keyword in the DDS manual. A R REC1 PFILE(PFA) A LASTNAME I SST(NAME 10 10) A K LASTNAME Note that you can use the...
Buck Calabro
starbuck5250
Offline Send Email
Mar 10, 2003
8:36 pm
74
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...
Randy
picachoo_29m
Offline Send Email
Mar 14, 2003
10:58 pm
75
... 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...
Buck Calabro
starbuck5250
Offline Send Email
Mar 17, 2003
3:24 pm
76
... 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...
Randy
picachoo_29m
Offline Send Email
Mar 18, 2003
7:15 am
77
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...
xax xax
picachoo_29m
Offline Send Email
Mar 18, 2003
7:17 am
78
... 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...
Buck Calabro
starbuck5250
Offline Send Email
Mar 18, 2003
2:21 pm
79
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...
Richard ECUYER
recuyer2002
Offline Send Email
Mar 18, 2003
2:35 pm
80
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...
Randy
picachoo_29m
Offline Send Email
Mar 19, 2003
2:41 am
81
3+ Years Exp on RPG/400,AS/400-for Gurgaon Skills : AS/400, RPG/400 Skill Detail : AS/400, RPG/400 Analysis & Coding, Support Qualification : MCA , BE,...
jagawins
Offline Send Email
Mar 27, 2003
3:40 am
82
hi, would anyone know how to update trigger files? thanks!!!...
Gian
gianne03
Offline Send Email
Apr 14, 2003
6:22 am
83
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...
Richard ECUYER
recuyer2002
Offline Send Email
Apr 14, 2003
7:28 am
84
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...
Gian
gianne03
Offline Send Email
Apr 14, 2003
8:31 am
85
i have not tried it but the trigger is call before OR after the action on the file. the better way to know is perhaps to try it. ... From: "Gian"...
Richard ECUYER
recuyer2002
Offline Send Email
Apr 14, 2003
9:19 am
86
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...
Randy
picachoo_29m
Offline Send Email
Apr 14, 2003
8:13 pm
87
so far, my none of my colleagues have tried it either. it just so happens that this is the main reason why i created a trigger program. the scenario is, within...
Gian
gianne03
Offline Send Email
Apr 15, 2003
2:40 am
88
... On the ADDPFTRG command, use ALWREPCHG(*YES) and you can change the buffer. Describe the buffer as an external data structure and it will be very simple...
Buck Calabro
starbuck5250
Offline Send Email
Apr 15, 2003
7:44 pm
89
Anyone know anything about an error message that I've been getting in my programs? It will work fine and they I'll go to run it agian and 'I get CPF5257 I/O...
The one...
pmashady
Offline Send Email
Apr 17, 2003
5:38 pm
90
... You need to check the job log to see what messages come before this one. --buck __________________________________________________ Do you Yahoo!? The New...
Buck Calabro
starbuck5250
Offline Send Email
Apr 17, 2003
10:08 pm
91
Dear Friends, I wish to intimate you about recruitment programme in Results India Systems Pvt. Ltd. is undertaking for it's offices based at NOIDA and Chennai....
exploreshiv
gunjan_yadav
Offline Send Email
Jul 3, 2003
1:14 pm
92
Dear Friends, I wish to intimate you about recruitment programme in Results India Systems Pvt. Ltd. is undertaking for it's offices based at NOIDA and Chennai....
exploreshiv
gunjan_yadav
Offline Send Email
Jul 10, 2003
9:48 am
93
Dear Friends, I wish to intimate you about recruitment programme in Results India Systems Pvt. Ltd. is undertaking for it's offices based at NOIDA and Chennai....
exploreshiv
gunjan_yadav
Offline Send Email
Jul 10, 2003
10:14 am
94
Hello, I wonder if you can possibly answer my query regarding the AS400 RPG PSSR Error handling subroutine. I need to add the PSSR subroutine to a program in...
as400babe
Offline Send Email
Jul 20, 2003
2:51 pm
95
... Hi Kate! ... OK. You don't need the PSSR for that. Put an indicator in the LO positions of the CHAIN/READ (RPG III) or use the (e) extender (RPG IV)....
Buck Calabro
starbuck5250
Offline Send Email
Jul 21, 2003
4:12 pm
96
Hello, I use the SNDDST command inside a CL program to send an email with an attached file. It has worked fine but if the attachment is too big the file...
redyarn108
Offline Send Email
Jul 22, 2003
6:25 pm
97
We are a recruitment company based in BOMBAY - india. our client is looking for a candidate who is a RPG400 Developer - minimum of 3 years of exp. contact at ...
r patel
xxstupid
Offline Send Email
Jul 24, 2003
11:17 am
98
Ever thought about joining or even visiting an Adult Nudist Community? We would imagine you have but some it is just not their style and that is ok but if you...
alexandra_uoft9
Offline Send Email
Aug 4, 2003
9:20 am
Messages 69 - 98 of 938   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help