Geometry.Net - the online learning center
Home  - Basic_C - Cobol Programming

e99.com Bookstore
  
Images 
Newsgroups
Page 2     21-40 of 146    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 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. JosseyBass :: Structured COBOL Programming, 9th Edition Update
JosseyBass, Structured cobol programming, 9th EditionUpdate by Nancy Stern, Robert A. Stern.
http://www.josseybass.com/cda/product/0,,0471438650,00.html
By Keyword By Title By Author By ISBN By ISSN Shopping Cart My Account Help Contact Us ... COBOL Structured COBOL Programming, 9th Edition Update Related Subjects
User Interface Design

Visual Basic

Related Titles
By These Authors
Programming in Cobol/400 (Paperback)

Structured COBOL Programming for the AS400, 2nd Edition (Paperback)

Getting Started with RM/COBOL Seventh Edition (Paperback)

Computing in the Information Age, 2nd Edition (Paperback)
...
Computing in the Information Age, Study Guide, 2nd Edition (Paperback)

COBOL Practical MVS JCL Examples: An Introduction to MVS/ESA (Paperback) James G. Janossy An Introduction to Object COBOL (Paperback) E. Reed Doke, Bill C. Hardgrave VS COBOL II: Highlights and Techniques (Software) James G. Janossy Mastering Cobal: Let the PC Teach You COBOL Programming (Software) Rex Woollard, Andrea Bonner Systems Analysis and Design (Hardcover) Alan Dennis, Barbara Wixom COBOL Structured COBOL Programming, 9th Edition Update

22. Introduction To COBOL Programming
Introduction to cobol programming. This class will introduce basic cobol programmingconstructs used in business programming. Labs and notes included.
http://www.cs.niu.edu/it-training/COBOL.htm
Introduction to COBOL Programming This class will introduce basic COBOL programming constructs used in business programming. Labs and notes included. Price Length : 3 days Dates : Oct 14-16 (Mon-Wed) Prerequisites : None. Programming experience helpful. Code: To enroll by phone call 1-800-345-9472 To enroll by fax 1-815-753-6900 Schedule Day 1 morning
  • COBOL divisions/sections and sample COBOL Program
Day 1 afternoon
  • File handling,reading and writing
Day 2 morning
  • Loops and decisions
Day 2 afternoon
  • Formatting output, numeric data Arithmetic
Day 3 morning
  • Data Validation
Day 3 afternoon
  • Tables
Return to Previous Page

23. AS/400 Advanced Cobol Programming (ACB5) For The Eserver ISeries 400 - AS400 Com
AS/400 Advanced cobol programming is a selfpaced, audio-cassette courseproviding practical training in advanced COBOL/400 tips and techniques.......
http://www.cbt400.com/html/acb5ds.htm
Description
AS/400 Advanced COBOL Programming is a self-paced, audio-cassette course providing practical training in advanced COBOL/400 tips and techniques.
AS/400 media: Upon completion you'll be able to: Create programs that use multiple subfiles with updates to data base files.
Call an IBM-supplied utility program from a COBOL program or a CL/COBOL program combination to perform character string searches.
Call an IBM-supplied utility program to execute dynamic CL commands from a COBOL program or a CL/COBOL program combination.
Call an IBM-supplied utility program that performs character translation, such as ASCII to EBCDIC or lower to uppercase.
Create "smart" programs that handle program exceptions and error conditions without terminating.
Create programs that access file member names, size, overrides, spooled files, cursor location, and library lists.
Create split-screen and other multiple subfile programs.
Create windows-style programs using user-defined streams. Advanced Subfile Handling
Managing Multiple Subfiles Multiple Subfiles with Data Base Update Detecting Data Base Changes Multiple Subfile Scrolling Character String Search Searching Data Base Files and Subfiles for Variable Character Strings QCLSCAN Program Variable Strings and Patterns Using Wildcards Case-Sensitive Search Options Character Translation QDCXLATE Program Translating ASCII to and from EBCDIC Translating Uppercase to and from Lowercase Translating Characters with User-Defined Tables Executing AS/400 Commands from Programs

