PRTDTAARA PRINT DATA AREA TAAARAH |
The Print Data Area command is a simple front end to the system
DSPDTAARA command that provides only printing output (no display).
The intent of the command is to make it easier to force a print only
function such as is needed by the JOBTALK tool.
A typical command would be:
PRTDTAARA DTAARA(*LDA)
or
PRTDTAARA DTAARA(QTEMP/xxx)
Command parameters *CMD
------------------
DTAARA The qualified name of the data area. The library
value defaults to *LIBL. *CURLIB may also be used.
The special value *LDA may be used for any job.
The special value *GDA may be used in a group job.
The special value *PDA may be used for a pre-start
job.
OUTFMT The output format to be used. *CHAR is the default
causing only character output.
*HEX may be specified to print the output in both
hexadecimal and character format. This value is
valid only for character data.
Restrictions
------------
None.
Prerequisites
-------------
The following TAA Tools must be on your system:
SNDCOMPMSG Send completion message
SNDESCMSG Send escape message
Implementation
--------------
None, the tool is ready to use.
Objects used by the tool
------------------------
Object Type Attribute Src member Src file
------ ---- --------- ---------- ----------
PRTDTAARA *CMD TAAARAH QATTCMD
TAAARAHC *PGM CLP TAAARAHC QATTCL
|
Added to TAA Productivity tools November 1, 1997