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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by chiverj

  1. chiverj

    Sybase SQL command reference manuals

    Thanks for that, it has saved me lots of time and no small amount of hair!
  2. chiverj

    Sybase SQL command reference manuals

    Greetings, I am sure the answer to my question is simple, but it still eludes me! I want to get a copy of the Sybase ASE SQL Commands reference for 11.9.2 I have given up trying to find it on the Sybase site and am throwing myself on your collect mercy!
  3. chiverj

    Copying tables between two databases

    Greetings, I want to copy a table from database on a production server to a database with the same name on a test server, how might I go about this? We are running Sybase ASE 11.9.2 on Solaris
  4. chiverj

    Writing to a dataset

    Try adding in a line like...say 'result of <action> :'rc To check things are actually working
  5. chiverj

    Invoking DFSORT from rexx

    I have had lots of 'fun' doing this! Try the code below, it works for me, I took out some of the error handly to get an easy cut/paste. Also, it can be sensitive to the RACF/ACF2 authority of who is invoking the REXX and whether the SORT program in on the APF listing. Try looking in your syslog...
  6. chiverj

    Deleting a member of PDS

    Try looking in the ISPF Services manual under LM commands. The LM suite of tools is the functionality behinds most of ISPF options 2 and 3. With LM commands you can: * Get member lists * Compress PDS's * Delete and rename PDS's * A lot more!! The last time I looked it worked only with PDS, not...
  7. chiverj

    Listening to TCP sockects

    Thanks for the pointer. There is an excelent manual about TCP sockets under OS/390 at http://publibz.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/EZ306700/CONTENTS?SHELF=&DT=19950622202951#4.5 It is not that hard once you have read this manual!!
  8. chiverj

    Listening to TCP sockects

    Greetings, I need to write a REXX script (that will run under MainView/AO) that will permenantly listen to a TCP socket. Another application will pass requests for AO across the socket when-ever a problem repoert needs to be raised. My problem is, I have no experience of TCP sockets!! Any...

Part and Inventory Search

Back
Top