From cac1eb8733f044bcef1df93b88577e1d671248c8 Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Mon, 15 Aug 2022 10:57:33 +0100 Subject: [PATCH] Update formats.md --- docs/formats.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/formats.md b/docs/formats.md index 2283a84..811d092 100644 --- a/docs/formats.md +++ b/docs/formats.md @@ -18,4 +18,10 @@ The usual export mechanisms can also be applied - you can downlad the DDL, or ex When adding a format to MPE_TABLES, the `DSN` should contain the format catalog name plus a `-FC` extension. The LOADTYPE should be `FORMAT_CAT` and the BUSKEY should be `FMTNAME START`. HOOK scripts can also be applied (ie, run some DQ after an edit, or re-run a batch job after an approval). -Just like regular table edits, all changes to formats may also be logged in the `MPE_AUDIT` table. \ No newline at end of file +Example: + +|LIBREF:$8.|DSN:$32.|LOADTYPE:$12.|BUSKEY:$1000.| +|---|---|---|---| +|`MYLIB `|`FORMATS-FC `|`FORMAT_CAT `|`FMTNAME START `| + +Just like regular table edits, all changes to formats may also be logged in the `MPE_AUDIT` table.