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 |
Explain the function of the steplib dd statement?
Can we give two user name in NOTIFY parameter in JOBCARD
Which storage devices are grouped under DASD and SYSDA ?
How to DEBUG a JCL?
What you mean by skeleton JCl?
Can we Execute a job without specifying Job Name in the Job Card?
what is a jcl?
Explain the purpose of the dd keylen parameter?
how to eliminate the duplicates in sorting
Is condition checking possible in jcl?
why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two
How do You skip a Step In JCL?