Programming in RPG IV, Third Edition - Softcover

9781583040942: Programming in RPG IV, Third Edition
View all copies of this ISBN edition:
 
 
Since its original publication, Programming in RPG IV has given thousands of students and professionals a strong foundation in the essentials of business programming using RPG IV. Now Bryan Meyers has teamed up with Jim Buck to produce the most significant update to the book since that first edition. The all-new Fourth Edition is completely reorganized and rewritten to reflect the RPG IV style and techniques used by today’s most capable RPG technicians.RPG IV is evolving and gaining capabilities at a more rapid rate than any of today’s other computer languages, and this text is up-to-the-moment in its coverage of the specifications, operations, and functions of the language. The coverage uses V5R4 as its base release and is also compatible with later releases.Free-format specifications, modular procedures, the latest built-in functions, and more are all covered in this fully updated text, complete with numerous programming examples and support material. The topics have been reorganized to follow a more logical approach to teaching the language than did previous editions. The new order also reflects the importance of the language components in real-world usage.The scope of the book includes comprehensive coverage of the program development process, RPG IV specifications and operations, top down structured design, database definition and processing, interactive applications, and modular programming. This edition explains and emphasizes important concepts of the Integrated Language Environment, including the use of modular procedures and service programs in a modern System i application.A series of appendices will prove useful not only while you are learning RPG IV but also as everyday references. The appendices include a comprehensive summary of RPG IV syntax elements (specifications, operations, functions, and so on); an RPG IV style guide; introductions to program development tools 9including WebSphere Development Studio Client and Programming Development Manager); a guide to debugging programs; and a summary of legacy syntax and techniques for use when maintaining older applications.Using the techniques in this book, you will be well equipped to create highly effective and maintainable RPG IV programs using the latest techniques.If you've taught with previous editions of Programming in RPG IV, you’ll appreciate how the new flow of the book, along with all new instructor materials, makes it easy to build a solid, modern RPG IV foundation for your students. By focusing on real-world problems, down-to-earth solutions, and the latest style techniques, this book will make them stand out in the RPG marketplace.

"synopsis" may belong to another edition of this title.

From the Publisher:
RPG IV, the version of the RPG language that participates in IBM’s Integrated Language Environment (ILE), represents a dramatic step forward in RPG’s evolution. RPG IV diverges from its predecessor, RPG III, in significant ways. However, to encourage adoption of the new ILE RPG/400 compiler and to prevent a nightmare for those programmers faced with maintaining older RPG programs, IBM made this latest release largely “backward-compatible” with older versions of RPG. Programs written before 1995 can easily be converted to RPG IV and subsequently modified, without the need for complete program rewrites. Although such backward-compatibility is a practical solution for language developers, it means that the language must retain some components that, in fact, the new features make obsolete.

Writing a textbook about a new version of a language, then, presents authors with a difficult decision: How much emphasis should be given to those features that, although still available in the language, really represent an outmoded approach to programming? Giving obsolete syntax equal importance with the language’s more modern features might inappropriately encourage students to write outdated code; at the very least, equal coverage can unnecessarily complicate the learning process. On the other hand, ignoring those obsolete features completely would give students an incomplete understanding of the language and would ill prepare them for program-maintenance tasks.

This textbook tries to solve the dilemma by initially presenting students with the most suitable, modern techniques that RPG IV offers for solving typical programming problems. Thus, Chapters 2 through 12 feature only the appropriate methods and strategies that contemporary programmers use. In recognition of program-maintenance needs, however, the final chapter of the book (Chapter 13: Maintaining the Past) details the features of RPG IV that students must know about when they tackle maintenance tasks in the real world.

Programming in RPG IV, like its predecessor, Programming in RPG/400, tries to bridge the gap between academia and the business world by presenting all the facets of RPG IV needed by a professional programmer. The material is introduced incrementally, and the book is organized so that students quickly begin writing complete -- although simple -- programs. Each successive chapter introduces additional information about RPG IV syntax and fundamental programming methods, so that students become increasingly proficient at developing RPG IV programs -- programs that grow in complexity as students progress through the book.

