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 |
A job has 90 steps i want to execute only step7 and step15
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
Can we call instream to catalog and catalog to instream?
What is the function of the dd mgmtclas keyword in sms datasets?
Is automatic restart possible in jcl?
can anyone explain me about sort in jcl with inrec and outrec ?
How can a stopped job be started again?
What are some jcl statements that are not allowed in procedures?
How to get the last but one duplicate record of the file using Sort?
What is use of restart and how to use it?
Explain about LMGET�read a logical record from a data set
CAN ANYONE TELL ME WHAT IS "JOB-CARD"