24. ACB2 Cobol Programming For The Eserver ISeries 400 - AS400 Computer Based Traini
the AS/400. Prerequisites AS/400 Workstation Operations AS/400 SystemOperations ANSI 1974 or 1982 cobol programming experience.
http://www.cbt400.com/html/acb2ds.htm
Description
AS/400 COBOL/400 Programming is a self-paced, audio-cassette course providing comprehensive, practical training in the design and coding of COBOL/400 programs. AS400 Media:
Upon completion you'll be able to:
Use Source Entry Utility and the Programming Development Manager to code and create COBOL/400 programs.
Create batchable programs that print reports and process files using advanced COBOL/400 techniques.
Use structured programming input/output and logic control operations.
Create and use externally described printer files using Data Description Specifications and Report Layout Utility.
Use externally described physical and logical files.
Process files using composite and partial keys.
Use simple and multi-dimensional tables.
Use sophisticated PERFORM processing. Call programs from programs and pass parameters. Execute OS/400 commands from a program. Use copy books to avoid redundant code in Working Storage Section and Procedure Division. Use advanced debugging techniques ANSI '85 COBOL INITIALIZE EVALUATE (Simple and Compound Structures) Scope Delimiters END-READ, END-START, END-IF, END-WRITE, and END-PERFORM

25. James Blaylock
My name is James E. Blaylock and I graduated with a Bachelor of Science degree in Computer Information Systems on May 16, 1998. I love personal computing, cobol programming, archaeology, genealogy, and working on web pages.
http://www.eastland.net/cz/jeb7093/james.htm
James E. Blaylock My name is James E. Blaylock and I graduated with a Bachelor of Science degree in Computer Information Systems on May 16, 1998. I love personal computing, COBOL programming, archaeology, genealogy, and working on web pages. Check out some of my work in the "My Geocities Web Page" link below. Links My Geocities Web Page ... Tarleton State University

26. Computer Science Technology
Courses which provide broad programming background, covering training in operating systems, 'C' language, cobol programming and microcomputer software packages and networking. Degree and Certificate programs.
http://www.gwctc.commnet.edu/cscittech.html
Computer Science T echnology [Associate in Science] [Certificate]
[Back to Programs]

Division of Engineering and Applied Technology Homepage
Computer Science Technology Students enrolled in the Computer Science Technology program receive a broad programming background covering training in operating systems, ‘C’ Language, COBOL programming, and microcomputer software packages, and networking. Using industry-oriented applications, students have the opportunity to design, write, and test programs in a variety of programming languages and use various operating systems languages. In addition, students will be introduced to different types of networks and networking that allow users to share hardware, software and information. The Computer Science Technology program prepares students for careers as application programmers, programmer analysts, systems analysts, systems programmers, network administrators, or computer network specialists. The Computer Science Technology Certificate program provides the student with requisite skills for entry-level positions. The program is especially suitable for those seeking to gain mare marketable or updated skills.

