A LOG data set is a journal of all TRANSMIT and RECEIVE activity. It keeps a record of:
___ Example of a LOG data set __________________________________________
| TRANSMIT ** MESSAGE ** 16 SEP 1987 10:26:16 |
| TO: TOM NODEID TJONES Tom Jones |
| This is the text of a message that was |
| transmitted |
| ---------------------------------------------------------------------|
| RECEIVE ** ACKNOWLEDGMENT ** 16 SEP 1987 10:34:06 |
| FROM: TOM NODEID TJONES Tom Jones 16 SEP 1987 10:34:06 |
| STORED ** MESSAGE ** 16 SEP 1987 10:26:16 |
| ---------------------------------------------------------------------|
| RECEIVE A.SEQ.DATA 17 SEP 1987 11:34:06 |
| FROM: TOM NODEID JONES Tom Jones 17 SEP 1987 11:30:10 |
| This is the text of a message that was |
| received along with a data set (SEQ.DATA) |
| DSN: YOURID.SEQ.DATA |
| |
|________________________________________________________________________|
The three entries in the above LOG data set show:
Another way to direct information to a specific log when sending information is with the LOGNAME operand of the TRANSMIT command. The LOGNAME operand changes the third data set qualifier. For more information about this operand, see OS/390 TSO/E Command Reference.
In addition, you can specify a log name with the LOGDATASET (or LOGDSNAME) operand on either or both of the RECEIVE and TRANSMIT commands. If the log data set does not exist, a sequential data set is created. If the log data set already exists and it is not sequential, you see an error message. This log name operand allows you to keep a log of transmissions.
If your installation uses security labels and security checking, the security label you are logged on at is associated with the transmitted data.
___ Example ____________________________________________________________
| To receive records of transmitted data to a log data set named |
| PREFIX.MY.TRASH, enter: |
| |
| RECEIVE LOGDATASET(my.trash) |
| |
|________________________________________________________________________|
When you specify more than one log data set, certain operands override others. The possibilities are as follows beginning with the most general. Each successive possibility overrides the previous one.
For more information about these operands, see OS/390 TSO/E Command Reference.
© Copyright IBM Corp. 1988, 2000
Return to library: [ OS/390 | TPF | VM | VSE | IBM Hardware | S/390 Redbooks | RS/6000 SP ]
Glossary - IBM Dictionary of Computing
How to: [ Order publications | Contact OS/390 ]