Hello,
I need to find out which REXX-procedure calls the aktual REXX-procedure.
For example REXX-procedure TEST1 calls TEST2:
REXX-procedure TEST1:
/* REXX */
call TEST2
REXX-procedure TEST2:
/* REXX */
whocallsme = ?????
say 'I was called from ' whocallsme
The result should be:
I was...
Hello,
in thread277-1421324 I've described how zu trap the ouput from LDAPSRCH-tool.
A few weeks ago, I had to change the coding, because I was not able to read LDAP-entries with umlaute ("ä", "ö") and other diacritic letters ("á", "é"). I got "Not printable" - Attributes.
I had to use the...
Hello,
does anybody has an example how I can use the character conversion service CUNLCNV in REXX? I have a stem in CCSID IBM-1141 an want to convert the content of the stem into CCSID IBM-1047.
The Unicode Services for character conversion is described here...
Hello,
I want to make an LDAP-search with the REXX-EXEC LDAPSRCH. This z/OS utility can be used to get attributes of LDAP-entries. It can be found on HLQ.SGLDEXEC(LDAPSRCH) and is documented in "IBM Tivoli Directory Server Client Programming for z/OS"...
Hello,
I've developed a stored procedure in COBOL, and have tested it with the IBM stored procedure builder. It works fine.
Now I want to call the stored procedure from a REXX-script. Whenever I try to call it I'm getting an SQLCODE -084 (UNACCEPTABLE SQL STATEMENT).
The example from DB2...
Hello,
we have z/OS 1.6 and we use file tailoring with skeletons. In "Dialog Developer’s Guide and Reference" page 318 I see following example with the new continuation character '?':
)SEL &RC = 0 ?
&& &VARNAME = &ZUSER ?
&& &VARI <= 10
This example does not work, I'm getting following...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.