27. Lowest Prices Cobol+programming+computers Computer Books Books
Synopsis Sams Teach Yourself COBOL in 24 Hours teaches the basics of cobol programmingin 24 stepby-step lessons. DLC COBOL (Computer programming language).
http://www.book4sure.com/cobol-programming-computers.html
Programming Cobol programming computers Search ISBN Title Keyword Author Applications Certification Computer Science Databases ... Romance Books New ! Medicine Books New !
  • Programming Algorithms Objects Architecture Patterns ... Visual c++ Page No:
    Java for the COBOL Programmer
    ISBN:
    Author: E. Reed Doke Synopsis
    This book draws upon the numerous similarities between COBOL and Java to teach Java to professional COBOL programmers. The book is completely modular, allowing a reader to skip back and forth from one chapter to another, depending on his or her immediate needs. The authors make extensive use of program examples for both COBOL and Java. With each example, they present a COBOL program that performs a certain function, then they develop a Java program that accomplishes the same task. Also, a runing case study is introduce early in the book, during the discussion of object-oriented concepts. It evolves with increased functionality as new material is presented in subsequent chapters. The publisher, Shamus McGillicuddy , February 24, 2000
  • 28. Lowest Prices Cobol+programming+computers Computer Books Books
    Compare Prices. Structured cobol programming. ISBN0789557037 AuthorGary BBShelly. Compare Prices. A Simplified Guide to Structured cobol programming.
    http://www.book4sure.com/cobol-programming-computers-3.html
    Programming Cobol programming computers Search ISBN Title Keyword Author Applications Certification Computer Science Databases ... Romance Books New ! Medicine Books New !
  • Programming Algorithms Objects Architecture Patterns ... Visual c++ Page No:
    Programming in COBOL/400
    ISBN:
    Author: James Cooper Synopsis
    Now there's an easy way to learn how to write well-designed, structured COBAL/400 programs on an AS/400 computer system! This focused, comprehensive book gives you all the basics you need for success. This 750 page text and reference book presents COBAL/400 in an accessible, easy-to-learn manner. It shows you how to write well-designed, elementary, intermediate, and advanced structured COBAL/400 programs including well-structured batch and interactive programs that are easy to read,... Compare Prices Structured COBOL Programming ISBN:
    Author: Gary B. B. Shelly
    Compare Prices
    Sams Teach Yourself COBOL in 21 Days ISBN:
    Author: Mo Budlong Synopsis
    Sams Teach Yourself COBOL in 21 Days, Third Edition, will quickly empower you to create powerful, Y2K-complient COBOL applications. Using client-proven methods, and over 20 years of COBOL programming experience, expert author Mo Budlong provides you with an understanding of the COBOL language and programming methods. Readers who have been confused by the high-end, academic style of other COBOL books and classes have had this to say about previous editions of Sams Teach Yourself COBOL in 21 Days: "A very good book. Much easier to understand than the course I took." "The 21 Days book will get you up to speed much quicker (than college classes.)" "I use Teach Yourself COBOL in 21 Days at my Learning Center for teaching COBOL programming."
  • 29. COBOL Programming Anyone? [rec.humor.funny]
    cobol programming anyone? brad Sick of writing C/Pascal/Ada? This isprobably enough to make cobol programming very attractive An
    http://www.netfunny.com/rhf/jokes/88q3/737.4.html
    Browse the Best of RHF: " Computer, Science and Math Jokes
    COBOL programming anyone?
    brad@uqcspe.oz.au (Brad Broom)
    Computer Science, Queensland Uni, Australia
    (funny, true, original)
    Sick of writing C/Pascal/Ada? This is probably enough to make COBOL programming very attractive: An ad in Tuesday's Australian, back page, right-hand column: (copied without permission) BANKING EXPR NOT NECESSARY (4)COBOL PROGS.......To 434K++ Low Interest Loans 19 Day Month With this sort of income, banking experience would soon be obtained.
    Brad Broom
    brad@uqcspe.oz
    PS: Anyone got a good COBOL textbook they'd like to part with?
    Browse the Best of RHF: " Computer, Science and Math Jokes Best of Jokes Current Jokes RHF Home ... Search

    30. InformIT.com : Articles > Object-Oriented COBOL Programming Using The .NET Frame
    ObjectOriented cobol programming Using the .NET Framework SEP 06, 2002 By RonaldReeves. 4, What Is a Software Object? 5, Object-Oriented Programming with COBOL.
    http://www.informit.com/isapi/product_id~{41284EAB-1110-4B9E-A659-2CEE40EE9054}/
    Our Publishing Partners: Addison-Wesley Cisco Press New Riders Peachpit Press ... Log In View Cart Home Articles Programming More Topics... ... E-mail Object-Oriented COBOL Programming Using the .NET Framework
    SEP 06, 2002 By Ronald Reeves . Article is provided courtesy of Prentice Hall PTR Componentware, Cognition, and Software Development Object and Cognitive Activities What Is an Object? What Is a Software Object? Object-Oriented Programming with COBOL ... COBOL Classes and the .NET Base Classes This sample chapter is from COBOL Programming Using the .NET Framework Different Data Types Using Conditional Statements to Control Processing COBOL: From Micro to Mainframe ... COBOL: From Micro to Mainframe Dive into this in-depth introduction to the combination of COBOL and .NET. Learn exactly what you can accomplish with COBOL.NET and how to use it to solve your legacy software development problems. Other articles by Ronald Reeves Advertise With Us
    1.1 Componentware, Cognition, and Software Development
    It has often been said we humans make artifacts in our own image. As we gradually rise out of the current quagmire of software development, we are starting to create software along the mental model of how we think. Although human-to-human communication is not perfect, it is amazing how well we interface together. A key element is the mental objects, defined pretty much the same from human to human. We have general agreement on the idea content of each of these objects (messages) we are moving between us. This mental model has been at the core of the rise of object-oriented programming in all its forms.

    31. T81-251 COBOL Programming Schedule Page
    T81251C cobol programming. Syllabus, Fall 2002. Instructor Alan Paradise.Manager, Database Administration. Anheuser-Busch Companies, Inc. Contact
    http://students.cec.wustl.edu/~ap8/syllabus.html
    Home Schedule Class Notes Handouts
    T81-251C COBOL Programming
    Syllabus, Fall 2002
    Instructor:
    Alan Paradise
    Manager, Database Administration Anheuser-Busch Companies, Inc Contact:
    alan.paradise@anheuser-busch.com
    Class: Tuesday, 6:30 - 9:00 p.m, Lopata 101 Text: COBOL From Micro to Mainframe
    Course Description:
    Course Objectives:
    Exhibit proficiency in designing, coding, testing and debugging structured COBOL programs that will read sequential input files, validate data, create formatted reports, manipulate simple tables, sort input records and utilize subroutines Understand how COBOL programs can effectively provide solutions to typical business problems
    Grading:
    Programming Projects 64% (8 projects, 80 pts each, total: 640) Quizzes on Readings (10 quizzes, 6 pts each, total: 60) Midterm Exam 15 % (150 points) Final Exam 15 % (150 points) Grading Scale: Out of a total possible 1000 points A = 900 + F = below 600 points Each programming project will be described in writing two weeks before it is due. Programs are based on projects listed in Appendix G in the text. Grading criteria for programs will be handed out separately. The exams will be based on materials from the text as well as information presented in class lectures that is NOT covered in the text. Quizzes cover material from the chapters assigned for reading prior to each lecture.

    32. T81-251 COBOL Programming Schedule Page
    T81251C cobol programming. Schedule for Fall 2002. Class. Date.Topic. Reading. Project Due. 1. Sep 3. Introductions Overview ofCourse
    http://students.cec.wustl.edu/~ap8/schedule.html
    Home Syllabus Class Notes Handouts
    T81-251C COBOL Programming
    Schedule for Fall 2002
    Class Date Topic Reading Project Due Sep 3 Introductions
    Data Processing Concepts, Technical Skills Assessment Sep 10 First Look at COBOL The First Three Divisions
    Identification, Environment, Data
    Sep 17 Basic Working-Storage Items
    Using the MicroFocus Compiler
    #1 Sample: Read + Print
    SENIOR.CBL Sep 24 The Procedure Division
    Basic Verbs, Creating Output, Lab Time Chapter 5 Oct 1 Arithmetic Verbs
    More on the PICTURE clause
    More about Working-Storage, Lab Time Chapter 7 # 2 Formatting Output
    Project 2-7 Appendix G, Page 760 Oct 8 Using the MicroFocus tool for Debugging - Lab Time Oct 15 The IF statement Validating your Input Data LAB Time Chapter 6 Chapter 8 # 3 Simple Computations Project 3-7 Appendix G, Page 768 Oct 22 Midterm Exam Oct 29 Controlling Program Flow More Procedure Division Verbs LAB Time Project 7-7 Appendix G, Page 776 Nov 5 Occurs Depending LAB time Chapter 9 Nov 12 More on tables (one-dimensional only) Dynamic Table Loading LAB Time Chapter 11 #5 Data Validation Project 8-6 Appendix G, Page 790

    33. Mainframe Books On COBOL Programming Cobal
    cobol book A Simplified Guide to Structured cobol programming By DanielD. McCracken, Donald G. Golden. Inspect/Order Structured cobol programming.
    http://www.touniteamerica.com/books/bookscob.html
    Home Programming Books for Computer Professionals Spoken Languages ... Terms
    COBOL Bookstore
    The reports of the death of COBOL are greatly exaggerated.
    12 Books on this Page, including: Murach's Structured COBOL
    COBOL Unleashed
    COBOL For Dummies® Quick Reference
    Teach Yourself Cobol in 24 Hours
    Mastering Cobol
    Cobol Programming Starter Kit
    A Simplified Guide to Structured Cobol Programming
    Using Micro Focus Cobol Workbench
    Simplified Structured Cobol With Microsoft/Microfocus Cobol
    Structured Cobol Programming Model Programs for Business Applications Introduction to Object COBOL Click on any item to find out more, order, or to go to Amazon.com and look around.
    New COBOL Book! Murach's Structured COBOL By Mike Murach, Anne Prince, Raul Menendez Three of Mike Murach's most seasoned authors bring you a new book on COBOL! This is truly a new book. In fact, it's at least 6 books in one. Modern COBOL. CICS basics, DB2 basics, TSO/ISPF, Microfocus/Merant COBOL, and Object Oriented COBOL. Presented in the usual Murach style - clear, uncluttered, logical and interesting! Listen! I'm an author and I wish I had written this book. I'm a trainer and will bring this book into the class the next time I teach COBOL. This is a ready-made course! I'm a programming contractor and this book is always my desk because the book uses the words "how to ..." a few thousand times. Inspect/Order Murach's Structured COBOL COBOL Unleashed By Jon Wessler COBOL Unleashed presents real-world solutions to the key programming problems facing COBOL programmers today. Client/Server COBOL. - COBOL Database programming. - Transaction Processing. - Dynamic File Allocation. - Object-Oriented COBOL and COBOL 9X.

    34. Programming Manuals And Tutorials: COBOL Programming Cobal
    IBM cobol programming Guide. IBM COBOL Bookshelf. cobol programming tutorials,lectures, exercises and examples. A complete online COBOL Course.
    http://www.touniteamerica.com/programming/manuals.cobol.html
    Home Programming Books for Computer Professionals Spoken Languages ... Terms
    Programming Manuals and Tutorials
    COBOL
    The vast majority of applications programs supporting business are in COBOL. COBOL is widely used with IBM's database systems: IMS and DB2. For answers of greater depth, look at these books for computer professionals. Look over these IBM Redbooks for up-to-date technical information. Manuals are being added all the time. Suggest a manual using the link to webmaster at the bottom of the page.
    This page last modified 02/12/03
    COBOL Manuals and Tutorials
    Top of Page IBM Bookmgr Bookshelf: All the books on COBOL. IBM COBOL Language Reference. This is probably the COBOL manual you want. IBM COBOL Programming Guide ... Top of Page

    35. Mainframe Books On COBOL
    s of various cobol programming books for purchase.......
    http://members.aol.com/rexxauthor/bookscob.htm
    The COBOL Books Page has Moved. please click: here
    COBOL Books!
    Buy These Books on COBOL programming
    Murach's Structured COBOL
    By: Mike Murach, Anne Prince, Raul Menendez Three of Mike Murach's most seasoned authors bring you a new book on COBOL! This is truly a new book. In fact, it's at least 6 books in one. Modern COBOL. CICS basics, DB2 basics, TSO/ISPF, Microfocus COBOL, and Object Oriented COBOL. Presented in the usual Murach style - clear, uncluttered, logical and interesting! Listen! I'm an author and I wish I had written this book. I'm a trainer and will bring this book into the class the next time I teach COBOL. This is a ready-made course! I'm a programming contractor and this book is always my desk because the book uses the words "how to ..." a few thousand times.
    Order
    Murach's Structured COBOL from Amazon.com
    COBOL Unleashed

    By: Jon Wessler
    Order
    COBOL Unleashed from Amazon.com
    COBOL For Dummies®

    By: Arthur Griffith
    Order
    COBOL For Dummies® from Amazon.com
    COBOL For Dummies® Quick Reference

    By: John W. Fronckowiak Order COBOL For Dummies® Quick Reference from Amazon.com

    36. WannaLearn: Cobol Programming
    Computers and the Internet Programming Languages Cobol the best free guides,tutorials, lessons, courses and instructionally-oriented Websites on the
    http://www.wannalearn.com/Computers_and_the_Internet/Programming_Languages/Cobol

    More search options
    Computers and the Internet : Programming Languages : Cobol
    Home Computers and the Internet Programming Languages / Cobol ] Stratford Career Institute Computer Programming Program. Click Here to have FREE information mailed to your door. Free Instructional Sites: Object Oriented Cobol Tutorial - a text-based, step-by-step guide to object oriented programming in Cobol, covering how to getÝstarted, problemÝdefinition, creating an instance of a class, the benefitsÝofÝobject-oriented programming, classÝdiagrams, documentation and more (Rating: 6.66 Votes: 35) Rate this site:
    Suggest a site
    Report a bad link
    Instructional Books

    37. WannaLearn: A Simplified Guide To Structured COBOL Programming
    A Simplified Guide to Structured cobol programming. A WannaLearn RecommendedInstructional Book Pick. A Simplified Guide to Structured cobol programming
    http://www.wannalearn.com/Computers_and_the_Internet/Programming_Languages/Cobol
    A Simplified Guide to Structured COBOL Programming
    A WannaLearn Recommended Instructional Book Pick
    Paperback
    February, 1988
    ISBN: 0471886580 A Simplified Guide to Structured COBOL Programming by Daniel D. McCracken Donald G. Golden
    Amazon.com's Price:
    Usually ships within 24 hours Find Out More About This Book Buy from Amazon.com
    Buy from Amazon.ca

    Buy from Amazon.co.uk
    Comments from people who have read this book Rating: /5 -
    Rating: 5/5 - Well written and easy to follow, my personal favorite.
    I have been programming in COBOL for less than a year and have worked through several other COBOL books. This one has better explanations and tips than the others. It has been especially helpful in making sense out of some of the 'old code' that I have to maintain. The type of code they write about is waht I see in production every day. It is well worth the cover price. The one drawback is that there is no disk with sample code or a free complier.
    Similar Items at Amazon.com:
  • Sams Teach Yourself COBOL in 21 Days (3rd Edition) A Simplified Guide to Structured COBOL Programming Back to WannaLearn's Computers and the Internet : Programming Languages : Cobol category.
  • 38. COBOL Programming - Part 2
    cobol programming Part 2. Audience. 4 days. Hands on. Course Content. Review ofCOBOL Concepts What is cobol programming? How does it fit in the environment?
    http://www.verhoef-training.co.uk/cobolpt2.htm

    39. COBOL Programming, Software House Programming In COBOL Since 1970's
    cobol programming and Micro Focus using PC and most mainframes andoperating systems. cobol programming. J.Computer Logic Ltd Golden
    http://www.cobolprogramming.com/cobol.htm

    COBOL PROGRAMMING J.Computer Logic Ltd
    Golden Valley Software Factory,
    New Mills,
    Hereford GB HR2 9QS
    Tel (44) 01981 251 359 J.COMPUTER LOGIC
    Software House programming in COBOL since 1970's with lots of experience of most
    mainframe and PC with their associated operating systems and utilities -
    C O B O L P R O G R A M M I N G We have a library of software that we can re-use to meet many new applications see -
    Programming Services

    More on COBOL

    Mailto:webinfo@computerlogic.co.uk BACK TO START COBOL PROGRAMMING There's little to say other than in programming we've probably done most things before, or something very similar. That's not meant as a boasting, but just to say we've got a broad and long experience.Contact us and discuss your needs, hopefully you'll find our experienced views make sense and of interest. NT, MVS, VMS, TSO, JCL

    40. News (InfoWorld)
    Lynda Radosevich for InfoWorld. IT professionals can leverage experience in areas such as cobol programming into a prominent ecommerce position by extracting lessons from mature technologies while embracing young ones.
    http://ww1.infoworld.com/cgi-bin/displayStory.pl?/mentor/990913mentors.htm

    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 146    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | Next 20

    free hit counter