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 strongm 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. dchristensen

    Free/Trial COBOL compilers

    I have spent some time playing with the COBOS IDE which utilizes the OpenCOBOL compiler. The current version does compile and link on Windows (or Linux) and seems to show some promise. The IDE is on SourceForge.
  2. dchristensen

    Automating Data Extract from a mainframe?

    I'm part of a data warehouse team that daily extracts mainframe data that's moved to the LAN and loaded into SQL Server. We generate delimited files and transport the files using FTP. While there are alternate ways to do this, our solution is clean and reliable due to its simplicity. You...
  3. dchristensen

    MySQL

    Couldn't you use the MySQL Connector/ODBC libraries to allow you to connect using ESQL? I've done that on Windows and it's worked fine.
  4. dchristensen

    Formatter/Beautifier for COBOL (reference format)?

    From the discussions, I think the desire is to have a program that will reformat COBOL to handle indenting, aligning things like the PIC's in record descriptions, etc. Years ago in my Burroughs/UniSys mainframe days, I used a re-formatter for COBOL that worked well. I can't remember the name...
  5. dchristensen

    Formatter/Beautifier for COBOL (reference format)?

    Found some things on this site: http://www.smashingmagazine.com/2007/07/12/time-savers-code-beautifier-and-formatter/
  6. dchristensen

    cobol on my pc

    You can get the free version of Net Express from the Micro Focus site, or there's an educational version available on the Fujitsu site. There are limitations with either of them. Another low cost option would be to buy a copy of KOBOL offered by TheCompany.com The WIndows version works okay...
  7. dchristensen

    export data from Cobol data files

    I haven't looked at the data file as yet, but you might try using "Record Edit" which is a data file editor that can accept COBOL records and data types. You can also build a record description within the application which will give you a way to browse and export the file.
  8. dchristensen

    New to HIS 2006 - Have some basic questions..

    Have learned that ports 1477 & 1478 TCP/UDP need to be open between the workstation and the HIS server in order for communication to work.
  9. dchristensen

    PC COBOL ??

    The Windows version of KOBOL from thekompany.com works okay. If you want to use it on Linux, there are some issues that have yet to be resolved. http://www.thekompany.com
  10. dchristensen

    New to HIS 2006 - Have some basic questions..

    We are setting up HIS to test what it can bring to our mixed environment of mainframe and networked systems. We have HIS set up on a server with appropriate firewall access to the mainframe. We'd now like to install the HIS client on developer workstations, but can't seem to locate what ports...
  11. dchristensen

    VSAM File to Flat file Conversion.

    You can also use FileAID for this process and it will generate JCL you can save to repeat the process.
  12. dchristensen

    COBOL Section Structure

    There are two relatively inexpensive utilities I use to look at old COBOL programs. First (and favorite) is Visustin, which will look at a COBOL program and can give you a selection of diagrams. The second is Power Structure. Of course, there's always Micro Focus Revolve, though it is fairly...
  13. dchristensen

    Developing COBOL off m/f, but for m/f use

    We're in the process of implementing MFE to offload development to the workstation. Another option to look at would be perCOBOL. During our evaluation, I looked at it and it seemed to be a good product. Its IDE is also based on Eclipse.
  14. dchristensen

    Example needed - CICS Cobol to HTTP via SOAP

    If you go to this IBM link: http://www.redbooks.ibm.com/abstracts/sg247126.html You'll find samples and documentation.
  15. dchristensen

    Is there a way within COBOL to obtain external file name?

    Thanks to everyone for responding. I've been out of town for a few days and this is my first chance to look at postings to the thread. I have a program that will be used multiple times during nightly processing to access files using a common record format to split the files into collections of...
  16. dchristensen

    Is there a way within COBOL to obtain external file name?

    Is there a way that I can access the external file name of a file used within my COBOL program? My assign statement uses soemthing like UT-S-INFILE. I tried using ACCEPT/DISPLAY syntax like you would with Micro Focus COBOL on a PC, but that syntax isn't allowed in Z/OS COBOL. If there is a...
  17. dchristensen

    Remote Command on Linux using INDY?

    I haven't used it, but you could try using the INDY rexec component. You'll have to have an rexecd daemon running on the unix/linux host. Rexec will let you execute a script or program on the remote host and typically, it will return status of the job. Once it returns, you could use the ftp...
  18. dchristensen

    FDF w/Reader works, but w/Actobat doesn't

    I haven't tried loading the FDF file instead of the PDf. I will try that today or tomorrow. The Adobe Reader version is 6, and the Acrobat version was either 6 or CS. Neither version of Acrobat works. Thanks for the reply. Dave
  19. dchristensen

    FDF w/Reader works, but w/Actobat doesn't

    We have an application where we have multiple insurance agent contracts that are collected into a customized pdf file for a given insurance agent. We supply basic information to the forms using FDF. When the forms are viewed using Acrobat Reader, the data fields populate just fine, but if the...
  20. dchristensen

    Considering Switching to Star Office....

    Another replacement for Access would be to deploy the Rekall product for those people needing Access functionality.

Part and Inventory Search

Back
Top