Each chapter includes a brief overview, which orients students to the material contained in the chapter, and a chapter summary, which reviews the chapter’s major points. The end-of-chapter sections include discussion/review questions, exercises, and programming assignments designed to help students develop their analytical and problem-solving skills, as well as their proficiency with RPG IV syntax. These end-of-chapter sections remain basically unchanged from Programming in RPG/400, although they now require solutions in RPG IV, rather than RPG III.

The programming assignments at the end of each chapter are arranged roughly in order of difficulty, so that instructors can assign programs appropriate to their time schedules and their students’ abilities. Although none of the program solutions are long by commercial standards, some of the necessary algorithms are quite difficult; the assignments require time and effort on the part of the students to develop correct solutions. Unfortunately, there is no “easy road” to becoming a good programmer, nor can students learn to deal with program complexity by merely reading or talking it about it. Programming, as much as any other activity we know, is truly a matter of “learning by doing.” Those students interested in becoming MIS professionals must recognize that they have chosen a rewarding -- but demanding and challenging -- profession, and they need to realize that they must be willing to work hard to succeed in this profession.

To give students experience developing application systems, rather than programming in a vacuum, most of the programming assignments relate to three fictitious companies and their application needs (described in Appendix F). By working on these assignments, students should gain a sense of how a company’s data files are repeatedly used by numerous applications for different, related purposes.

Included in this new edition of Programming in RPG IV are new chapters on defining data with Definition Specifications (Chapter 3) and modular programming concepts (Chapter 10), as well as an appendix summarizing RPG IV specifications, keywords, built-in functions, operation codes, and edit codes (Appendix A) and an RPG IV style guide (Appendix B). All other material has been fully updated and is current to V4R4.

Although a complete introduction to using the AS/400 is beyond the scope of this text, Appendix C introduces students to working on the system using the Programmer menu and Programming Development Manager (PDM). Appendix D acquaints students with Source Entry Utility (SEU). Appendix E provides some insights into program testing and debugging, often bewildering processes for beginning programmers.

Depending on the length of the school term and the pace of the course, some instructors may choose to present this material over two terms. Alternately, you may decide to omit some of the more technical chapters of the text or skip those chapters less central to RPG IV. To provide students with the minimal information needed by entry-level programmers, you should present Chapters 1 through 10 and 13.

An instructors manual is available to those instructors adopting this text for classroom use. The manual provides answers to the review questions and solutions to the exercises. The manual also includes a CD with the data files needed for the programming assignments, the source code for the solutions to the programming assignments, and copies of the output produced by the solutions.

From the Inside Flap:
This new edition of Programming in RPG IV includes new chapters that explore in detail the topics of defining data with Definition Specifications and modular programming concepts (including dynamic and static binding, subprocedures and the CALLP operation, and sharing data via data areas), as well as an RPG IV summary appendix and an RPG IV style guide. In addition, all other material throughout the book has been fully updated for Version 4 Release 4.

Programming in RPG IV provides a strong foundation in the essentials of business programming, featuring the newest version of the RPG language: RPG IV. Focusing on real-world problems and down-to-earth solutions, this easy-to-understand textbook will help you master the latest techniques and features of RPG to make you stand out in the highly competitive AS/400 employment market.

The book is designed to give students a thorough understanding of how to use RPG IV effectively in a variety of practical applications. Students experience how to develop an application system of programs to meet the information-processing needs of three different companies.

If you’ve used Dr. Yaeger’s RPG/400 textbook, Programming in RPG/400, you’ll find the transition to this book painless. If you’re a new user, you’ll find that the book provides everything you need to know to write a well-designed RPG IV program. Each chapter builds on the previous ones and includes informative, easy-to-read explanations and examples as well as a section of thought-provoking questions, exercises, and programming assignments that reinforce the knowledge gained from the chapter and strengthen the groundwork for succeeding chapters.

