Skip to content

Instantly share code, notes, and snippets.

@jos3f3rnand3s
jos3f3rnand3s / Code.gs
Created July 17, 2020 17:06 — forked from benbjurstrom/Code.gs
PurgeOldEmails
/*
|--------------------------------------------------------------------------
| PurgeOldEmails
|--------------------------------------------------------------------------
| https://gist.github.com/benbjurstrom/00cdfdb24e39c59c124e812d5effa39a
|
*/
// Purge messages automatically after how many days?
var DELETE_AFTER_DAYS = 7
@jos3f3rnand3s
jos3f3rnand3s / GETJSONIFS.SQLRPGLE
Created February 21, 2020 21:55 — forked from RainerRoss/GETJSONIFS.SQLRPGLE
Read JSON from IFS in RPGLE
ctl-opt dftactgrp(*no) option(*nodebugio:*nounref);
//------------------------------------------------------------------//
// //
// Get JSON from IFS //
// //
//----------------- //
// R.Ross 07.2018 * //
//------------------------------------------------------------------//
// Array SQL-Result //
//------------------------------------------------------------------//