Learn Alan’s best tips on optimizing #PHP websites and APIs for improved speed & stability in this #IBMi on-demand video. ow.ly/cNyp50JYB5b pic.twitter.com/Xdzv7otCRM
– Seiden Group (@SeidenGroup)09:05 – Sep 29, 2022
Learn Alan’s best tips on optimizing #PHP websites and APIs for improved speed & stability in this #IBMi on-demand video. ow.ly/cNyp50JYB5b pic.twitter.com/Xdzv7otCRM
– Seiden Group (@SeidenGroup)09:05 – Sep 29, 2022
NEW Security Book from Expert Carol Woodbury – mailchi.mp/mcpressonline/…
– MC Press Online, LLC (@mcpressonline)07:00 – Sep 29, 2022
One of the first commands we all learn with IBM i is the Work with Spool Files command, WRKSPLF. With IBM i releases 7.5 and 7.4 TR6 comes a new SQL Table Function that is the equivalent of WRKSPLF.
The new Table Function, SPOOLED_FILE_INFO is found in library QSYS2, has parameters that match those of the WRKSPLF command. The syntax for the Table Function is:
SELECT * FROM TABLE(QSYS2.SPOOLED_FILE_INFO(
USER_NAME => ‘*CURRENT’,
STARTING_TIMESTAMP => CURRENT_TIMESTAMP – 6 MONTHS,
ENDING_TIMESTAMP => CURRENT_TIMESTAMP – 2 DAYS,
STATUS => ‘*READY *HELD’,
JOB_NAME => ‘*’,
OUTPUT_QUEUE => ‘*LIBL/MYOUTQ’,
USER_DATA => ‘SQL’,
FORM_TYPE => ‘*STD’,
SYSTEM_NAME => ‘DEV750’))
These parameters and their WRKSPLF equivalents are:
In this free educational recorded webcast learn how to improve your IBM i backup strategy by incorporating deduplication and replication. We cover how virtualizing backup operations greatly simplifies your ability to save data to a DR site and/or the cloud, and supports streamlined recovery of your data.
We also take a live look at how one virtual tape solution works using deduplication and replication with a technical demo of LaserVault ViTL, a virtual tape and tape library solution for IBM Power Systems.
I just had my second presentation in two days on the topic DB2 Multisystem, today at #LISUG. I had so much fun, thank you so much for inviting me. Go #IBMi
– sven jansson (@JanssonSven)15:37 – Sep 28, 2022