[[{“value”:”So potentially Im being offered a job opportunity where the programming language used is RPGLE. I love all things programming, but dont get me wrong, this feels like a completely outdated, and very niche programming language.
If im to specialize in it, it’s knowledge and practice will be only useful inside the job and nothing else.
And this makes me think, if thats the case, why is this still a thing?
Why not use another modern language…?
I like programming with C++, JS, C#, even assembly would be welcomed. But RPGLE, what am i going to do with that?
submitted by /u/FutureLynx_[link][comments]”}]] Read More
IBM i ACS and its weird AUTO UPDATE function!? NickLitten
IBM Access Client Solutions (ACS) has a feature to check for updates automatically. You can enable this feature by selecting the “Check for Updates” option under the Help menu of the ACS Main User Interface. Alternatively, you can go to Edit -> Preferences and select “Notify when update is available”. So, you run the update Read More
What is the Maximum Size of Objects in the IBM i System NickLitten
The AS400, iSeries and IBM i Power Systems are famous for their resilience and ability to handle really large files sizes and thousands of users at the same time. Database files (aka TABLES) can be massive or even set to SIZE(NOMAX). I was just in an interesting meeting where the question was “What if application Read More
Using file name from data area for reading IFS file [email protected] (Simon Hutchinson)
[[{“value”:”The idea of this post came from a question I was asked. The questioner had a scenario where the name of an IFS file they needed read is in a data structure. They were unable to work out how to use the value from the data structure as the path name to read of the IFS file.
Let me start using ACS’s “Run SQL Scripts”, RSS, tool.
Before I can read a file in the IFS I need to create it. I can use the IFS_WRITE SQL procedure to do so:
01 CALL QSYS2.IFS_WRITE(‘/home/MyDirectory/test.txt’,
02 ‘First line’,
03 END_OF_LINE => ‘CRLF’)
Read more »”}]] Read More
Message GLD014C in QUSRDIR LDAP Server Joblog After an OS Upgrade
After an OS upgrade the QUSRDIR LDAP server is unable to start and is throwing a GLD014C error in the joblog. Read More