+ Post New Thread
Page 51 of 77 FirstFirst ... 41 49 50 51 52 53 61 ... LastLast
Threads 1001 to 1020 of 1536

Forum: RPG

RPG is the language of the AS/400/iSeries/System i/IBM i. And our readers speak it!

  1. Manipulation of dates containing seperators

    If the character date DMY field is defined as 8a, then it will work. The compile expects date separators in this case, since the length is 8. *DMY...

    Started by Guest.Visitor‎, 10-22-2003 08:09 AM
    • Replies: 3
    • Views: 364
    10-22-2003, 12:02 PM Go to last post
  2. Updating buffer in trigger program

    You can update the data in the trigger program if you set ALWREPCHG(*YES) on the ADDPFTRG command. Mark McCall

    Started by Guest.Visitor‎, 10-21-2003 03:22 PM
    2 Pages
    1 2
    • Replies: 12
    • Views: 2,543
    08-13-2004, 12:36 PM Go to last post
  3. Organizing Subprocedures

    We are starting to use ILE with my group extensively. The members see what the advantages are and how it can improve their skills in the long run. My...

    Started by Guest.Visitor‎, 10-21-2003 09:52 AM
    • Replies: 1
    • Views: 377
    10-21-2003, 10:43 AM Go to last post
  4. Program status data structure question

    All the procedures in the module use the same psds. However, the *PROC field doesn't change when you're in a subprocedure - it always has the main...

    Started by B.Morris‎, 10-21-2003 08:54 AM
    • Replies: 3
    • Views: 1,353
    10-22-2003, 09:52 AM Go to last post
  5. certification

    Dear friends, I want to know the difference between getting certified from thomson prometric and UV prometric??? and which one is the best ????

    Started by Guest.Visitor‎, 10-21-2003 06:08 AM
    • Replies: 1
    • Views: 408
    10-21-2003, 06:08 AM Go to last post
  6. Tips and Techniques: Miscoding Standalone Fields

    ** This thread discusses the article: Tips and Techniques: Miscoding Standalone Fields ** ** This thread discusses the Content article: Tips and...

    Started by MCWebsite.Staff‎, 10-16-2003 12:25 PM
    • Replies: 1
    • Views: 744
    10-16-2003, 12:25 PM Go to last post
  7. Using Edit Codes

    ** This thread discusses the article: Using Edit Codes ** not sure about this code accuracy but there's no such thing as %EDTCDE BIF. %EditC is a...

    Started by Guest.Visitor‎, 10-15-2003 03:46 AM
    • Replies: 3
    • Views: 1,025
    10-15-2003, 08:33 AM Go to last post
  8. TechTip: RPG IV---Are You Having Problems with Your Dates?

    ** This thread discusses the article: TechTip: RPG IV---Are You Having Problems with Your Dates? ** ** This thread discusses the Content article:...

    Started by MCWebsite.Staff‎, 10-13-2003 03:16 PM
    • Replies: 1
    • Views: 884
    10-13-2003, 03:16 PM Go to last post
  9. Converting Date in /Free

    In V5R2, you can do this: Date8s0 = %Uns(%Char(%Date():*ISO0)); In V5R1, you can't use %UNS like this, so you have to overlay an 8a with an 8s0....

    Started by Guest.Visitor‎, 10-10-2003 06:45 PM
    • Replies: 5
    • Views: 1,344
    10-17-2003, 08:20 AM Go to last post
  10. Negative Parameters

    Hi ! I am trying to test a Program which accepts numbers, both positive and Negative, from the Command Line. I am getting the (Same Old) Decimal Data...

    Started by Guest.Visitor‎, 10-10-2003 10:43 AM
    • Replies: 2
    • Views: 364
    10-14-2003, 12:48 PM Go to last post
  11. Debugging in RPGLE - V5R2

    Perhaps USER is a reserved word also. Try this: EVAL %VAR(USER) Chris Ringer ringerContracting@yahooo.com

    Started by Guest.Visitor‎, 10-07-2003 05:53 AM
    • Replies: 2
    • Views: 392
    10-07-2003, 07:46 AM Go to last post
  12. Multi Row fetch in ILE RPG

    This question was asked but not answered a few weeks ago by a Mr. Hoover: Can anyone show or point me towards working Multi Row fetch examples in ILE...

    Started by Guest.Visitor‎, 10-06-2003 11:49 AM
    • Replies: 1
    • Views: 693
    10-06-2003, 12:30 PM Go to last post
  13. RPG and writing to the IFS

    IFS operations use a "file handle". You get this value when you open the file, and then use it in subsequent calls. It sounds like you're using the...

    Started by J.Pluta‎, 10-06-2003 11:28 AM
    • Replies: 6
    • Views: 922
    10-08-2003, 06:02 AM Go to last post
  14. Users don't like 27 X 132 screens.

    There are those times when there is little choice but to move to 27x132. There is a certain amount of font adjustment that may be done, see...

    Started by David Abramowitz‎, 10-06-2003 10:39 AM
    • Replies: 2
    • Views: 416
    10-06-2003, 10:40 AM Go to last post
  15. Numeric compile time array with negative numbers

    Have you included the EXTFMT keyword on the array D-spec? EXTFMT(L) for plus/negative on the left or EXTFMT(R) for the right. You must specify the...

    Started by Guest.Visitor‎, 10-06-2003 06:38 AM
    • Replies: 2
    • Views: 382
    10-06-2003, 11:36 AM Go to last post
  16. Calculating check digit using "Modulo" calculation

    I need to calculate the check digit for use with the Uniform Code Council standard VICS Bill of Lading number. This is NOT the standard MOD10 check...

    Started by gwilburn@hobbyhouse.com‎, 10-03-2003 09:09 AM
    • Replies: 1
    • Views: 845
    10-03-2003, 09:09 AM Go to last post
  17. DSPSIZ and subfiles

    One alternative would be to use a multiple line subfile. This can compress to a single line by using the SFLDROP DDS keyword. Dave

    Started by David Abramowitz‎, 10-02-2003 09:56 AM
    • Replies: 3
    • Views: 1,053
    10-02-2003, 01:47 PM Go to last post
  18. READE in a Select Statement

    the file read is OHHE1...sorry for the typo.

    Started by MichaelAiese‎, 10-02-2003 06:27 AM
    • Replies: 4
    • Views: 548
    10-02-2003, 10:30 AM Go to last post
  19. Retrive alias email address

    Here's a program I wrote to do this. Some notes: 1) The program is coded for V5R2 2) #User is from the SDS. You will need to code this yourself, as I...

    Started by DougCMH‎, 10-01-2003 09:05 AM
    • Replies: 2
    • Views: 638
    10-02-2003, 12:34 AM Go to last post
  20. Create *PGM Objects from Multiple *MODULE Objects

    ** This thread discusses the article: Create *PGM Objects from Multiple *MODULE Objects ** Suppose I have a program that uses QC2LE as the binding...

    Started by Guest.Visitor‎, 10-01-2003 05:34 AM
    • Replies: 6
    • Views: 1,285
    10-01-2003, 04:52 PM Go to last post

+ Post New Thread
Page 51 of 77 FirstFirst ... 41 49 50 51 52 53 61 ... LastLast

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

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