Explain about REXX



Explain about REXX..

Answer / dimpy19

POS : return the position of one string str1 into str2- start from by default position 1
INDEX : returns the character position of one string, needle, in another, haystack, or returns 0 if the string needle is not found or is a null string.
By default the search starts at the first character of haystack (start has the value 1).
You can override this by specifying a different start point, which must be a positive whole number.
LASTPOS :returns the position of the last occurrence of one string, needle, in another, haystack


pos----- string
index---character
Lastpos-last occurence of one string into another

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

Can we browse or edit the GDG dataset if it is a tape entry?

4 Answers  


can i sort packed decimal if i can tell the syntax

1 Answers   Barclays,


i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.

7 Answers   Syntel,


Explain dfsort utility?

0 Answers  


How do you check the syntax of a JCL without running it?

17 Answers  






What are the 2 types of parameters in dd statement?

0 Answers  


What is the error code SOC01 indicate ?

5 Answers   Microsoft,


i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?

10 Answers   IBM,


One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?

1 Answers   CTS,


What is QSAM error usually when it is occurs?

1 Answers  


in catalog procedure i have step1 dd dsn=filea dd dsn=fileb dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths

1 Answers   DELL,


How can you execute a COBOL program via SYSIN in JCL?

1 Answers  


Categories