

Data Manipulation Language Statements › #LINEOUT—requests a transfer of data › #LINEOUT Example
#LINEOUT Example
The example of the #LINEOUT statement shown below performs the following functions:
- Specifies that register 7 contains the length of the output data stream
- Uses the default storage area SYSPLIST to build the line request block (LRB)
- Identifies OUT1 as the storage area that contains the output data stream
- Specifies a write-direct-to-terminal request to a group of users defined during system generation as USERLIST
- Specifies a conditional return of control to the routine labeled LISTERR in the event that DESTID 'USERLIST' is not defined to the system
#LINEOUT OUTLEN=(R7),OUTAREA=OUT1,DESTID='USERLIST',COND=UNDF, _
UNDFXIT=LISTERR
Copyright © 2014 CA.
All rights reserved.
 
|
|