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 do you access storage outside your CICS program?
What is MDT? What are FSET, FRSET ?
What is the CICS command that is used to receive the un- formatted data from the terminal?
what is the deadlock?
what is invreq condition?
Reading a record from a TSQ will logically delete the record from the Queue (True or False).
What is the most common way of building queue-id of a TSQ? (Name the constituents of the Queue ID).
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.
What is task control and what are the CICS commands associated with it?
How many maps can we declare in a mapset.what is the limit.
Explain how to handle exceptional conditions in CICS.
How do you use extended attributes ?