Pastebin

Paste #2760: sas prompt for user input

< previous paste - next paste>

Pasted by sas

Download View as text

/** %WINDOW defines the prompt **/
%window info
  #5 @5 'Please enter userid:'
  #5 @26 id 8 attr=underline
  #7 @5 'Please enter password:'
  #7 @28 pass 8 attr=underline display=no;

/** %DISPLAY invokes the prompt **/
%display info;

%put userid entered was &id;
%put password entered was &pass;

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.