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 Mike Lewis 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. rvemuri

    Convert cobol copybook to fileaid copybook

    Hi, Could any one let me know how to convert a cobol copybook to a fileaid copybook using REXX. Also, if there is any routine that U have writen or coded to convert a cobol copybook to a easytrieve layout. Please let me know. Thanks Rajesh
  2. rvemuri

    how to create a PDS using in rexx.

    Thanks for the help. Could U please let me know once the PDS is created how can I create a member in the PDS and use it to write some data onto it
  3. rvemuri

    how to implement PF10 and PF11 in a rexx panel

    Hi, I have a requirment where in based on the copybook the user enters in one panel. I need to open another panel with Scrolling effect that would list out all the variables in the coopybook and user should be able to enter data against each of the variables listed. In order to acheive this I...
  4. rvemuri

    how to create a PDS using in rexx.

    I have a requiment in which based on the name the user provides on the panel I would create a PDS. Could any one pleas elet me know how to create a PDS using REXX.
  5. rvemuri

    REENTRANT PROGRAM

    Hi, As far as my knowledge goes using the ALTER command in COBOL the program can modify the source code. Any such program written that would modify its own code should not be used under CICS environment. hope this helps. Rajesh
  6. rvemuri

    Use of Messages in panels

    What I meant was that if you use a SETMSG then you need to display your pannel by using DISPLAY PANEL else the MSG wount be displayed properly on the panel you want to. Thanks Rajesh
  7. rvemuri

    Rexx with DB2 and panels

    One way of doing it would be write the entire resultant rows to a dataset and opne it in a Browse or a edit mode. That is the output would be displayed as displayed in the SPUFI.. Thanks Rajesh vemuri
  8. rvemuri

    How to trap return code of a job in rexx program

    In the REXX program use the OUTTRAP facility to trap the error complete message along with the return code. I don't know if this will work out or not but try it once. Thanks Rajesh Vemuri
  9. rvemuri

    Mainframes GDDM help

    Can anyone please let me know how to use the GDDM ( Graphical Data Display Manager) on mainframes.
  10. rvemuri

    Use of Messages in panels

    hi, If U r tring to display your own messages from the panel then make sure that those messages exist in the a PDS and the PDS is concatinated to ISPMLIB. Then U call display these messages with the messages ID in the panel by coiding it in the )PROC of the panel If U have any further...

Part and Inventory Search

Back
Top