Geometry.Net - the online learning center
Home  - Basic_C - Cobol Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 2     21-40 of 59    Back | 1  | 2  | 3  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Cobol Programming:     more books (100)
  1. Designing and Programming CICS Applications by John Horswill, Members of the CICS Development Team at IBM Hursley, 2000-07-31
  2. COBOL for OS/390 Power Programming with Complete Year 2000 Section (MVS Training, Inc. Mainframe Series) by David Shelby Kirk, 1998-06
  3. COBOL for the 21st Century, 10th Edition by Nancy Stern, Robert A. Stern, et all 2002-09-26
  4. Vsam for the Cobol Programmer: Concepts, Cobol, Jcl, Idcams by Doug Lowe, 1989-07
  5. IMS for the Cobol Programmer, Part 1: Data Base Processing With Ims/Vs and Dl/I Dos/Vs (Pt.1) by Steve Eckols, 1986-01
  6. COBOL: Elements of Programming Style (Art of Programming IBM Personal Computers) by William M. Fuori, 1986-04
  7. DB2 for the Cobol Programmer, Part 2 by Curtis Garvin, Anne Prince, 1999-10-01
  8. Structured Cobol Programming: For the Year 2000 and Beyond by Nancy Stern, 1999-08
  9. Saving Romford by John Mycroft, 2009-03-02
  10. Java for COBOL Programmers (Programming Series) by John C. Byrne, 2008-07-25
  11. COBOL Unleashed by Jon Wessler, 1998-09
  12. COBOL Programming Interview Questions: COBOL Job Interview Review Guide by Terry, Sanchez-Clark, 2006-12-10
  13. An Introduction to Object COBOL by E. Reed Doke, Bill C. Hardgrave, 1997-10-24
  14. C for COBOL Programmers: A Business Approach by Jim Gearing, 1996-01-12

21. COBOL Books - The COBOL Bookstore
Learning resources for COBOL and COBOL programming.
http://www.infogoal.com/cbd/cbdbks.htm
COBOL Bookstore
HOME COBOL OVERVIEW COMPILERS TOOLS ...
OOCOBOL /Objects

ShowDateTime(showDateShort) The COBOL Center Bookstore
Bookstore Aisles: Book Reviews Computer Job Seeking Beginning Intermediate/Advanced ... PC and ClientServer Search for books at Amazon.com. Computer Job Seekers Aids
  • Ace the Technical Interview : Michael Rothstein
    Includes 2000 Answers to questions in areas like: Cobol, Sybase, Oracle, DB2, MVS, CICS, Project Management
Beginning Cobol Books
  • Cobol Programming for Dummies : Arthur Griffith
    CD includes the following Cobol compilers:
    • Acucobol-GT fully functional demo
    • Deskware freeware Cobol Interpretor
    • Fujitsu COBOL and supporting development software for multiple platforms
    • Micro Focus NETEXPRESS Cobol development environment (includes OOCOBOL)
    Price: $23.99 plus shipping and handling. Ships within 24 hours.
    This is a good beginners book, written in an entertaining style. It is also a very good way to try out a number of Cobol compilers. The author, Arthur Griffith, says that he used many of the resources of The Cobol Center to research the book. A serial number is required to install the Fujitsu compiler
    (103-2001 1699-03317-70168). The first part of the number is pre-entered so all you will need to enter is 99-03317-70168.

22. The COBOL Programming Language
History. COBOL (Common Business Oriented Language) was one of the earliest highlevel programming languages. It was developed in 1959 by a group of computer professionals called the
http://groups.engin.umd.umich.edu/CIS/course.des/cis400/cobol/cobol.html
The COBOL Programming Language
Click below to go directly to a specific section:
History
Significant Language Features Areas of Application Sample Programs ... Acknowledgments
History
Significant Language Features
  • The language that automated business Allows names to be truly connotative - permits both long names (up to 30 characters) and word-connector characters (dashes) Every variable is defined in detail - this includes number of decimal digits and the location of the implied decimal point File records are also described with great detail, as are lines to be output to a printer - ideal for printing accounting reports Offers object, visual programming environments Class Libraries Rapid Application Capabilities Integration with the World Wide Web
Areas of Application
Department of Defense (DoD)
Sample Programs
Related Links

