Tutorial: Creating an Atom feed from structured data in a temporary storage queue
Follow this tutorial to understand how to create an Atom feed from structured data in a temporary storage queue.
Before you begin
About this task
In this tutorial, you can create a read-only Atom feed
from a temporary storage queue that contains structured data for three
Atom entries. The temporary storage queue records are described by
the language structure DFH0W2TC. The copybook
is located in SDFHSAMP and is as follows:
02 name PIC(20)
02 val PIC(20)
02 description PIC(100)
In the first Atom feed scenario, these three fields appeared
in a single Atom entry as unstructured data. In this scenario, you
can structure the data in the XML. This scenario does not use security. However, when you set up your own Atom feeds, use basic authentication to protect your Atom feeds and data.