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: elusivecow
  • Order by date
  1. elusivecow

    Simple File Listing from VSS

    TopDog129 - you can use a simple vb script to accomplish the task: 1) run the first command via a batch file "your path to vss\SS" dir $/EDI -NL -R -oc:\VSS_Prod_Directory_Listing_All.txt -Yuserid,password (the above should all be on one line.) 2) Copy the following vbs code into a text...
  2. elusivecow

    extract text from a file

    alternatively, you can look for AK3 or AK4 -- then you would know you had a rejected transaction. Otherwise, here's a sample of some 'rudimentary' code I use on a daily basis. There may be an easier way, but I'm sorta new to Procomm. You'll have to tweak it for your use: integer FileCounter...
  3. elusivecow

    extract text from a file

    Matta25 -- presumably you are reading in a 997? Since the ISA segment is of fixed length, and should contain the delimiter (the ~, *, - you referenced in your post), once you get the delimiter used from the ISA segment, you should be able to find the same delimiters in the AK5 segments. (Try...
  4. elusivecow

    Multiple Retrievals

    trolley -- I've used this type of BBS in the not so distant past. It's terrible, but it's what we're stuck with. Although I use a different product to download files, the concept is the same. It seems to work ok with having two separate download routines, and in essence, here is what we do...
  5. elusivecow

    Int to string

    How about itoa ?? The example from the Help File: proc main integer Miles = 257 ; Distance traveled. integer Gallons = 14 ; Volume of fuel used. integer Mileage ; Mileage for trip. string MileageString ; Mileage as a string...

Part and Inventory Search

Back
Top