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 |
What is STEPLIB, JOBLIB? What is it used for?
can u execute a proc from another proc?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
What is COND=EVEN ?
What is GDG and what is the maximum limit of versions that can be created?
How do you restart a PROC from a particular step?
The maximum number of steps in a job?
How To get the last record in VSAM file in cluster? and How can u get the ksds file records into ur cobol program ? Pls tell me about these two questions.
//step#3 exec pgm = hkbc762 what is wrong with the syntax?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
write a jcl to execute a job by 7:00 am on jan 20,1986?
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step