Hi *all,
I published an extension for visual studio code to handle automatic build process for IBM i sources:
Object Builder for i
Have fun
Cheers
Andy
Collapse
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
Last Post:
IBM i Build Tool: OBI (Object Builder for i)
|
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,023
Last Post:
IBM ACS Tab Setup not saving
|
274 | 1,023 | ||||
Tips for the IBMi
Enter/View Iseries Tips Techniques and Tricks.
Topics: 290
Posts: 1,442
Last Post:
Examples SFTP transfer on ISeries
|
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
Last Post:
Journal of file lock ?
|
483 | 3,438 | ||||
RPG/RPGLE
RPG/RPGLE Code Forum
Topics: 4,769
Posts: 30,915
|
4,769 | 30,915 | ||||
SQL
command line and embedded sql
Topics: 1,967
Posts: 11,902
|
1,967 | 11,902 | ||||
CLP/CLLE
CLP/CLLE Code Forum
Topics: 1,187
Posts: 7,119
Last Post:
Qdbrrcdl api
|
1,187 | 7,119 | ||||
DDS
subfiles,screens, physical files, logicals, print files and menus
Topics: 770
Posts: 4,250
Last Post:
Recover PRTF DDS ?
|
770 | 4,250 | ||||
COBOL
COmmon Business-Oriented Language.
Topics: 156
Posts: 688
|
156 | 688 |
by Brian Rusch
September 6, 2022, 11:14 AM
|
|||
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
Last Post:
Zend Server 2020 V7R4. also is still free ?
|
96 | 500 | ||||
AS400 REPORTS
Anything to do with AS400/Iseries reports.
Topics: 347
Posts: 1,928
Last Post:
Spool File Expiration
|
347 | 1,928 | ||||
ANY THING GOES
Whatever crosses your mind.
Topics: 1,507
Posts: 8,133
Last Post:
JT400 Question
|
1,507 | 8,133 | ||||
IFS
Anything dealing with IFS
Topics: 356
Posts: 2,065
Last Post:
Copy file to IFS
|
356 | 2,065 | ||||
Iseries System administration
Anything that deals with system administration.
Topics: 1,042
Posts: 5,251
Last Post:
How to open a port on the AS400?
|
1,042 | 5,251 | ||||
Sub-Forums:
| ||||||
DB2
general questions about the database.
Topics: 235
Posts: 1,110
Last Post:
Repository Database
|
235 | 1,110 | ||||
/Free format
Free format examples
Topics: 162
Posts: 1,162
|
162 | 1,162 | ||||
JAVA
JAVA coding forum
Topics: 249
Posts: 1,139
Last Post:
How set libray list in runjava
|
249 | 1,139 | ||||
HTTP
web development using HTTP on the Iseries
Topics: 198
Posts: 931
|
198 | 931 | ||||
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
Last Post:
DeskfIT v2.02 released
|
70 | 117 | ||||
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 |
by DeadManWalks
June 10, 2015, 01:43 PM
|
|||
RDP/RDi/WDSC | ||||||
RDP/RDi/WDSC - Tips & Tricks
Show us what youve learned. Teach us old dogs some new tricks..
Topics: 245
Posts: 1,187
Last Post:
RDi 9.8.0.2
|
245 | 1,187 | ||||
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 |
by pnrperera
December 25, 2022, 03:08 PM
|
|||
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,753
Posts: 92,452
Members: 9,462
Active Members: 21
Welcome to our newest member, SDeanDickison.
What's Going On
Collapse
There are currently 23 users online. 0 members and 23 guests.
Most users ever online was 1,863 at 12:34 AM on November 5, 2023.
Latest Topics
Collapse
-
by RDKellsHello,
I have a job that is encountering the below error and Google isn't helping much, there's also no results on this forum for the error ID.
We don't manually allocate memory via %alloc or %dealloc and the box is running V7R3M0.
Message ID . . . . . . : MCH6903 Severity...-
Channel: RPG/RPGLE
5 days ago -
-
by HMillerHello,
Is there a way to check an INTEGER value from a JSON node.
At the moment I am using YAJL_IS_NUMBER procedure but it always returns a 30, 9 decimal field.
I need to save the returned value into a dynamic char variable to call a stored procedure.
I am now comparing the returned...-
Channel: RPG/RPGLE
5 days ago -
-
by gregwga50I have a program that reads a file in the main program I'll call XYZFILE. This file is declared as input, keyed. In a subprocedure in this same program, I have also specified XYZFILE, but as update, keyed. I have also specified it as static in the subprocedure. In the subprocedure I loop through the...
-
Channel: RPG/RPGLE
1 week ago -
-
How do I open ports on the AS400? I've been asked to open a port because an application wants to connect by FTP using a specific port. Anyone know where I can find the instructions?
-
Channel: Iseries System administration
3 weeks ago -