Search code examples
wsadminjacl

How to get input from user in IBM jacl scripting?


`I need to get the input from the user and display the value using IBM wsadmin scripting as jacl scripting language. Thanks in advance


Solution

  • I got the code and it works for me

    puts "Enter the Value:" set input [gets stdin] puts "input value ::$input"