What is the difference between Verify & Index in PL/1?
Answer Posted / sneha
VERIFY
Indicates the position in string x of the first character thats not in string y. if all r there it returns 0
example: VERIFY(SAM,SAM)returns 0
VERIFY(ABCD,EREE) returns 1
INDEX
Returns the starting position of the string y within x; returns 0 if y is not there in x
example: index(sam,agt) returns 2
index(sam,dog) returns 0
| Is This Answer Correct ? | 38 Yes | 13 No |
Post New Answer View All Answers
When the job statement is used?
If anyone has latest IBM Certification Dumps can you pls forwards it to me
how do we describe static call and dynamic call?
What is the difference between general testing and mainframe testing?
What is mainframe application testing?
how to get the last record in vsam file in cluster? And how can u get the ksds file records into ur cobol program?
Explain a linkage segment
Can you explain referential integrity?
How many bytes does a s9(7) comp-3 field occupy ?
What is inspect and what is it used for?
Can we move alphanumeric incentive to the numeric field?
Hello, I have 3 years of exp as a mainframes tester in a leading IT company, now am looking to change my company. Could you please let me know, what are the interview questions/topics i should prepare. Your suggestions are truly valuable for me :) Thanks !!
Explain index cardinality?
what is u r recent task in insurence project?..plz tell how to tell this.
What are some uses of the evaluate statement?