+ Post New Thread
Page 1 of 104
1 2 3 11 51 101 ... LastLast
Threads 1 to 25 of 2595

Forum: RPG/RPGLE

RPG/RPGLE Code Forum

  1. Sticky Thread Sticky: Qwcjbitp

    Hi all: Does anyone have a working copy of the api QWCJBITP. I'd appreciate a copy if you do. Thanks GLS

    Started by GLS400, March 1st, 2007 04:01 PM
    • Replies: 12
    • Views: 2,808
    December 19th, 2008 06:07 AM Go to last post
  1. ENDSR - factor 1 : LABEL

    while using ENDSR, in the place factor 1 what the label I am using, What;s the purpose of that?? like following, C RTNPNT TAG . . . C ADDRTN BEGSR

    Started by swarup, 15 Hours Ago 11:31 AM
    • Replies: 5
    • Views: 41
    14 Hours Ago 12:40 PM Go to last post
  2. Question CPF5134 - Info needed

    I'm running into the following issue: I made a small change in a program (some calculation changes only) and put it in another environment (replaced the old object) * But in doing so, I'm getting an error CPF5134 - Not authorized to process request on member File :confused: But If i...

    Started by K400, 18 Hours Ago 08:41 AM
    • Replies: 2
    • Views: 39
    17 Hours Ago 10:06 AM Go to last post
  3. Wink line number in program status data structure is zero

    Hi All, "LineNum" And 'StatusCode' in this code is getting as '0000000' when an attempt to write duplicate record on TESTPF FTESTPF O a e disk INFSR(*PSSR) DPSDS SDS ...

    Started by Aji, 4 Days Ago 05:42 AM
    • Replies: 10
    • Views: 153
    17 Hours Ago 09:49 AM Go to last post
  4. Sending message/Alarm options

    Hello, i have a program that i want to run, and have it monitor when my user starts a process, and after 1 hour has passed i need to be able to send them a message that a quality check on the product needs to be performed. I know there is the sndusrmsg command, but i am wondering what other...

    Started by CASWEET72, 1 Day Ago 12:16 PM
    • Replies: 6
    • Views: 48
    1 Day Ago 04:26 PM Go to last post
  5. Exclamation write data in file

    Hello *ALL Suppose i have a file having 10 records. now, how to write data after particular record....for example how to write data after 4th record ?

    Started by abhishek_ec002, 1 Week Ago 02:46 AM
    • Replies: 10
    • Views: 166
    1 Day Ago 11:41 AM Go to last post
  6. free record after chain

    hello everyone, i use the chain comand and update a record in some condition. if the condition is false, i jump to tag. i need to free the record before , how can i do it? thank's Rachel

    Started by rachelyp, 2 Days Ago 03:27 AM
    • Replies: 13
    • Views: 158
    1 Day Ago 11:19 AM Go to last post
  7. Acceptable Programming Practices

    OK... was looking over my code (Doing a Self Code-Review) and was wanting some feedback on this ... Which way would be "better" or is an "acceptable" coding practice? This is a basic indicator control for Display Option or Not based on Field = *Blanks c Eval ...

    Started by FaStOnE, 2 Days Ago 11:23 AM
    • Replies: 8
    • Views: 99
    1 Day Ago 07:50 AM Go to last post
  8. Acces to file with service program

    Hello i'm looking for examples of srvpgm to access to a file; example; parameter in input custumer Id parameter in output DS of the image of the record of customer record thanks in advance

    Started by gio.cot, 3 Days Ago 09:17 AM
    • Replies: 13
    • Views: 152
    1 Day Ago 07:26 AM Go to last post
  9. Utf-8 encoding

    Hi I must create txt file in UTF-8 encoding. Do you know how to simply translate text from EBCDIC to UTF-8?

    Started by posiadly, 3 Days Ago 02:18 AM
    • Replies: 1
    • Views: 30
    2 Days Ago 04:31 AM Go to last post
  10. extnamed structure as buffer

    Hello I want to use external defined structure as a buffer in my program. I have code like this: D buffer e ds extname(personspf:*input) D qualified /free ...

    Started by posiadly, 4 Days Ago 03:24 PM
    • Replies: 2
    • Views: 59
    4 Days Ago 04:09 PM Go to last post
  11. Enumerated type

    I'm writing a new service program and I could do with creating an enumerated type. Can anyone think of a way to do this in ILE RPG? I suppose I could define the types as constants in the /copy member where my prototypes are. Then the procedure where I want them to pass the enum could receive an...

    Started by BenThurley, 1 Week Ago 01:08 PM
    • Replies: 3
    • Views: 123
    4 Days Ago 03:39 PM Go to last post
  12. Pdf in v6r1

    I am using for the first time the possibility to create a file pdf through: OVRPRTF FILE(MYPRTF) DEVTYPE(*AFPDS) TOSTMF ('/ myapp/mypdfs') WSCST(*PDF) however in some row it overlaps some characters a can some one help me ?? thanks

    Started by gio.cot, 4 Days Ago 12:59 PM
    • Replies: 0
    • Views: 30
    4 Days Ago 12:59 PM Go to last post
  13. XLATE opcode in RPG

    D Up C 'ABCDEFGHIJKLMNOPQRS- D 'TUVWXYZ' D Lo C 'abcdefghijklmnopqrs- 'tuvwxyz' C MOVE 'rpg dept' String 8...

    Started by swarup, 4 Days Ago 06:02 AM
    • Replies: 9
    • Views: 124
    4 Days Ago 09:34 AM Go to last post
  14. Subfiles

    Hai friends, I need to design a subfile such that when a user press 1 against a employee number,it should display the details of the selected employee.Pls help me.

    Started by senmalar, 6 Days Ago 12:15 PM
    rpgile, subfiles
    • Replies: 5
    • Views: 79
    4 Days Ago 09:07 AM Go to last post
  15. How do you keep RPG Free clean?

    We have been creating more and more code in RPG Free and we've run into some issues keeping the code clean. By clean I mean in a manner in which it is easy to read and not overly cluttered. Are there any guidelines available that can help with this?

    Started by rpgKnight, 1 Week Ago 06:13 PM
    2 Pages
    1 2
    • Replies: 26
    • Views: 384
    4 Days Ago 08:59 AM Go to last post
  16. Parameters from CL to RPG

    Hi, I have CL that gets called with 4 parms like so: DCL VAR(&FILE) TYPE(*CHAR) LEN(22) DCL VAR(&PCFILE) TYPE(*CHAR) LEN(64) DCL VAR(&HEADINGS) TYPE(*CHAR) LEN(1) DCL VAR(&FORMAT) TYPE(*CHAR) LEN(3)

    Started by vernond, 1 Week Ago 03:56 AM
    • Replies: 10
    • Views: 135
    5 Days Ago 03:18 PM Go to last post
  17. Loading user profile details using APIs

    Hi, I wish to load all the users on a system into a subfile. I know I have to use a user space but can't remember how this is done. Thanks

    Started by Huddy, 1 Week Ago 09:16 AM
    • Replies: 5
    • Views: 100
    1 Week Ago 05:32 AM Go to last post
  18. Convert Date to JDE Date

    Does anyone have code snippet in RPG for converting date (2010-02-14) to JDE date? Thank you.

    Started by snufse, 1 Week Ago 04:46 PM
    • Replies: 6
    • Views: 129
    1 Week Ago 03:33 PM Go to last post
  19. Updating a keyless file with subfile

    I've got a file without a key and I am attempting to write a program to allow users to update the file. I can grab the file and dump it into a subfile and I can access an individual record based on the subfiles RRN; however, I don't have a way to write back to the actual table because there is...

    Started by rpgKnight, 1 Week Ago 12:27 PM
    • Replies: 6
    • Views: 82
    1 Week Ago 01:57 PM Go to last post
  20. Post old rpg III ??

    hi all, i found some old rpg program, i don't familiar with rpg III syntax... so any one can give me a clue or help to understand this syntax .... FMT I IFilename++SqNORiPos1+NCCPos2+NCCPos3+NCC... 0497.00 IFLP001 ZX 29 4 C2 5 C0 6 C5 0498.00 I/COPY...

    Started by rx_b10, 2 Weeks Ago 08:51 AM
    2 Pages
    1 2
    • Replies: 20
    • Views: 321
    1 Week Ago 10:30 AM Go to last post
  21. AS400 Question

    Hi I have came accross the following scinarios 1.I have a Physical file in production, so the problem is it`s reached to the max record after some processing .How to handle this situation. 2.I need a CL program which will monitor the job and make it to message wait,so after send this...

    Started by powers, 3 Weeks Ago 01:31 PM
    • Replies: 5
    • Views: 210
    1 Week Ago 04:11 AM Go to last post
  22. Check for blank dates

    I am using A S2CMDT L B 21 23DSPATR(CS) A DATFMT(*MDY) in my spec for dates. I call them true dates because we commonly use decimals for dates as well. I created a program to maintain a file, which recently I went back and added...

    Started by Adein, 3 Weeks Ago 01:28 PM
    blank dates, dates, dds, free
    • Replies: 15
    • Views: 280
    1 Week Ago 02:52 PM Go to last post
  23. Procedure doesnt return the value :(

    I have a procedure, compiled as a module and the program that using it. I can see calculated value while debugging the module, but after returning to the program it is blank again :( What is wrong? The module: HNoMain D ConvText PR 5000 ...

    Started by InfraRed, 3 Weeks Ago 05:13 PM
    • Replies: 11
    • Views: 149
    1 Week Ago 02:34 PM Go to last post
  24. zero padding.

    Maybe I've missed something in my searches... but I can't figure this out.... I'm helping someone with an issue... they have a solution using a DS but I'm convinced there has to be a prettier way to do it with bifs need to take a 2 digit day or month and convert it to a 2a field. But the...

    Started by bryce4president, 2 Weeks Ago 12:07 PM
    • Replies: 8
    • Views: 151
    1 Week Ago 02:10 PM Go to last post
  25. A little help with chain key please

    Hi all: fupccpadm ipe e disk recno(admr) f prefix('X') funumccp if e disk fqsysprt o f 132 printer D admr s 10i 0 /free ...

    Started by GLS400, 2 Weeks Ago 11:29 AM
    • Replies: 5
    • Views: 125
    2 Weeks Ago 12:47 PM Go to last post

+ Post New Thread

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 2 users browsing this forum. (0 members & 2 guests)

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 10 views
Hot thread with unread posts
More than 15 replies or 10 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