TAA Tools
EDTJOBD       EDIT JOB DESCRIPTION                    TAAJBDC

     *************************************************************
     *                                                           *
     *  The EDTJOBD function is replaced by the system supported *
     *    CHGJOBD. Some users may prefer the EDTJOBDLIB          *
     *    approach for changing a library list and therefore     *
     *    the tool is still included.                            *
     *                                                           *
     *************************************************************

The Edit Job  Description command displays  the prompt for  CHGJOBD and
fills in  the parameters with the current values  based on the existing
job description.

This simplifies the changing of the attributes.

A typical command is entered as:

        EDTJOBD     JOBD(QBATCH)

The  EDTJOBD  command prompts  for all  of  the parameters  for CHGJOBD
except for INLLIBL.

To change  the  INLLIBL parameter,  a second  command  exists which  is
modeled  after the  system  command EDTLIBL.    The EDTJOBDLIB  command
displays  a prompt with  the current  library list and  allows a simple
means of  change, addition or  deletion.   A typical  command would  be
entered as:

        EDTJOBDLIB  JOBD(QBATCH)

Command parameters                                    *CMD
------------------

Both commands (EDTJOBD and EDTJOBDLIB) support the same parameter:

   JOBD          The  qualified  job  description name  to  be  edited.
                 The library default is *LIBL.

Prerequisites
-------------

The following TAA Tools must be on your system:

      CHKAPOST      Check apostrophe
      EDTVAR        Edit variable
      RTVJOBD       Retrieve job description
      SNDCOMPMSG    Send completion message

Implementation
--------------

None, the tool is ready to use.

Objects used by the tool
------------------------

   Object        Type       Attribute      Src member     Src file
   ------        -----      ---------      ----------     -----------

   EDTJOBD       *CMD                      TAAJBDC        QATTCMD
   EDTJOBDLIB    *CMD                      TAAJBDC2       QATTCMD
   TAAJBDCD      *FILE         DSP         TAAJBDCD       QATTDDS
   TAAJBDCC      *PGM          CLP         TAAJBDCC       QATTCL
   TAAJBDCC2     *PGM          CLP         TAAJBDCC2      QATTCL
   TAAJBDCR      *PGM          RPG         TAAJBDCR       QATTRPG

Structure
---------

EDTJOBD      Cmd
  TAAJBDCC     CL

EDTJOBDLIB   Cmd
  TAAJBDCC2    CL
     TAAJBDCR    RPG
        TAAJBDCD   DSPF
					

Added to TAA Productivity tools April 1, 1995


Home Page Up to Top