Hi,
I'm just back to development on the iSeries after about 14 years. I'm amazed to see how it's moved on, however, need some help and advice. We need to produce some pdfs with a very specific layout and format which is currently coming from a word template. I was thinking to create an...
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: 24
Posts: 103
Last Post:
RDI 9.6.0.10 has been released
|
24 | 103 | ||||
Other useful websites
Lists of other websites related to coding on the Iseries.
Topics: 87
Posts: 343
Last Post:
What Happened To Midrange.com?
|
87 | 343 | ||||
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: 262
Posts: 978
|
262 | 978 | ||||
Tips for the IBMi
Enter/View Iseries Tips Techniques and Tricks.
Topics: 286
Posts: 1,424
Last Post:
Image Catalog over NFS
|
286 | 1,424 | ||||
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: 458
Posts: 3,308
Last Post:
Copy Paste Spool File from Navigator
|
458 | 3,308 | ||||
RPG/RPGLE
RPG/RPGLE Code Forum
Topics: 4,521
Posts: 29,455
Last Post:
Defining APIs with char(*)
|
4,521 | 29,455 | ||||
SQL
command line and embedded sql
Topics: 1,861
Posts: 11,326
Last Post:
getting one row result for update
|
1,861 | 11,326 | ||||
CLP/CLLE
CLP/CLLE Code Forum
Topics: 1,139
Posts: 6,889
Last Post:
CL date/time arithmetic
|
1,139 | 6,889 | ||||
DDS
subfiles,screens, physical files, logicals, print files and menus
Topics: 749
Posts: 4,134
Last Post:
DSPATR(UL) only in a part of a SFL field
|
749 | 4,134 | ||||
COBOL
COmmon Business-Oriented Language.
Topics: 152
Posts: 668
Last Post:
Cobol Accept
|
152 | 668 | ||||
PHP
RPG commands and functions show with
their PHP equivalents ....
A great resource would be
directly from the horses mouth...
http://php.net/
Topics: 95
Posts: 498
Last Post:
PHP Community - Can I send mails?
|
95 | 498 | ||||
AS400 REPORTS
Anything to do with AS400/Iseries reports.
Topics: 332
Posts: 1,885
Last Post:
Generating PDFs on IFS using xslt
|
332 | 1,885 | ||||
ANY THING GOES
Whatever crosses your mind.
Topics: 1,448
Posts: 7,939
Last Post:
Query change user
|
1,448 | 7,939 | ||||
IFS
Anything dealing with IFS
Topics: 336
Posts: 1,957
Last Post:
Save an image or photo using CGIDEV2
|
336 | 1,957 | ||||
Iseries System administration
Anything that deals with system administration.
Topics: 990
Posts: 5,083
Last Post:
Understanding CPU Utilization
|
990 | 5,083 | ||||
Sub-Forums:
| ||||||
DB2
general questions about the database.
Topics: 220
Posts: 1,050
Last Post:
Pf and lf relation
|
220 | 1,050 | ||||
/Free format
Free format examples
Topics: 161
Posts: 1,146
|
161 | 1,146 | ||||
JAVA
JAVA coding forum
Topics: 243
Posts: 1,121
Last Post:
AES Encryption with BASE64 encoder
|
243 | 1,121 | ||||
HTTP
web development using HTTP on the Iseries
Topics: 173
Posts: 829
|
173 | 829 | ||||
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: 227
Posts: 1,187
Last Post:
FROG indows 10
|
227 | 1,187 | ||||
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: 209
Posts: 1,052
Last Post:
Debugging across partitions
|
209 | 1,052 | ||||
Job Postings | ||||||
Opportunities
Please place all job related posts here. Job posting that are not posted to this forum will be deleted.
Topics: 78
Posts: 228
Last Post:
Junior RPG Programmer Opportunities
|
78 | 228 | ||||
OFF Topic | ||||||
Whatever (not programming related)
Just about anything is game here!
Topics: 833
Posts: 6,026
Last Post:
Merry Christmas and Happy New Year
|
833 | 6,026 |
Code400 -The Support Alternative Statistics
Collapse
Topics: 15,031
Posts: 88,957
Members: 9,182
Active Members: 76
Welcome to our newest member, Deepsas400.
What's Going On
Collapse
There are currently 82 users online. 1 members and 81 guests.
Most users ever online was 864 at 09:08 PM on January 21, 2020.
Latest Topics
Collapse
-
by Deepsas400Hi,
If a pf has duplicate records and it has a lf with a unique keyword. Will that lf get complied n if yes wat records will it display-
Channel: DB2
1 day ago -
-
by RicSnghHi,
i've mounted a NFS Share to my NAS. This was successfully. I try to create an image catalog on this share.
Currently iam saving my iseries data into Image Catalogs of Virutal Tape. After the save i send the Data via FTP on the NAS Server. But the Disk Space on the i5 ist getting...-
Channel: Tips for the IBMi
3 days ago -
-
Hello code400 friends,
I am working on a program to consume a web service by passing query params.
To handle special characters in the URL, i.e. & (amp), space, etc, I am doing the scan and replace each special character and encode. Ex: Replace "&"...-
Channel: RPG/RPGLE
5 days ago -