Return codes – IBM SC34-5764-01 User Manual

Page 389

Advertising
background image

MKDIR

is a command that creates a new RLS directory level.

READ

is a command that reads records from an RLS list into a stem.

listname

specifies the list identifier.

stem.

specifies the name of a stem. (A stem must end in a period.) Refer to section “Stems” on page 123 for
more information. The default stem is DATA..

UPD

enqueues on a list for update.

VARDROP

is a keyword indicating that an RLS variable is deleted.

VARGET

is a command that takes an RLS variable and copies it into a REXX variable of the same name.

VARPUT

is a command that takes a REXX variable and copies it into an RLS variable of the same name.

WRITE

is a command that writes records to an RLS list from a stem.

Return Codes

0

Normal return

701

Invalid command

702

Invalid operand

713

Directory not found

715

Directory already exists

716

Directory not specified

723

List not found

726

List not specified

728

List is in update mode

729

List is not in update mode

730

User is not signed on

732

Queue empty

733

Named queue not found

736

Stem or variable not specified

737

Stem or variable name too long

738

Stem or variable count invalid

743

Block not found

746

CICGETV error

747

GETMAIN error

748

FREEMAIN error

749

ENQ error

750

DEQ error

751

Dynamic area GETMAIN error

752

Error in saved variable data

753

Saved variable not found

754

User not owner of list

Commands

Chapter 25. REXX/CICS Commands

367

Advertising