23. Sun Valley Systems
Collection of COBOL programs, routines and files that have been written over some thirty years of programming and have been placed into the Public Domain by Judson McClendon.
http://www.sunvaley.com/

24. COBOL Programming Standards
COBOL Programming Standards. 1. Introduction. Nowadays it is common practice to use a particular method of Structured Design before producing the code that will fulfil a
http://www.tonymarston.net/cobol/cobolstandards.html
COBOL Programming Standards
Author A J Marston Date Created September, 1984 Date Revised February, 1993 Version
CONTENTS
1. Introduction
Nowadays it is common practice to use a particular method of Structured Design before producing the code that will fulfil a particular function. No matter what Design Methodology is used, the whole object of using structured programming techniques is lost if the actual code produced is badly written. Not only must the code fulfil its desired function, and perform it efficiently, it must also be maintainable by all those programmers who follow in your wake. In the life of any program more time is spent on maintenance and enhancement than was ever spent on the original implementation. COBOL is a flexible, free-format language that has very few internal constraints. It does not enforce any particular structural method, instead it allows the individual to adopt whatever structure their particular level of mentality can imagine. The author of this document has over a decade's worth of experience in writing COBOL programs, and has encountered many different standards, each with its own set of strong as well as weak points. Some are too rigid and unnecessarily restrictive, while others are too flexible and open to misinterpretation. Those which do not encourage or promote efficient, readable and maintainable code have been discarded, and the remainder have been reviewed and modified in the light of experience, common sense and logic.

25. Advanced Structured COBOL Programming
Asad Khailany Department of Operations Research and Information Systems, School of Business, Eastern Michigan University
http://portal.acm.org/citation.cfm?id=803359

26. Standard Object-Oriented Cobol
Book by Ned Chapin. Covers the new syntax in COBOL-97 and stresses the design that must be done before a COBOL program is written. The text builds on software engineering principles and practices combined with object-oriented technology to enable effective use of this latest form of COBOL.
http://www.wiley.com/legacy/compbooks/catalog/12974-7.htm
Standard Object-Oriented Cobol
Ned Chapin
Make the switch to object-oriented COBOL programming more quickly and easily than you ever thought possible. To get the power and benefit of COBOL's hot new object-oriented features and syntax, you'll have to learn a fresh approach to design. This fresh approach is exactly what this book gives you. Ned Chapin begins with a review of the traditional design approach. Then, building on what you already know about using COBOL, he guides you step-by-step across the great divide separating traditional design and modern design for object-oriented COBOL. He demonstrates how the same jobs can be tackled using the new standard object-oriented COBOL. He also shows how to combine using object-oriented and traditional COBOL. By stating everything in practical, everyday terms that you can easily relate to your own experience, Chapin dramatically reduces the learning curve. By the time you've finished this book, you'll be well prepared to apply the new COBOL syntax to your next project. For IS managers and project leaders, Standard Object-Oriented COBOL provides a detailed cost-benefit review of switching to the new COBOL, as well as valuable tips on how to save time and money during the transition process.

27. COBOL PROGRAMMING
COBOL PROGRAMMING CS 255B (formerly CS210) SPRING 2010 SYLLABUS. Instructor Texts Objectives Why Class Structure Grading Policies Submissions Readings
http://faculty.juniata.edu/rhodes/cobol/syllabus.htm
COBOL PROGRAMMING
CS 255B (formerly CS210)
SPRING 2010 SYLLABUS
Instructor Texts Objectives Why ... Readings Last updated You must attend a one of the one hour orientation session to the course that are tentatively offered at these three times in C102:
  • Monday, January 19, 2010 at 12:00 noon Tuesday, January 19, 2010, at 10:30 a.m. Tuesday, January 19, 2010, at 5:30 p.m.
Please let the instructor know which of these times you will be attending. NOTE: We will be using the free MicroFocus COBOL that is an add on to Visual Studio .NET. This is the platform on which your programs will be tested and critiqued.
Instructor:
Loren Rhodes
E-mail: rhodes@juniata.edu
Office: C208 BAC,
Office phone and voice mail:
Home phone:
Office Hours
are kept current on my home page. See the home page or my office door for recent changes; others office hours may be arranged by appointment.
Required texts
  • Structured COBOL programming ISBN: 0471722618, although 9th or 10th editions suffice.
