Chapter Contents |
Previous |
Next |
Command Directory |
Called from a CLIST or EXEC for Information Input
dbi{nput}
dbinput
VARIABLE-NAME
["STRING"]
dbinput
command can be called from a CLIST or an EXEC to input information into a
CLIST or EXEC variable. This command, which can only be used in a CLIST or
EXEC, causes the debugger to prompt for input using the prompt string specified
with the STRING argument. STRING is a group of characters set off by double
quotation marks. The command undergoes normal CLIST or EXEC processing, that
is, symbolic substitution occurs. Text input is assigned to the CLIST or EXEC
variable name specified in the command. Both the VARIABLE-NAME and STRING
arguments are limited to 64 characters in length.
dbinput
xyzxyz
.
dbinput
xyz "Please Enter Y or N:"
dbinput
command is used to input a value to a CLIST or EXEC under TSO and an EXEC
under CMS.
PROFILE | no |
configuration file | no |
Source window prefix | none |
dbinput
command is not affected by changes in scope.
Successful: 0 | |
Unsuccessful: 1 |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.