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: *

  1. BigMag

    Doc management / collaboration software - what do you use?

    Just try Rational ClearCase. Can be used for all kinds of config. Marc.
  2. BigMag

    IPMA

    Hi, anyone IPMA-C or -B certified? Regards, Marc. PM
  3. BigMag

    Cobol or Focus?

    Anyone experience with both? Greetz, BigMag BigMag, The Netherlands. bigmag@chello.nl
  4. BigMag

    I wonder....

    I wonder... Why use so many COBOL when there are (very) usefull tools like ETL (Extraction/Transfromation/loading) or ER (Extractor Replicator) when you are developing on a Mainframe with DB2 or SQL/MP (or any machine and DB)? Just think, before my answer will be that your DBA has failed...
  5. BigMag

    Understanding Data Mining

    I recommend the book Kimball wrote about datamining. I don't kwow the full name anymore, but you'll find it. It will get the hang of it. BigMag, The Netherlands. bigmag@chello.nl
  6. BigMag

    MSS

    Hey Crox, druk druk druk, maar dat begreep jij natuurlijk wel. We draaien hier de tent nu met 10 internen! En ervaren problemen met MSS (niet message swift systeem maar switch systeem, foutje mijn kant). Maar ik hoop inderdaad iemand te vinden die meer weet over de beveiliging van dat kreng...
  7. BigMag

    MSS

    Is there any knowledge left of MSS? (message swift system?) Please reply with mail! Thanks! BigMag, The Netherlands. bigmag@wanadoo.nl
  8. BigMag

    MSS

    Is there any knowledge left from MSS? (message swift system?) Please reply with mail! Thanks! BigMag, The Netherlands. bigmag@wanadoo.nl
  9. BigMag

    Future of object-oriented COBOL?

    I wish jkapcia in the future good luck with 20 year old OO stuff..... BigMag, The Netherlands. bigmag@wanadoo.nl
  10. BigMag

    Future of object-oriented COBOL?

    Ever seen the mess you can create with OO? BigMag, The Netherlands. bigmag@wanadoo.nl
  11. BigMag

    OPEN EXTEND

    Open extend means that a disk file will be extended by the program.When a file is extended, records are added to the file after the last record in the file. According to the ANS standards, a file opend in extend mode can't be created by teh program; the file must already exist (...a nulfile...
  12. BigMag

    Browser to Cobol (AS/400)

    You can use fujitsu cobol by using the standard in/standard out functions. (I didn't get it to work though!) (bigmag is back) Hi crox, how is it hanging. Systems still running at the concurent?? M. BigMag, The Netherlands. bigmag@wanadoo.nl
  13. BigMag

    Project Document Templates

    Just take a look at PRINCE 2. I find it very usefull... If you want some templates, let it know (I have to seek for the URL) Start by looking at www.prince2.com M. BigMag, The Netherlands. bigmag@wanadoo.nl
  14. BigMag

    decoder

    pirish, I think you have the compiled source of a module or program. Only after linking the compiled sources, you have your executeble. So there are three kinds of files involved: source, load and executable. When your executable used files for read and write, there's a fourth kind (this one...
  15. BigMag

    Importance of clear code

    Once I saw this coding: MOVE ZERO TO PIETJE. (Pietje is a common Dutch persons name) When I looked to the working storage section: 01 COPIETJE. (duminutive of COPY) 05 CO PIC X(1). 05 PIETJE PIC 9(1). There is your violent psychopath! M. BigMag, The...
  16. BigMag

    DB2 integration with VB and asp

    Price?? Be aware. Compare the prices. Make inquiries into possible clients. They might not be willing to make a big investment, when a simple (cheap) Acces database will be enough. Also look into the costs and methods of converting the code, when using an other database (Stored Procedures will...
  17. BigMag

    Windows Treeview

    jasonsalas, I do not mean the dhtml (self-build) nodes. This view is a windows-item, presented in a textbox, witch can be called from vbscript. Some pc's (environment is the same) only show a red cros in the upperleft corner.... M. BigMag, The Netherlands. someone@euronet.nl (no kidding!)
  18. BigMag

    Windows Treeview

    When builing a windows-treeview in an aps, on some computers (with ie5.5) the treeview is no vissible. Does anyone know which files must be present, to show the treeview? Thanx in advance, M. BigMag, The Netherlands. someone@euronet.nl (no kidding!)
  19. BigMag

    Conversion of Unisys COBOL to Cobol/400 OR Mainframe Cobol

    I've been told Cornerstone is specialized in all conversions. Could save you a lot... M. BigMag, The Netherlands. someone@euronet.nl (no kidding!)
  20. BigMag

    creating a footer

    And of course when you do it. BigMag, The Netherlands. someone@euronet.nl (no kidding!)

Part and Inventory Search

Back
Top