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 |
wht do u mean by inrec and outrec ?
What is the difference between the positional and keyword parameters? Give examples.
If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?
how to concatenate datasets
Explain about LMQUERY�give a dialog information about a data set
Explain about ISPFTTRC
List the various advantages of using jcl language?
In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
Name the statement which can be used to send data to another mvs jes3 node?
Are there any set of rules for the names of the steps used in a job? What are they?