You are here: DBG/400>DBG400 Web>SourceCodeList>ClSource>ClDBG194CL (revision 1)EditAttach
/* ************************************************************************** */
/* DBG194CL: Move output queue                                                */
/* Copyright (C) 2001  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 PARM(&QUALOUTQ &TOQUALOUTQ &FILE &USRDTA &USER &STRNBR &ENDNBR &STATUS)
  DCL        VAR(&QUALOUTQ) TYPE(*CHAR) LEN(20)
  DCL        VAR(&TOQUALOUTQ) TYPE(*CHAR) LEN(20)
  DCL        VAR(&FILE) TYPE(*CHAR) LEN(10)
  DCL        VAR(&RTNLIB) TYPE(*CHAR) LEN(10)
  DCL        VAR(&USRDTA) TYPE(*CHAR) LEN(10)
  DCL        VAR(&USER) TYPE(*CHAR) LEN(10)
  DCL        VAR(&STRNBR) TYPE(*DEC) LEN(5 0)
  DCL        VAR(&ENDNBR) TYPE(*DEC) LEN(5 0)
  DCL        VAR(&STATUS) TYPE(*CHAR) LEN(6)
/* ************************************************************************** */
/*  GLOBAL MESSAGE MONITOR                                                    */
/* ************************************************************************** */
  MONMSG     MSGID(CPF0000 RPG0000 QRG0000 RSF0000 +
               MCH0000) EXEC(GOTO CMDLBL(##ERROR))
  GOTO       CMDLBL(##NOERROR)
##ERROR:
  MOVDIAGMSG
  MONMSG     MSGID(CPF0000)
  RSNESCMSG
  MONMSG     MSGID(CPF0000)
  RETURN
##NOERROR:
/* ************************************************************************** */
/*  START OF MAINLINE CODE                                                    */
/* ************************************************************************** */
/* First time through? Create required runtime objects in QTEMP */
/* DBG1860W holds the data from the QUSLSPL API */
  CHKOBJ     OBJ(QTEMP/DBG1860W) OBJTYPE(*FILE)
  MONMSG     MSGID(CPF9801) EXEC(DO)
    RTVOBJD    OBJ(DBG1860W) OBJTYPE(*FILE) RTNLIB(&RTNLIB)
    CRTDUPOBJ  OBJ(DBG1860W) FROMLIB(&RTNLIB) +
                 OBJTYPE(*FILE) TOLIB(QTEMP)
  ENDDO
  IF         COND(&USER = '*CURRENT') THEN(RTVJOBA +
               USER(&USER))
  OVRDBF     FILE(DBG1860W) TOFILE(QTEMP/DBG1860W)
/* Put all spoolfiles from specified outq into *outfile */
  CALL       PGM(DBG188R4) PARM('*ALL' &QUALOUTQ '*REPLACE')
/* Process *outfile contents purging spoolfiles older than retention value */
  CALL       PGM(DBG194R4) PARM(&TOQUALOUTQ &FILE &USRDTA &USER +
               &STRNBR &ENDNBR &STATUS)
  DLTOVR     FILE(DBG1860W)
  RETURN
ENDPGM

-- MartinRowe - 24 Jun 2005
Edit | Attach | Print version | History: r2 < r1 | Backlinks | View wiki text | Edit WikiText | More topic actions...
Topic revision: r1 - 24 Jun 2005 - 05:27:41 - MartinRowe
 
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding DBG/400? Send feedback