Previous Topic

Next Topic

Book Contents

Book Index

RETURNS Example

Divide the returned lines into the following displayable variables:

Table 202 Variables that Can Be Displayed

Variable

Description

FIRSTNME

Begins in column 1 and its length is 8 characters.

LASTNME

Begins in column 20 and its length is 12 characters.

ADDRESS

Begins in column 60 and its length is 35 characters.

RETURNS '1 FIRSTNME +8 20 LASTNME +12 60 ADDRESS +35'

These variables must be defined in the corresponding format member.

RETURNS cannot be specified for programs specifying NOSCREEN.

Parent Topic

Menus