Skip to content

Instantly share code, notes, and snippets.

View JulienBellio's full-sized avatar

Julien B. JulienBellio

  • Belgium
  • 01:11 (UTC +02:00)
View GitHub Profile
@forstie
forstie / Generating spreadsheets with SQL.sql
Last active July 26, 2024 16:32
In this working example, we establish an SQL table which contains the spreadsheets we'd like to have generated. Each row in the table includes the query that will supply the data for the spreadsheet, and the location in the IFS where the spreadsheet should reside. Further, a different procedure emails the spreadsheets to an interested consumer. …
-- =================================================================
-- Author: Scott Forstie
-- Email : forstie@us.ibm.com
-- Date : January 10, 2020
-- =================================================================
--
-- Setup:
-- 1) create and populate the spreadsheet generator table
-- 2) change the procedure source code: