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 are the different ways to input data into data area?
Is LDA can be access accross the Job?
What is the maximum number of times Multiple Occurrences DS can occur in a program?
how to get the cursor position?
what is the function of cpyf command?
How can you identify End of file in CLP program?
at what level s,o are defined and what they will do?
What is difference between CAT, TCAT, BCAT?
define data structure?
what opcode will be used to test the zone of a character field?
can you have multiple key lists for a single file ?
what is a query can be run in which mode?