The scope of the book includes the development of RPG; top-down, structured design; RPG IV specifications, operations, and built-in functions; file definition, access, and manipulation; interactive applications; in-depth data definition -- including RPG IV data types, tables, and arrays; modular programming concepts; and a summary of RPG’s fixed-logic cycle and use of indicators -- components of older versions of RPG often encountered on the job in maintenance programming.

Six appendices supplement the material covered in the chapters, providing a summary of RPG IV specifications, keywords, built-in functions, operation codes, and edit codes; an RPG IV style guide; introductions to program development on the AS/400, the basics of SEU, and the process of debugging programs; and the data-file definitions for the assignments. A comprehensive glossary supports the topics and terminology presented throughout the book.

Use Programming in RPG IV today to learn the fundamentals of business programming in RPG IV; use it tomorrow as a convenient, helpful reference.

"About this title" may belong to another edition of this title.

  • Publisher29th Street Pr
  • Publication date2002
  • ISBN 10 1583040943
  • ISBN 13 9781583040942
  • BindingPaperback
  • Edition number3
  • Number of pages453
  • Rating

Other Popular Editions of the Same Title

9781583040744: Programming in RPG IV, Second Edition

Featured Edition

ISBN 10:  1583040749 ISBN 13:  9781583040744
Publisher: 29th Street Pr, 2000
Softcover

  • 9781882419791: Programming In Rpg Iv

    DUKE C..., 1997
    Softcover

  • 9781882419241: Programming in Rpg IV

    29th S..., 1995
    Softcover

Top Search Results from the AbeBooks Marketplace

Stock Image

Meyers, Bryan; Yaeger, Judy
Published by 29th Street Pr (2002)
ISBN 10: 1583040943 ISBN 13: 9781583040942
New Paperback Quantity: 1
Seller:
GoldenWavesOfBooks
(Fayetteville, TX, U.S.A.)

Book Description Paperback. Condition: new. New. Fast Shipping and good customer service. Seller Inventory # Holz_New_1583040943

More information about this seller | Contact seller

Buy New
US$ 83.44
Convert currency

Add to Basket

Shipping: US$ 4.00
Within U.S.A.
Destination, rates & speeds
Stock Image

Meyers, Bryan; Yaeger, Judy
Published by 29th Street Pr (2002)
ISBN 10: 1583040943 ISBN 13: 9781583040942
New Softcover Quantity: 1
Seller:
GF Books, Inc.
(Hawthorne, CA, U.S.A.)

Book Description Condition: New. Book is in NEW condition. 2.15. Seller Inventory # 1583040943-2-1

More information about this seller | Contact seller

Buy New
US$ 131.95
Convert currency

Add to Basket

Shipping: FREE
Within U.S.A.
Destination, rates & speeds
Stock Image

Meyers, Bryan; Yaeger, Judy
Published by 29th Street Pr (2002)
ISBN 10: 1583040943 ISBN 13: 9781583040942
New Softcover Quantity: 1
Seller:
BennettBooksLtd
(North Las Vegas, NV, U.S.A.)

Book Description Condition: New. New. In shrink wrap. Looks like an interesting title! 2.15. Seller Inventory # Q-1583040943

More information about this seller | Contact seller

Buy New
US$ 126.27
Convert currency

Add to Basket

Shipping: US$ 5.72
Within U.S.A.
Destination, rates & speeds
Stock Image

Meyers, Bryan, Yaeger, Judy
Published by 29th Street Pr (2002)
ISBN 10: 1583040943 ISBN 13: 9781583040942
New Paperback Quantity: 1
Seller:
dsmbooks
(Liverpool, United Kingdom)

Book Description Paperback. Condition: New. New. book. Seller Inventory # D7S9-1-M-1583040943-2

More information about this seller | Contact seller

Buy New
US$ 233.36
Convert currency

Add to Basket

Shipping: US$ 31.31
From United Kingdom to U.S.A.
Destination, rates & speeds