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)
Specifies the transient data queue name to be replaced.
Specifies the transient data queue name to replace name1.
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)
Specifies the temporary storage ID to be replaced.
Specifies the temporary storage ID to replace mask1.
Specify both masks as eight bytes in either character (C' data' ) or hexadecimal (X' data') format.
To override, by program, the global default setting, enter:
SDF=HEX or SDF=DATA
Displays data in hexadecimal or character format.
Displays data in Structure Display Format.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|