What are the different types of string function in PL/1?
Answer / sravan
1.String(item_a||item_b);/*String -> concatenates to
elements*/
2. SUBSTR(item_a,3,5); /* Substring -> returns first item
characters starting from second items count to last items
count, here if item_a = 'algebra' returns substr
contains 'gebra'*/
3.Translate(string,replacement_chars,chars to be replaced)
/*WRK_RQSTDEL_DATE = TRANSLATE
('GH/EF/CD',RQST_DELDATE,'ABCDEFGH'); */
4. verify (x,y); /*DCL MAINSTR CHAR(6) INIT ('ANUK ');
DCL SUBSTRG CHAR(2) INIT ('NA');
RTN = VERIFY(MAINSTR, SUBSTRG); */
| Is This Answer Correct ? | 1 Yes | 1 No |
by using xpeditor if i want to debug the sub pgm ? how canu code in xped for main pgm and sub pgm ? wht is the debugging process ?
Is it rquired any server for Ibm framework? Give me list of Ibm framework & recent version IBm framework?
List the type of locks?
Explain identify whether a call statement is a static or dynamic call?
can any body give me any website for getting help on mainframe projectts in banking domain.
whose product is x-peditor ?
At what point are extension eliminators mandatory?
PLEASE SEND ME THE DOCUMENTS IF ANY ONE HAVE REGARDING THE IMPACT ANALYSYS,REVIEWS
Is it possible to move an alphanumeric incentive to a numeric field?
What is the distinction amongst include and copy?
what error do we get in prodution support and questions on production support
What is the difference between version control and debugging tools?