Explain about REXX
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 |
hi in one of the interview one asked me how to submit a job from cobol?as well as how to submit a jcl from CICS? can u pls any one tell me..
Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..
How to rename a VSAM file as well as it's index file?
Explain the function of a dd statement?
what is use of dsn parameter in dd statement?
what is the control cards?
In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?
In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.
Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.
In job processing, what happens in execution stage?
how to resolve the soc4 error?
how to execute the last 5 steps in jcl