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
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 |
Answer / anonymous
INSPECT test-string REPLACING ALL 'A' BY '123'
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / molay paul
The output will be SEMIN123R . Its verified.
| Is This Answer Correct ? | 1 Yes | 7 No |
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 |
Answer / vijay
we cant able to replace char by a numeric values....
| Is This Answer Correct ? | 3 Yes | 10 No |
Explain the difference between getting the system time with eibtime and asktime command?
when will be use the tdq and tsq??
Explain the difference between link and xctl?
How many ways are there for initiating a transaction? what are they?
What is a cursor in CICS sql processing?
Which transient data queue supports ATI?
Explain the maps in cics?
How do you terminate an already issued DELAY command?
What is data only and map only in cics
Explain the difference between the into and the set option in the exec cics receive map command?
How to differenciate the given coding is pseudo conversational? (except EIBCALEN condition)
Name and explain some common CICS abend codes?