This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* DSPPGMREF sql table function */ | |
-- 1-mar-2022 | |
-- from Linkedin article Bob Cozzi: https://www.linkedin.com/pulse/dsppgmref-sql-table-function-ibmi-bob-cozzi | |
-- further enhancements: Marco Riva MK1 www.markonetools.it | |
-- last update: 15-jun-2024 | |
create or replace function DspPgmRef | |
( | |
LIBRARY_NAME varchar(10) default '*LIBL', | |
OBJECT_NAME varchar(10), -- Required parameter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Autore: Marco Riva | |
-- (c) MK1 www.markonetools.it | |
-- ultimo aggiornamento: 03-nov-2024 | |
/* QUERY DI TUTTI I GIORNI */ | |
-- indice | |
-->>> [A] JOB/LAVORO <<< | |
-- [A01] reperimento nome job corrente | |
-- [A02] reperimento lista librerie job corrente |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Autore: Marco Riva | |
-- www.markonetools.it | |
/* I suggerimenti di Markone n. 5 | |
Quali PTF sono installate? L'ultimo cumulativo installato? Ci sono disponibili nuovi aggiornamenti da installare? | |
E il firmware è aggiornato? | |
E' possibile rispondere a queste domande con poche istruzioni SQL | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Autore: Marco Riva | |
-- www.markonetools.it | |
/* I suggerimenti di Markone n. 4 | |
Quando si è spento e acceso l'ultima volta il nostro IBM i? E quanto tempo ha impiegato per spegnersi ed accendersi? | |
Alcuni metodi per saperlo tramite istruzioni SQL. */ | |
-- le istruzioni seguenti sono testate su IBM i 7.3 TR6 e IBM i 7.3 TR7. In particolare: | |
-- la funzione di tabella SPOOLED_FILE_DATA richiede IBM i 7.3 TR6 |