I try to execute the following command in a kornshell:
pcms ac $ChangeRequestID /STATUS=$nextStatus
where "pcms" is a programm of an API I use, "ac" the method of this API-function.
Now, when korn shell is gathering the variable "$nextStatus" it seems to stop with the gathering process, when the first Blank appears in the variable (content of $nextStatus is "INTEGRATION TEST".
Does anybody know, how I get the entire content out of the variable? Currently, the API-function returns the error, that I specified too many parameters (it is expecting 2 parameters and since only the first part of the string is gathered, the function "thinks" TEST is a further parameter).
Thanks for any help
René
pcms ac $ChangeRequestID /STATUS=$nextStatus
where "pcms" is a programm of an API I use, "ac" the method of this API-function.
Now, when korn shell is gathering the variable "$nextStatus" it seems to stop with the gathering process, when the first Blank appears in the variable (content of $nextStatus is "INTEGRATION TEST".
Does anybody know, how I get the entire content out of the variable? Currently, the API-function returns the error, that I specified too many parameters (it is expecting 2 parameters and since only the first part of the string is gathered, the function "thinks" TEST is a further parameter).
Thanks for any help
René