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!

Search results for query: *

  • Users: SowKan
  • Content: Threads
  • Order by date
  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

    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...
  6. 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.
  7. 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?
  8. 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.
  9. 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!!
  10. 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...
  11. 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?
  12. 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...
  13. 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...
  14. 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.
  15. SowKan

    Reading Spool entries

    Is there a way to read the output of a program which is written to SDSF spool?
  16. SowKan

    REXX Member list

    I need to list out all the members in a PDS which matches my search string. Say in MYPDS I search for LIS*, all the members starting from LIS like LISPGM, LISCAT,LISTWM, etc,...should be the output. One way to do this is to submit a SRCHFOR job from my REXX EXEC. However I don't want to do this...
  17. SowKan

    REXX wait

    In my REXX exec, I need to wait until a dataset is recalled and then further proceed with the processing. Is there a way of doing it? What TSO command can I use for this purpose?

Part and Inventory Search

Back
Top