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 SkipVought 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: *

  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?
  16. SowKan

    COBOL calling REXX - Online

    I have a requirement in which a COBOL program is being used online. I need to send a e-mail via this program. Is there a way to do it in COBOL itself? On the other hand, I have the idea of calling a REXX from the COBOl program. For this REXX to execute, I should be using IRXJCL which is a...
  17. SowKan

    Trapping keys on a REXX panel

    Thanks for the help, Kevin. But can I give my own help panel to be displayed by doing it this way?
  18. SowKan

    Trapping keys on a REXX panel

    My requirement is when I press a PF1 key on the main panel, the helpanel should be displayed. In my panel definition, I have coded the following: )INIT )PROC VER (&MMBR,NB) VER (&A,NB,LIST,1,2) VER (&B,NB,LIST,1,2) &KEY = .PFKEY...
  19. SowKan

    Using MDT to determine if field was modified

    While sending the map, FRSET, ERASEAUP or ERASE options cause the MDT to turn off. FRSET can be specified in the map definition while coding the BMS macro. While receiving, the MDT is automatically turned on when user enters a value in the field. This can also be achieved by specifying a FSET in...
  20. SowKan

    Online Debug Facility

    I need a reference manual for DMS/CICS/VS Online Debug Facility or DMS/CICS/VS Problem Determination guide. If anyone has it, please pass it on. Or any help on where to find it on web would also be appreciable.

Part and Inventory Search

Back
Top