Operands, Return codes, Example – IBM SC34-5764-01 User Manual

Page 266: Input, Join, Input join

Advertising
background image

GETLIB

lib.sublib(mem.type)

GETLIB imports a member from a VSE Librarian sublibrary into the current edit session. The file is
inserted after the current line.

Operands

lib.sublib(mem.type)

specifies a VSE Librarian sublibrary and member name.

Return Codes

0

Normal return

203

File not found

204

Not authorized

210

Request failed

Example

'GETLIB MYSLIB.PROJ1(MEM1.PROC)'

This example gets member MEM1.PROC from sublibrary MYSLIB.PROJ1 and puts it after the current line
in an edit session.

Note: GETLIB is the VSE equivalent of the GETPDS function available with CICS/ESA.

INPUT

Input

(1)

text

Notes:

1

If text is not specified, the new line is blank.

INPUT inserts a new line after the current line.

Operands

text

specifies the text being inserted on the new line. If you do not specify text, the new line is blank.

Return Codes

0

Normal return

Example

'INPUT Test Input Data'

This example places the text Test Input Data on a newly inserted line after the current line.

JOIN

JOIN

JOIN joins two lines into one.

Return Codes

0

Normal return

Text Editor

244

CICS TS for VSE/ESA: REXX Guide

Advertising