`I need to get the input from the user and display the value using IBM wsadmin scripting as jacl scripting language. Thanks in advance
I got the code and it works for me
puts "Enter the Value:" set input [gets stdin] puts "input value ::$input"