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 bkrike 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: suruppak
  • Content: Threads
  • Order by date
  1. suruppak

    BEGINNER'S QUANDRY

    Hello everyone, I've had great luck in the cobol forums so I hope I do here as well. I am trying to figure out how to write an easy rexx script to take care of a set of commands I use all day long. Here is what I have written: /* REXX TO GET RID OF ALL OF THOSE ANNOYING EJECTS AND SKIPS */...
  2. suruppak

    ISPF commands

    Is there a TSO ISPF command that will take all of the 'to's or 'thru's (or any other set of characters you would specify)and line them up in a program?? Maybe something that would work like this: "Move 'to' 70 all" or something like that? Thanks, Jeremy
  3. suruppak

    3300-LOAD-SUMMARY-TABLE.

    3300-LOAD-SUMMARY-TABLE. SET SUMMARY-IDX TO 1. SEARCH TABLE-SUMMARY-INFO VARYING SUMMARY-IDX WHEN TBL-LOCATION-CODE(SUMMARY-IDX) = SORT-LOC PERFORM 3400-LOAD-CAR-SUM-TABLE THRU 3400-EXIT...
  4. suruppak

    burning .mdb on cd

    I created a database for a friend of mine in Access 2000. I have ftp'd it to my computer that is running access 2000, and my laptop running access xp and it works fine. He doesn't have ftp, so I burned the .mdb to a cd and brought it to his house and copied and pasted it to his desktop. Now...
  5. suruppak

    Play wav files

    In my database I have created a table "tblMusic", in which I have a .wav file stored. I want this file to be played the entire time the application is being used, running on an endless loop. So far, the only way I can get it to play is I created a form frmMusic, and made it a subform...
  6. suruppak

    Appending records to a sequential file

    I have a program that is writing records to a sequential file. This program gets ran 5 separate times in succession. I am wondering how to add records to the same file every time the program runs without overwriting the data already in the file. Can this be done in the JCL?

Part and Inventory Search

Back
Top