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 Chriss Miller 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 SowKan

  1. SowKan

    Execute REXX when starting logging into TSO

    Hi, I have a REXX EXEC which should be executed while logging into TSO. Can anyone let me know how to do this? Thanks in advance, Sowmya.
  2. SowKan

    ISREDIT LOCATE INFOLINE - make dataline

    I am using ISREDIT LOCATE INFOLINE to find the infolines in a dataset. I want to save it as a dataline. Is there any ISREDIT command to do this? Thanks in advacne, Sowmya.
  3. SowKan

    Delete Column

    Is there a direct command to delete a column from a table? Thx in advance, Sowmya.
  4. SowKan

    CLIST Error

    I have a TBDISPL statement in my CLIST. I check the return codes and accordingly take necessary action.I use a TBPUT to process the selected rows and then use TBDISPL without a panel name and message id to process the pending rows. When I select more than 2 rows, I get a "Recursive CLIST Error"...
  5. SowKan

    Help with TBDISPL

    Rexxhead, I tried displaying ZTDSELS. When no rows are selected, it is 0. When one row is selected, it is 1. When more 2 or more rows are selected, the program ends without even displaying the value of ZTDSELS. This is what I tried. DO ISPEXEC...
  6. SowKan

    Help with TBDISPL

    I am using a command ISPEXEC TBDISPL MYTAB PANEL(MYPANEL) IF &ZTDSELS = 0 THEN DO EXIT CODE(0) END IF &ZTDSELS > 0 THEN DO CONTROL MSG...
  7. SowKan

    EOF handling in CLIST

    Thanks KiwiREXXDude! I got it.
  8. SowKan

    EOF handling in CLIST

    I am trying to write a CLIST which involves reading a file and manipulating the file contents. When end of file is reached, execution stops with RC=E400. How can I handle this? Thanks in advance, Sowmya.
  9. SowKan

    File concatenation in ISPF

    I have a PDS that needs to be allocated to the ISPF Message Library say ISPMLIB. How can I do that in REXX?
  10. SowKan

    IMS databse

    What could be the reasons for the corruption of an IMS database? One thing I could think of is due to the broken indexes. Thanks.
  11. SowKan

    IMS Database Crash

    I need to know how to find that a IMS database has crashed. If so, what are the steps to be taken to recover the databases and restore them to the point before the crash happened? Thanks!!
  12. SowKan

    IMS database

    Do you mean to say that a image copy needs to be taken for the primary database or the secondary index only before increasing the space allocation?
  13. SowKan

    IMS database

    I was not able to find a forum for IMS database. So posting my question here. I have a secondary index B for a database A. If I get a message 'SECONDARY INDEX WAS FULL', then does it mean that the dataset for this secondary index B is full? What could be the possible solution for this problem...
  14. SowKan

    Tape details

    I am talking about the OS/390 Mainframe tape here.
  15. SowKan

    Tape details

    I want to know the catalog details of a list of tape like lrecl.recfm,blocksize,block count,volume,etc... Is there a way to extract this information?

Part and Inventory Search

Back
Top