if &var='good++++' &var2='day' &var *cat &var2
&var1 *tcat &var2 what is output
Answer Posted / 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 |
Post New Answer View All Answers
how to write *pssr ?
explain the difference between defining subfile and message-subfile?
In 'o' Specs What Is The Opcode For Write?
how do you read data area in an rpg program?
how to get the cursor position?
What is the Difference between command attention key and command function key ?
what are all the contents of subfile?
define the purpose of the %sst function?
what are the limitations of cl (compare to rpg) ?
What is diff between EVAL & MOVE?
at what level s,o are defined and what they will do?
how to write code for singlepage in sqlrpgle with update ?
what are the different opcodes available in rpg for database access ?
What is the difference between physical file and logical file?
Difference Between Call & Sbmjob?