Programs and procedures can communicate by using data
queues and data areas.
Using data queues
Data queues are a type of system object that you can create, to
which one high-level language (HLL) procedure or program can send data, and
from which another HLL procedure or program can receive data.
Using data areas
A data area is an object used to hold data for access by any job
running on the system.