Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Adam5
  • Content: Threads
  • Order by date
  1. Adam5

    Need to find out the caller of a REXX-procedure

    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...
  2. Adam5

    How to use LDAPSRCH with REXX & Umlaute

    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...
  3. Adam5

    Using Unicode Services for character conversion in REXX

    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...
  4. Adam5

    How to capture output from LDAPSRCH

    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"...
  5. Adam5

    Calling a stored procedure from REXX

    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...
  6. Adam5

    Continuation of )SEL - statements

    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...

Part and Inventory Search

Back
Top