Gio
One thing to get you further is to understand what error 3489 is. You can use the DSPMSGD command, just put CPE ahead of the code, that will give you the message ID - in this case, CPE3489.
I'm not at a system now, so I can't do it - give it a try. And this applies to any of those IFS codes in ...
Search found 21 matches
- Thu Apr 16, 2026 10:55 pm
- Forum: General
- Topic: Error qsh: fork: Error 3489 occurred.
- Replies: 1
- Views: 8208
- Mon Jan 26, 2026 11:27 pm
- Forum: FTPAPI
- Topic: Turning off Extended Passive Mode
- Replies: 5
- Views: 251093
Re: Turning off Extended Passive Mode
Hi
Version 2.6 has support for enhanced, as stated in the CHANGELOG.TXT - "Added support for enhanced (EPSV, EPRT) data channel commands"
This version is available at https://github.com/ScottKlement/ftpapi
Regards
Vern
Version 2.6 has support for enhanced, as stated in the CHANGELOG.TXT - "Added support for enhanced (EPSV, EPRT) data channel commands"
This version is available at https://github.com/ScottKlement/ftpapi
Regards
Vern
- Thu Oct 02, 2025 1:37 pm
- Forum: General
- Topic: Run SQL Scripts - dark theme
- Replies: 1
- Views: 119221
Re: Run SQL Scripts - dark theme
I suggest that you submit an Idea at ideas.ibm.com - it requires that you have and IBM ID, which is free, and you can specify that you want no communications from IBM.
- Fri Jun 27, 2025 3:15 pm
- Forum: RPG IV
- Topic: Opening a 5250 web page with a link longer than 123 characters
- Replies: 5
- Views: 210993
Re: Opening a 5250 web page with a link longer than 123 characters
You can have HTML on a 5250 screen and it will be clickable, I don't think it uses STRPCCMD, as I've not tried it. In the ACS 5250 Preferences->Hot spots there is a setting for URLs.
Maybe worth a try.
Maybe worth a try.
- Thu Apr 24, 2025 12:06 pm
- Forum: General
- Topic: Multiple input areas on a COBOL screen
- Replies: 1
- Views: 145502
Re: Multiple input areas on a COBOL screen
I wonder if you can use UIM panel groups in COBOL - there are 4 kinds of "areas" in UIM = User Interface Management - LIST, DATA, MENU, and INFO. I believe I read in the Application Display Programming manual that you can have more than one at a time on the screen.
That manual can be found at http ...
That manual can be found at http ...
- Fri Jul 19, 2024 2:44 pm
- Forum: General
- Topic: How to get job details which is there in QSYSOPR
- Replies: 16
- Views: 110742
Re: How to get job details which is there in QSYSOPR
Welcome to the IBM i. It seems you might be new to the system.
I am not sure what you mean when you say a job is "...in QSYSOPR...". QSYSOPR is a user profile or it is a message queue. I will assume you mean the message queue. And you must mean there is a message about a job in the QSYSOPR message ...
I am not sure what you mean when you say a job is "...in QSYSOPR...". QSYSOPR is a user profile or it is a message queue. I will assume you mean the message queue. And you must mean there is a message about a job in the QSYSOPR message ...
- Fri Jun 21, 2024 3:45 pm
- Forum: General
- Topic: PL/i to RPG or Java ?
- Replies: 2
- Views: 33521
Re: PL/i to RPG or Java ?
Hello
I think it depends on the kind of applications you have in PL/I, as well as which database you are using.
Is this on IBM i?
Are they business applications?
If that is the case, I suggest RPG is better, since it is native on IBM i, and it is designed to work directly with the relational ...
I think it depends on the kind of applications you have in PL/I, as well as which database you are using.
Is this on IBM i?
Are they business applications?
If that is the case, I suggest RPG is better, since it is native on IBM i, and it is designed to work directly with the relational ...
- Fri May 03, 2024 10:28 pm
- Forum: CL
- Topic: Prototype CL subprocedure in a service program
- Replies: 2
- Views: 647773
Re: Prototype CL subprocedure in a service program
Every CLLE module has exactly one procedure, named the same as the module name. I have never done this but have to think that dcl-pr would include EXTPROC with the name of the module (same as its procedure) in it.
When you create a CLLE module, do a DSPMOD and look at what its procedure exports are ...
When you create a CLLE module, do a DSPMOD and look at what its procedure exports are ...
- Sun Apr 21, 2024 11:34 am
- Forum: RPG IV
- Topic: MCH3601 unmonitored by HTTPAPIR4
- Replies: 7
- Views: 279175
Re: MCH3601 unmonitored by HTTPAPIR4
What is the message text? And if you have the job log, it would help to see the messages that come before the MCH3601.
- Tue Jan 23, 2024 4:38 pm
- Forum: General
- Topic: copy file txt
- Replies: 3
- Views: 33215
Re: copy file txt
We need to know more about what you want to do.
Where is the txt file you want to copy? On the IBM i or on a Windows computer? (I assume you are using Windows.)
What is the character encoding (a number on IBM i called CCSID) of the txt file? Is it Unicode (UTF-8)? Or is it ASCII? If it is ASCII ...
Where is the txt file you want to copy? On the IBM i or on a Windows computer? (I assume you are using Windows.)
What is the character encoding (a number on IBM i called CCSID) of the txt file? Is it Unicode (UTF-8)? Or is it ASCII? If it is ASCII ...