if &var='good++++' &var2='day' &var *cat &var2
&var1 *tcat &var2 what is output

Answers were Sorted based on User's Feedback



if &var='good++++' &var2='day' &var *cat &var2 &var1 *tcat ..

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

if &var='good++++' &var2='day' &var *cat &var2 &var1 *tcat ..

Answer / deeban

1.space as such in first string
2.no space

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More IBM AS400 AllOther Interview Questions

how to insert the data in pf by using cl program

2 Answers   TCS,


What the difference between Source Physical File and Physical File?

1 Answers  


What are the types of data structure in as400?

0 Answers  


what is the maximum number of record formats in dspf?

1 Answers   IBM,


What is acronym of RPG?

1 Answers  






Can anybody know what is Pick/Basic? Is it a programming language? can it be used in AS400 machine?

2 Answers  


what is the necessary keyword for non-join logical file?

1 Answers   IBM,


can you have multiple key lists for a single file ?

1 Answers   IBM,


What is the function of RJE Conversion Utility?

1 Answers  


What is difference between CAT, TCAT, BCAT?

1 Answers  


diffrence between rename and prefix

2 Answers  


Difference Between Interactive & Batch Job?

0 Answers   IBM,


Categories