Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between Verify & Index in PL/1?

Answers were Sorted based on User's Feedback



What is the difference between Verify & Index in PL/1?..

Answer / 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

What is the difference between Verify & Index in PL/1?..

Answer / kanishk kumar

INDEX::
Returns the starting position of the string y within string
x; returns 0 if y not present in x.

>>--INDEX--(--x--,--y--)------------------------------------
------------><

Verify::
Returns the first position in string 1 where any element in
string 2 is not in string 1.

If all characters in x are
contained in y, result is zero.

>>--VERIFY--(--x--,--y--)-----------------------------------
------------><
Example: IF VERIFY(NAME,ALPHABET) THEN...;

DCL MAINSTR CHAR(6) INIT ('ANUK ');
DCL SUBSTRG CHAR(2) INIT ('NA');
RTN = VERIFY(MAINSTR, SUBSTRG);

Default search starts from 1st position.
RTN=3

Is This Answer Correct ?    15 Yes 21 No

Post New Answer

More IBM MainFrame AllOther Interview Questions

Why are you looking for a change?

0 Answers  


Are scope terminators compulsory? If they are, when?

0 Answers  


Define the necessity of run stats among the environment test?

0 Answers  


Can records be accessed randomly in esds?

0 Answers  


What is meant by drda?

0 Answers  


what is the msg id for   OPNQRYF?

1 Answers  


is it possible to create a new field  dynamically?

1 Answers  


Can you define an alias?

0 Answers  


What are the different types of table spaces?

0 Answers  


have you ever know what is the meaning of Packed Decimal  

0 Answers  


Is it possible to move the alphanumeric variables to a numeric variable?

0 Answers  


what error do we get in prodution support and questions on production support

2 Answers  


Categories