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 |
how i can enter into cics region in real time.
Explain the difference between dfhcommarea and tsq?
Can you explain dfhmdf bms macro?
Explain processing program table(ppt)?
Explain the logical message in cics?
Define an asra abend?
Explain the difference between tsq and tdq
list the sequence of steps used to achieve modiication in skip sequential mode?
Which is the command used for terminating a browse operation?
What is the difference between Re-Entrant and Quasi re entrant program?? By looking at the program how can you tell if its re- entrant or not??
In case you modify the attribute field of map do you need to recompile the map?
Explain how do you access the records randomly in tsq?