if &var='good++++' &var2='day' &var *cat &var2
&var1 *tcat &var2 what is output
Answers were Sorted based on User's Feedback
Answer / naveen chandra joshi
your question:
Var1 = 'Good '
var2 = 'day'
Answer:
Var1 *cat Var2 = 'Good day' (Included trailing spaces in
first variable)
Var1 *tcat Var2 = Goodday (Removed Trailing spaces from
first field).
| Is This Answer Correct ? | 4 Yes | 0 No |
what is the disadvantage of using global variable?
Why we sometimes use same file name in file and tofile in ovrdbf and sometimes different?
What is Job description?
is their a difference in cobol400 for the release 5.2 and 6.1 at the as400.
Please give me the code for A=A+1 in cl program?
What is Sub-System?
how to pick up the changed records every time in a subfile after the first change made ?
what is subfile?
how can I give more performance to some selected pages?
what are different record spacing keywords in rlu ?
how can database records be read without lock ?
when are the unique constraints executed?