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 TouchToneTommy 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: 9550GT
  • Content: Threads
  • Order by date
  1. 9550GT

    Redim 5 dimensional array => Out of Memory

    I have an array that needs to be dimensioned to the following specifications: Dim m_dMTMDeals() as Double . . . ReDim m_dMTMDeals(1 To 2, 1 To 5100, 2003 To 2022, 1 To 12, 1 to 108) The numbers above are represented as variables in the actual code. When VB tries to redim the variable, I get...
  2. 9550GT

    MicroFocus Cobol File Status Error 9-660?

    I am reading a multi-key indexed file with manual record locking. I am testing the program against itself and I tried acessing the same record from two different copies. Program1 reads and locks the record successfully. Program2 tries to read the record, and returns a file status 9 660. I've...

Part and Inventory Search

Back
Top