In a string " SEMINAR" .Replace "A" by 123. will this
replacement will happen ot will it give error? If not , den
what will be the output?

Answers were Sorted based on User's Feedback



In a string " SEMINAR" .Replace "A" by 123. will this replacement will happen ..

Answer / nishant kumar

It will throw a compilation error.

We can't replace 1 Char with multiple one using inspect.

Please correct me if I am wrong

Is This Answer Correct ?    8 Yes 0 No

In a string " SEMINAR" .Replace "A" by 123. will this replacement will happen ..

Answer / anonymous

INSPECT test-string REPLACING ALL 'A' BY '123'

Is This Answer Correct ?    0 Yes 3 No

In a string " SEMINAR" .Replace "A" by 123. will this replacement will happen ..

Answer / molay paul

The output will be SEMIN123R . Its verified.

Is This Answer Correct ?    1 Yes 7 No

In a string " SEMINAR" .Replace "A" by 123. will this replacement will happen ..

Answer / howa

If in the string " SEMINAR" "A" is replaced by 123 the
results would be " SEMIN{R" since the ascii for 123 is the
left curly brace.

Is This Answer Correct ?    4 Yes 11 No

In a string " SEMINAR" .Replace "A" by 123. will this replacement will happen ..

Answer / vijay

we cant able to replace char by a numeric values....

Is This Answer Correct ?    3 Yes 10 No

Post New Answer

More CICS Interview Questions

How do you access storage outside your CICS program?

2 Answers   IBM,


What is MDT? What are FSET, FRSET ?

3 Answers   IBM,


What is the CICS command that is used to receive the un- formatted data from the terminal?

2 Answers  


what is the deadlock?

2 Answers  


what is invreq condition?

3 Answers   IBM,


Reading a record from a TSQ will logically delete the record from the Queue (True or False).

1 Answers  


What is the most common way of building queue-id of a TSQ? (Name the constituents of the Queue ID).

2 Answers  


pf7 and pf8 logic. first wnen i press pf7 first five records has to be displayed .second time when i press pf7 next five records to be displayed. what was the logic. give clear explination.

8 Answers   HSBC, Thomson,


What is task control and what are the CICS commands associated with it?

2 Answers   IBM,


How many maps can we declare in a mapset.what is the limit.

4 Answers   IBM,


Explain how to handle exceptional conditions in CICS.

1 Answers   IBM,


How do you use extended attributes ?

1 Answers   IBM,


Categories