×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
If you're not comfortable with Python, just use SQL in your favorite tool (ACS, DBeaver, SQL Workbench/J) and query the SYSCOLUMNS table.
You can order by COLUMN_NAME or ORDINAL position as best suits your need. Easy to copy/paste out of those tools or export to a text file.
Roger Harman
COMMON Certified Application Developer - ILE RPG on IBM i on Power
-----Original Message-----
From: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Buck Calabro
Sent: Wednesday, May 10, 2023 2:44 PM
To: rpg400-l@xxxxxxxxxxxxxxxxxx
Subject: Re: RE: RE: SQL Insert question
On 5/10/2023 4:50 PM, Greg Wilburn wrote:
I thought about using native IO in a sub-procedure just to make this easier... but doesn't the file "stay open"? I have avoided native IO in sub-procedures for so long that I don't' recall all the potential issues.
You can make it USROPN and open/close at will.
Buck, thanks for the suggestion. I often manipulate text strings with Notepad++ for things like this.
I wouldn't know how to use your Python script - I'm clueless here. Would like to learn though.
Much of the Python/PASE discussion seems to happen over on Ryver, but
I'd be happy to work on a thread either in the main Midrange list, or
the Open Source list.
--buck
--
This is the RPG programming on IBM i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related questions.
As an Amazon Associate we earn from qualifying purchases.