ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Forums

Collapse
 
  • Filter
  • Time
  • Answered
  • Show
  • New Topics
Clear All
new posts
No content found
Show More
 
  • Filter
  • Time
  • Show
  • New Topics
Clear All
new posts
Please log in to your account to view your subscribed posts.
Directory Topics Posts Last Post
Tips, Techniques, Tools & Announcements
Announcements
Open forum to post Events
Topics: 37 Posts: 125
37 125
Other useful websites
Lists of other websites related to coding on the Iseries.
Topics: 88 Posts: 344
88 344
Iseries Tools
Links/Reviews of products on the AS400 market. Some may contain free trial versions. If you see something you have worked with please post your thoughts.
Topics: 274 Posts: 1,024
274 1,024
ipherrox
Tips for the IBMi
Enter/View Iseries Tips Techniques and Tricks.
Topics: 290 Posts: 1,442
290 1,442
Iseries Programming Languages
Freshers
We enjoy helping NEWBIES learn what has been so good to us over the past ..Oh 100 years or so... So feel free to post any/all BASIC questions to this forum.
Topics: 483 Posts: 3,438
483 3,438
MFisher
by MFisher
RPG/RPGLE
RPG/RPGLE Code Forum
Topics: 4,784 Posts: 30,997
4,784 30,997
SQL
command line and embedded sql
Topics: 1,977 Posts: 11,927
1,977 11,927
CLP/CLLE
CLP/CLLE Code Forum
Topics: 1,194 Posts: 7,145
Last Post: Sql400
1,194 7,145
andreas.prouza
DDS
subfiles,screens, physical files, logicals, print files and menus
Topics: 773 Posts: 4,257
773 4,257
COBOL
COmmon Business-Oriented Language.
Topics: 156 Posts: 688
156 688
PHP
RPG commands and functions show with their PHP equivalents .... A great resource would be directly from the horses mouth... http://php.net/
Topics: 96 Posts: 500
96 500
AS400 REPORTS
Anything to do with AS400/Iseries reports.
Topics: 349 Posts: 1,931
349 1,931
MFisher
by MFisher
ANY THING GOES
Whatever crosses your mind.
Topics: 1,507 Posts: 8,138
Last Post: Giovanni Perotti
1,507 8,138
mjhaston
IFS
Anything dealing with IFS
Topics: 356 Posts: 2,065
Last Post: Copy file to IFS
356 2,065
andreas.prouza
Iseries System administration
Anything that deals with system administration.
Topics: 1,044 Posts: 5,254
1,044 5,254
Scott Klement
Sub-Forums:
V6R1 (8/27)
DB2
general questions about the database.
Topics: 235 Posts: 1,110
Last Post: Repository Database
235 1,110
B.Hauser
/Free format
Free format examples
Topics: 162 Posts: 1,162
162 1,162
JAVA
JAVA coding forum
Topics: 249 Posts: 1,139
249 1,139
Scott Klement
HTTP
web development using HTTP on the Iseries
Topics: 198 Posts: 933
198 933
PC programming as it relates to Iseries
Any questions relating more to a PC type environment. This could be PC, Servers (both LINUX and WINDOWS)
Topics: 229 Posts: 1,194
229 1,194
ChangefIT/DeployfIT/DeskfIT/XrefIT
ChangefIT/DeployfIT/DeskfIT/XrefIT News
Any news eminating from EcofIT regarding DeskfIT, ChangefIT, or XrefIT. These may be cross-posted to/from support.changefit.com
Topics: 70 Posts: 117
70 117
kitvb1
by kitvb1
ChangefIT/DeployfIT/DeskfIT/XrefIT Questions
Any general questions about DeskfIT, ChangefIT, or XrefIT may be posted here. These may be cross-posted to/from support.changefit.com
Topics: 14 Posts: 57
14 57
RDP/RDi/WDSC
RDP/RDi/WDSC - Tips & Tricks
Show us what youve learned. Teach us old dogs some new tricks..
Topics: 249 Posts: 1,198
249 1,198
Job Postings
Opportunities
Please place all job related posts here. Job posting that are not posted to this forum will be deleted.
Topics: 80 Posts: 232
80 232
OFF Topic
Whatever (not programming related)
Just about anything is game here!
Topics: 839 Posts: 6,046
839 6,046

Code400 -The Support Alternative Statistics

Collapse

Topics: 15,796   Posts: 92,617   Members: 9,465   Active Members: 11
Welcome to our newest member, smarianakis.

What's Going On

Collapse

There are currently 17 users online. 0 members and 17 guests.

Most users ever online was 1,863 at 12:34 AM on November 5, 2023.

Latest Topics

Collapse

  • Thunder
    Ovrdbf + opnqry + read(e)
    by Thunder
    Hello

    I got a CLLE OVRDBF + OPNQRY file

    OVRDBF FILE(FILE) OVRSCOPE(*CALLLVL) SHARE(*YES) SEQONLY(*NO)

    OPNQRYF FILE((FILE)) OPTION(*INP) FORMAT(FILE) +
    QRYSLT(' FIELD1 < 0 *AND FIELD2 *LT (' +
    *CAT &VAR1 *CAT ') +
    KEYFLD((FILE3)) OPNSCOPE(*ACTGRP)​...
    1 week ago
  • JustPassing
    Difference in performance between FETCH FIRST x ROWS and LIMIT x
    by JustPassing
    Hello,

    My current company has programmation rules. We have been asked to only use LIMIT x and not FETCH FIRST x ROWS. However, no concrete reason was given. Does anyone know if there is a difference ?

    Thanks.
    1 week ago
  • MFisher
    SQL in RPG Doesn't Like my Index
    by MFisher
    I get an error trying to compile this code. The problem is with DAYNUM , but I don't see what's wrong. It is defined a 3,0 in an earlier step.
    Field YEARY is an alpha string, and I want to pull out a value at position = DAYNUM

    Not allowed to use a variable in SUBSTR ? O/S = V7...
    2 weeks ago
  • mlopez01
    String concatenation with "+"
    by mlopez01
    We have a 5Mb varying length field that was being appended to by something similar to this:

    longField += %trim(field1) + ',' + %editc(amt: 'J') + ',' + %trim(field2) + ...

    This took quite a long time to complete.

    When we changed it to a single shorter varying...
    2 weeks ago
Working...
X