/* ************************************************************************** */
/* DBG112CL: Edit database generation scripts */
/* Copyright (C) 2000 Martin Rowe <martin@dbg400.net> */
/* */
/* This program is free software; you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License, or */
/* (at your option) any later version. */
/* */
/* This program is distributed in the hope that it will be useful, */
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
/* GNU General Public License for more details. */
/* */
/* You should have received a copy of the GNU General Public License */
/* along with this program; if not, write to the Free Software */
/* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
/* ************************************************************************** */
PGM
DCL VAR(&LDA) TYPE(*CHAR) LEN(512)
/* ************************************************************************** */
/* START OF MAINLINE CODE */
/* ************************************************************************** */
/* Save the current *LDA value */
RTVDTAARA DTAARA(*LDA) RTNVAR(&LDA)
/* Set the syntax program (when F2 pressed on a line) as the DB link selector */
CHGDTAARA DTAARA(*LDA (493 10)) VALUE('DBG101R4 ')
/* Work with the script documents */
WRKOLD DOCFILE(DBGSQLD1)
/* Maintain the script entries in the DB link file */
CALL PGM(DBG103R4)
/* Restore the previous *LDA value */
CHGDTAARA DTAARA(*LDA) VALUE(&LDA)
ENDPGM:
RETURN
ENDPGM
--
MartinRowe - 24 Jun 2005