Previous Topic: RPC: Replace Program NamesNext Topic: SLB: Activate the Source Listing Breakpoint Facility


RTD: Replace Transient Data Queue Names

The RTD option dynamically substitutes one transient data queue name for another during program execution so you can test a program using transient data queues other than the ones coded in your program.

To replace transient data queue names, enter:

RTD=(name1,name2)
name1

Specifies the transient data queue name to be replaced.

name2

Specifies the transient data queue name to replace name1.

RTS: Replace Temporary Storage Identifications

The RTS option dynamically substitutes one temporary storage identification for another during program execution so you can test a program using temporary storage identifications other than the ones coded in your program.

To replace temporary storage IDs, enter:

RTS=(mask1,mask2)
mask1

Specifies the temporary storage ID to be replaced.

mask2

Specifies the temporary storage ID to replace mask1.

Specify both masks as eight bytes in either character (C' data' ) or hexadecimal (X' data') format.

SDF: Structure Display Format Setting

To override, by program, the global default setting, enter:

SDF=HEX or SDF=DATA
HEX

Displays data in hexadecimal or character format.

DATA

Displays data in Structure Display Format.