How to replace the text in JSL thru User Interface(a dialog window)
Hi,I've been using SQL in my JSL, and declared 4 variables and set required value.(see below script)What I want is to create a new window as user interface.. when run this JSL, pop up the window first to allow user to input different values for the variables.For example: 1st run JSL, user input: x,y,z,n for the 4 variables, to achieve the effect like below:set @spec = 'x'
set @opn = 'y'
set @Loss = ...
vince_faller