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 tpms2000

  1. tpms2000

    Processes, Process Id's and full command lines

    Is there a Windows function that gives similar information to the "ps" command in Unix, specifically: Processes, Process Id's and, most importantly, full command lines? I believe there are utilities such as CmdLine from DiamondCS (not tried it yet). Is there a Windows (undocumented?) feature to...
  2. tpms2000

    Mapping (listening) ports to services

    Firstly, many thanks for the responses. Just to clarify - I am looking for a dynamic mapping of ports and services. In response to "why am I closing a service" - IBM Websphere's HTTP server uses port 80 therefore when installing this on Windows Server 2000, the World Wide Web Publishing Service...
  3. tpms2000

    Mapping (listening) ports to services

    I am completely new to this so apologies in advance if it's a dumb question. I am writing an installation guide (for an IBM product on Windows) - part of which has the following - Check that the following ports are free: a) 80 (HTTP) b) 383 and 636 (LDAP) c) 9080 (Websphere) If I run...
  4. tpms2000

    Why does the *** prompt appear

    Sounds right. I used to use this via a panel and did not get the *** prompt.
  5. tpms2000

    Why does the *** prompt appear

    The Rexx at the end of this message asks the user to enter a number. If a particular dataset containing this number exists the dataset is displayed. The question is - When the code runs and the dataset does exist, instead of displaying it immediately, the *** prompt appears (I am not at the...
  6. tpms2000

    Complete Beginner's Guide to MVS Assembler?

    Can anyone point me to some useful sites for an absolute beginner in MVS Assembler. I found the books in Bookman too difficult. I'd like to learn to write Assembler routines which would be called from my Rexx code. Many thanks
  7. tpms2000

    1. Counting records 2. Wait

    Many thanks for your replies - much appreciated
  8. tpms2000

    1. Counting records 2. Wait

    1. How to count the number of records in a file ? a) EXECIO * DISKR etc falls over at about 250,000 whether it's put on the stack or in a stem. b) If it's a PDS (or I copy it to a PDS) the stats only show a maximum of 65536 even if there's more than that in the file. 2. How to wait a few seconds...
  9. tpms2000

    Selection on a scrolling panel

    Thanks - I tried this but run into more problems. Does anyone know of any decent online documentation for this - outside of the official IBM stuff? The problems I encounter are 1) The panel ensures that only Y is a valid selection choice. If I try to select with, e.g. X, then, after the error...
  10. tpms2000

    Selection on a scrolling panel

    I thought of that just after I posted this. So I did delete that line, and now all the selections have a Y in them instead of only those I actually selected.
  11. tpms2000

    Selection on a scrolling panel

    Sample scrolling panel problem: Sel Dataset name _ level1.level2.a Y level1.level2.b Y level1.level2.c _ level1.level2.d I select .b and .c for some action. Situation 1 If there's no problem (i.e. no error message generated) then I should see: Sel Dataset name _...
  12. tpms2000

    ISPF Selection Panel - Mixing selections and data

    Thanks for the replies - much appreciated.They guided me to an easy solution. Panel_a sets AFLAG to Y and VPUTs AFLAG Panel_b VGETs AFLAG. If it = Y, set it to N, VPUT it and clear out the field. So the field is only ever cleared if I come at it from Panel_a. Thanks again
  13. tpms2000

    ISPF Selection Panel - Mixing selections and data

    I agree - this is what I would have done ordinarily except the selection panel is called from an earlier panel rather than a Rexx. If I code in )INIT - pref = ' ', it's always cleared out when I come back to the panel from the Rexx even if I try and put a condition in )REINIT e.g. to check for...
  14. tpms2000

    ISPF Selection Panel - Mixing selections and data

    Apologies for the long winded question re ISPF panels - THE BACKGROUND TO THE PROBLEM: Part of a basic selection panel: )BODY + - - - - Handover Log - - - - } Option ===>_ZCMD +...
  15. tpms2000

    JCL SDSF JOBNAME JOBID

    Spot on! Many thanks!

Part and Inventory Search

Back
Top