TAA Tools
CVTTCPJOB           CONVERT TCP JOB TO OUTFILE            TAATCPJ

The Convert TCP Job to Outfile command converts the information for
one or more jobs connected to a specific TCP port to an outfile.  The
outfile name is TCPJOBP which uses the model file TAATCPJP and a
format name of TCPJOBR.

A typical command would be:

   CVTTCPJOB PORT(23) OUTLIB(QTEMP)

One record would be written for each job that is using port 23
(telnet) to the TCPJOBP file in QTEMP.

CVTTCPJOB escape messages you can monitor for
---------------------------------------------

None.  Escape messages from based on functions will be re-sent.

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

   PORT          The port number to be examined for jobs.  Typical
                 ports would be 23 (telnet) and 21 (ftp).

   OUTLIB        The library in which the TCPJOBP file will be
                 placed.  The default is *LIBL.  If the TCPJOBP file
                 does not already exist, a library must be specified.

   OUTMBR        The member of the TCPJOBP file to be used.  If the
                 member does not exist, it is added.  The default is
                 TCPJOBP.

   REPLACE       A *YES/*NO value for whether the member should be
                 cleared before writing records into it.  The default
                 is *YES.

                 *NO may be specified to add records to an existing
                 file.


Restrictions
------------

None.

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

The following TAA Tools must be on your system:

     CRTUSRSPC       Create user space
     DUPTAADBF       Duplicate TAA data base file
     EDTVAR          Edit variable
     RTVSYSVAL3      Retrieve system value 3
     SNDCOMPMSG      Send completion message
     SNDESCINF       Send escape information
     SNDESCMSG       Send escape message
     SNDSTSMSG       Send status message

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

None, the tool is ready to use.

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

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

   CVTTCPJOB     *CMD                   TAATCPJ       QATTCMD
   TAATCPJC      *PGM       CLP         TAATCPJC      QATTCL
   TAATCPJR      *PGM       RPGLE       TAATCPJR      QATTRPG
   TAATCPJP      *FILE      PF          TAATCPJP      QATTDDS
					

Added to TAA Productivity tools April 15, 2015


Home Page Up to Top