Objectives:
The objectives of this course include the following:
  • experience learning a programming language "on your own" as can be the case in industry.

28. 75123 COBOL PROGRAMMING
Cred. Pts 01 75123 S1 X COBOL PROGRAMMING 1.00......75123 COBOL PROGRAMMING Year No. Offer Mode
http://www.usq.edu.au/unit-2001/fullspec/75123s1x.htm
75123 COBOL PROGRAMMING
Year No. Offer Mode Description Cred. Pts 01 75123 S1 X COBOL PROGRAMMING 1.00
Contents
STAFFING:
Examiner: B. WICKS
Moderator: H. LAHEY
Instructional design: J. WORDEN
PRE-REQUISITE(S)
RATIONALE:
COBOL is the most commonly used commercial programming language today. This is due to its ability to handle complex input/output functions for large volumes of data, its suitability to commercial applications and its transportability between hardware. Since the 1970's when programming became a major profession there has been much discussion about improving the design of COBOL programmes. This has led to the technique known as structured programming. Structured programmes are easier to read, test, modify by programmers and their peers and have led to greater productivity and reliability in developed applications.
SYNOPSIS:
This unit introduces students to the procedural programming language of COBOL. Students design, write, test, debug and evaluate well- structured computer programs in accordance with production standards to solve non-trivial problems. Advanced programming techniques and language use are presented and practised. Structured programming tools and techniques are applied to commercial problem-solving applications.
OBJECTIVES:
Completion of this unit will enable students to:
  • Demonstrate an understanding of: (a) the COBOL programming
  • 29. Cobol Products :: Read And Convert Cobol Data Files
    The CobolTransformer Toolkit product family contains COBOL parser, COBOL Program Tree, and COBOL Code Generator that together form a base on which all other CobolTransformer products are built. COBOL Data File Readers read COBOL data files and convert them to various non-COBOL data formats.
    http://www.siber.com/sct/

    Home
    Download Buy About ... Contact Us
    CobolTransformer Home
    Cobol Data Readers
    CobolTransformer Toolkit
    Press Releases
    Success Stories
    Technical News
    Contact Us
    CobolTransformer

    Read and Convert Cobol Data Files
    Introduction
    Why reading Cobol data files is hard and how we can help.
    Features
    Cobol DataViewer is an ultimate tool for Cobol data files reverse engineering . It reads Cobol data files with known and unknown record layouts, displays them, and converts them to non-Cobol formats. DataViewer recovers valuable data from Cobol files even if you do not have source of the Cobol program that wrote these files.
    Trial Version
    DataViewer free trial allows you to see first 50 records of the file.
    Buy DataViewer
    Yes, you can buy any of our tools by faxing in an order and have it delivered by e-mail within 1-2 hours of your payment.
    DataViewer Manual and FAQ
    Describes DataViewer in detail and answers Frequently Asked Questions.
    Release News
    Highlights the recently implemented features.
    Data Conversion Service
    If using Data-Viewer appears to be too technical then simply e-mail us your Cobol data files and we will recover their record layouts and convert them to CSV format.
    Partial Customer List
    Shows that a lot of companies like Siber DataReaders.

    30. COBOL To Go
    COBOL programming without contracts Pay as you go. Results are returned to you every day upon payment. You can terminate the arrangement at your discretion.
    http://coboltogo.com/
    COBOL programming without contracts
    Pay as you go.
    Results are returned to you every day upon payment. You can terminate the arrangement at your discretion.
    COBOL Programming for Mainframes, Windows, UNIX, Etc.
    Who am I:
    Herb Jones, ex-principal developer for three software products sold by Group 1 Software: CODE-1 Plus, CODE-1 Plus International, Canadian CODE-1 Plus. Specialist in application and database design for COBOL based products that run on multiple platforms. Over 25 years of software experience on diverse hardware platforms and operating systems. More information about me
    Contact Me
    Phone number:
    Or send a message:
    Your name: Your email address: Your telephone number: Issue with which I can assist: Any additional information you would like to add:

    31. COBOL Programming
    Contract COBOL Programming. Our Expert Programmers are trained to use only the best techniques. We work on an hourly basis in emergency situations
    http://aristologicinc.com/id5.html
    Aristologic Inc COBOL Programming Home COBOL Programming Technical Documents Trouble Shooting ... Contact Us Contract COBOL Programming Our Expert Programmers are trained to use only the best techniques. We work on an hourly basis in emergency situations.
    Expert Programmers create structured programs using only the best techniques. These programs will run fast using low overhead, function as designed and contain intuitive verbiage and documentation for easy maintenance. Twenty years experience. We work all hours. 8:00 a.m to 10:00 p.m. Weekdays 8:00 a.m. to 5:00 p.m. Saturday and Sunday Expert Programmers create structured programs using only the best techniques. These programs will run fast using low overhead, function as designed and contain intuitive verbiage and documentation for easy maintenance. Twenty years experience. We work all hours. 8:00 a.m to 10:00 p.m. Weekdays 8:00 a.m. to 5:00 p.m. Saturday and Sunday Aristologic Inc * Baltimore, Md. * US *

    32. CyberMetrics - COBOL Flowchart Generator Tool , MVS JCL & Visual Basic Flowchart
    PowerStructure COBOL flowchart and structure chart tool generates structure charts from COBOL source automatically. Get an intuitive feel for COBOL program logic nearly instantly or draw your own flow diagrams and flowcharts.
    http://www.usflowchart.com/
    Home Home Products More... PowerStructure ... Contact Us About CyberMetrics® Automatic Flowcharting Products Welcome to the home of CyberMetrics and automatic flowcharting!

    33. Cobol
    Forget Twitter. COBOL is where it's at. All the hipsters in Silicon Valley talk about PHP, Twitter, and Web 2.0. But recent surveys show that kids can't be bothered to use Twitter.
    http://www.kosmix.com/topic/COBOL

    34. Group 3 Developments - Software Conversions - CTOS Specialists
    Migration specialists from the Unisys CTOS operating system to Windows. ConneCT-OS is a series of tools and products that will take legacy COBOL programs up to Windows/Unix.
    http://www.home.aone.net.au/~group3developments/
    This page uses frames, but your browser doesn't support them.

    35. COBOL Programming
    COBOL programming. This section contains information to help you use the MQI from the COBOL programming language. COPY files. Various COPY files are provided to assist with the
    http://middleware.its.state.nc.us/middleware/Documentation/en_US/htm/csqzak06/cs
    COBOL programming
    This section contains information to help you use the MQI from the COBOL programming language.
    COPY files
    Various COPY files are provided to assist with the writing of COBOL application programs that use the MQI. There are two files containing named constants, and two files for each of the structures. Each structure is provided in two forms - a form with initial values, and a form without:
    • The structures with initial values can be used in the WORKING-STORAGE SECTION of a COBOL program, and are contained in COPY files which have names suffixed with the letter "V" (mnemonic for "Values"). The structures without initial values can be used in the LINKAGE SECTION of a COBOL program, and are contained in COPY files which have names suffixed with the letter "L" (mnemonic for "Linkage").
    The COPY files are summarized in Table 17 . Note that not all of the files listed are available in all environments.
    Table 17. COBOL COPY files

    File
    (with initial values) File
    (without initial values) Contents CMQAIRV CMQAIRL Authentication information record CMQBOV CMQBOL Begin options structure CMQCIHV CMQCIHL CICS information header structure CMQCNOV CMQCNOL Connect options structure CMQDHV CMQDHL Distribution header structure CMQDLHV CMQDLHL Dead letter header structure CMQDXPV CMQDXPL Data conversion exit parameter structure CMQGMOV CMQGMOL Get message options structure CMQIIHV CMQIIHL IMS information header structure CMQMDV CMQMDL Message descriptor structure CMQMDEV CMQMDEL

    36. COBOL Lectures And Tutorials
    COBOL programming lectures and tutorials for course CS4312 from the University of Limerick. The programming lectures presented are delivered using Microsoft PowerPoint slides and may be downloaded as one 612K file.
    http://www.csis.ul.ie/COBOL/lectures/default.htm

    COBOL lectures and tutorials
    These pages contain the COBOL programming lectures and tutorials for CS4312 - Software Engineering 2. For COBOL programming exercises, COBOL example programs, links to other COBOL sites or information about the Year2000 problem please connect to the main COBOL page The COBOL programming lectures presented in the are delivered using Microsoft PowerPoint slides (Powerpoint 95 i.e. v7.0). There are three ways to view these slides.
  • Come to the lectures Download the ZIP file containing the slides and view it with either the PowerPoint Viewer or PowerPoint itself.
  • The Plug-In and Viewer for PowerPoint 95 are no longer easy to obtain from the Microsoft site (they have been replaced by PowerPoint 97) so I am making them available from here. Download the PowerPoint 95 Plug-In
    Download the PowerPoint 95 Viewer
    Each lecture topic in the module outline is followed by these three clickable buttons -

      The first button returns you to the module contents. Try it now.
      The second runs the presentation using the PowerPoint Plug-In.

    37. Cobol Programming Computer Books - Browse Books Magazines At
    Compare prices on Cobol programming Computer Books with bizrate. Buy Books Magazines from top rated stores. Comparison shopping for Cobol programming Computer Books.
    http://www.bizrate.com/cobol-programming/
    Suggestions related searches: less related searches: cobol compiler personal cobol more related searches: cobol compiler personal cobol visualage cobol net programming software ... Computer Books cobol programming
    you're in Computer Books, see other matches in:
    Advertisement refine your results

    38. Free Cobol Compilers And Cobol Programming - Freebyte's Guide To
    Free cobol compilers, free Cobol programming, tutorials, resources and tools.
    http://www.freebyte.com/programming/cobol/
    Freebyte's Guide to...
    Free Cobol
    Programming 1995-2009 Freebyte.com TreePad X Enterprise
    384 Gigabyte Personal Information Manager and Word Processor.
    Intuitive and versatile, including Website Generator, spellchecker, thesaurus, attachments, search engine, recycle bin, and much more!
    Click here to get the free evaluation version Contents Free Cobol Compilers
    Free Cobol Tutorials and Resources

    Related Freebyte Pages

    Information wanted!
    ...
    About this page

    Your browser does not support script The Freebyte menu is not visible? Then use these links instead: Home Site Map Search Free Cobol Compilers OpenCOBOL OpenCOBOL is an open-source COBOL compiler. OpenCOBOL implements substantial part of the COBOL 85 and COBOL 2002 standards, as well as many extensions of the existent COBOL compilers. OpenCOBOL translates COBOL into C and compiles the translated code using GCC. You can build your COBOL programs on various platforms, including GNU/Linux, Mac OS X, and Microsoft Windows. Tiny Cobol Open source Cobol compiler for Windows, Linux, BeOS, FreeBSD. Cobol for GCC COBOL for GCC is a project to create a COBOL 85 compliant compiler for GNU/Linux and other operating systems, using the GCC (GNU Compiler Collection) code generation framework.

    39. ZingCOBOL A Beginner S Guide To COBOL Programming
    Offer the basics of COBOL including debugging code and program samples.
    http://cobol.404i.com
    This page uses frames, but your browser doesn't support them.

    40. Mainframe Training : COBOL Programming
    Wintrac provides customized Mainframe Training Training, for groups..
    http://www.wintrac.com/courses/cobol_mf.asp
    Home Instructor-led Training Self-Paced Learning Online Training ... Email Us Phone : Contact Us About Us Clients Courses A+ ADA Adobe AJAX ... XML Web Services COBOL Programming Mainframe Training Overview
    The course starts with an overview of structured programming concepts.
    The four divisions of a COBOL program and their functions are reviewed in detail.
    Students will gain hands on experience through a series of class discussions and workshop exercises that include several modifications to a skeletal COBOL program.
    File processing, program looping, conditional program statements, and table processing are covered in detail.
    Development of clear and understandable program designs is stressed along with building maintainable programs.
    Program debugging techniques are also discussed.
    Mainframe Training Learning Objectives
    Upon successful completion of the course, each student will be able to -
    • design and develop structured programs
    • define variables and build program code
    • define / discuss the internal descriptions of data in a COBOL program
    • READ and WRITE files
    • use IF, EVALUATE, PERFORM statements

    A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

    Page 2     21-40 of 59    Back | 1  | 2  | 3  | Next 20

    free hit counter