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


Please Help Members By Posting Answers For Below Questions

the maximum number of subfiles that can defined in a rpg program for one display file is ___ .

2194


define the purpose of the *bcat function?

923


what is the maximum number of fields under a record format of physical file?

1015


how does union file maintains record formats?

636


Difference Between Skip Before & Space Before?

678






what is the function of rlu ?

997


what are the basic features of seu?

618


Can you summarize the steps I have to go through in writing my first cgi?

635


what is the use of sflend keyword?

996


Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?

606


what is a program described file in rpg?

1073


what does opcode post do ?

1109


define data structure?

1044


I need to insert a record in a file using STRSQL containing the some field values same as an already existing record in that file.I know to smple insert mentioning those values one by one.But is there any another query can be prepared for the same .Please share the query if known to you. Thanks in advance.

2272


how do you use commitment control in rpg program ?

1297