The Modern RPG IV Language


Book Description

Cozzi on everything RPG What more could you want?In this fourth edition of "The Modern RPG IV Language," internationally recognized RPG expert Bob Cozzi takes his classic best seller to a whole new level. At close to 700 pages, this edition covers all of the new functions and facilities available in V5R4 RPG IV while keeping the straightforward, no-nonsense style that has kept this book on the best-seller list for almost 20 years. This new edition is guaranteed to keep Bob Cozzi as the leading expert on RPG, and his book the one turned to by countless developers worldwide. This new edition of "The Modern RPG IV Language" is packed with new information including new, never-before published information on coding free-format RPG IV. Chapter 12 delves into free-format in detail as he discusses MOVE alternatives, date and time conversions, data structures, and more. And to give you even more exposure to free-format, he has converted many of the examples throughout the book to free-format code. Add to that XML, CGI, and subprocedure information, and you have a book that no "modern" RPG programmer can be without.Even with all the new material, the basic concept of the book remains the same. As with previous editions, "The Modern RPG IV Language, 4th Edition" takes you through RPG IV, from its foundation to its most advanced techniques. At the core of this book are its chapters on built-in functions and op codes. In these chapters, Cozzi details each built-in function and op code with syntax tables that give you all the information you need at a glance plus examples to help you as you code.This is much more than just a book on rules, however. Bob includes more than 400 charts and tables to show how those rules apply and provides more than 500 real-life code examples of functions and operations. You ll turn to this book again and again as you program in RPG IV. It is the quintessential reference for every RPG programmer. What's New in This Edition? Free-format examples throughout the book > Expandedinformation on subprocedures XML support, including new BIFs and opcodes > Web programming with RPG, including CGI APIs and URL encoding Within the pages of this book, you will find: The basics of RPG IV, including data types, indicators, constants, and directives Detail on all of the specification types A complete discussion of expressions and how they should be used Every built-in function Every op code Options for organizing your program with source files, modules, and storage A discussion on modern operation code optimization An explanation of structured programming and how to apply it effectively in RPG Instructions on how to code inter-module communications Everything you need to know about procedures An entire chapter on the alternate syntax options now availablemost notably Free-Format"




The Modern RPG IV Language, Fourth Edition


Book Description

Cozzi on everything RPG! What more could you want? In this fourth edition of The Modern RPG IV Language , internationally recognized RPG expert Bob Cozzi takes his classic best seller to a whole new level. At close to 700 pages, this edition covers all of the new functions and facilities available in V5R4 RPG IV while keeping the straightforward, no-nonsense style that has kept this book on the best-seller list for almost 20 years. This new edition is guaranteed to keep Bob Cozzi as the leading expert on RPG, and his book the one turned to by countless developers worldwide. This new edition of The Modern RPG IV Language is packed with new information including new, never-before published information on coding free-format RPG IV. Chapter 12 delves into free-format in detail as he discusses MOVE alternatives, date and time conversions, data structures, and more. And to give you even more exposure to free-format, he has converted many of the examples throughout the book to free-format code. Add to that XML, CGI, and subprocedure information, and you have a book that no "modern" RPG programmer can be without. Even with all the new material, the basic concept of the book remains the same. As with previous editions, The Modern RPG IV Language, 4th Edition takes you through RPG IV, from its foundation to its most advanced techniques. At the core of this book are its chapters on built-in functions and op codes. In these chapters, Cozzi details each built-in function and op code with syntax tables that give you all the information you need at a glance plus examples to help you as you code. This is much more than just a book on rules, however. Bob includes more than 400 charts and tables to show how those rules apply and provides more than 500 real-life code examples of functions and operations. You'll turn to this book again and again as you program in RPG IV. It is the quintessential reference for every RPG programmer. What's New in This Edition? > Free-format syntax, including an entire chapter focused on this highly popular subject > Free-format examples throughout the book > Expanded information on subprocedures XML support, including new BIFs and op codes > Web programming with RPG, including CGI APIs and URL encoding > Updated and revised content throughout the book to cover i5/OS V5R4 Within the pages of this book, you will find: • The basics of RPG IV, including data types, indicators, constants, and directives • Detail on all of the spe...







The Modern RPGIV Language


Book Description

Explains the modern RPG IV language to experienced programmers, with chapters on built-in functions, operation codes, structured programming, inter-module communication, and file processing. The author has published Q38 Technical Journal and Midrange magazines. Annotation copyrighted by Book News, Inc., Portland, OR




The Modern RPG IV Language Reference Summary


Book Description

Now that RPG IV is a reality, it offers RPG programmers many new and exciting features. Remembering what they are and how to implement them can be a major challenge, but this handy reference book by RPG expert Bob Cozzi makes it easy. Keep a copy at your workstation and you'll have instant access to the RPG IV answers you need to take advantage of the full array of new RPG IV functions. The text provides the person who has some programming experience with a high-level language, such as PL/I, COBOL, FORTRAN, or any version of RPG, with a summary of the Modern RPG IV language terminology.




Modern Rpg Iv Language, 3E


Book Description

The Modern RPG IV Language has been a best seller ever since its first edition was published in 1988. Then it was simply The Modern RPG Language, but like the language itself, the book has grown and expanded over the years as new features and function have been added to RPG. It has become the comprehensive text used by tens of thousands of RPG developers worldwide.







Who Knew You Could Do That with RPG IV? Modern RPG for the Modern Programmer


Book Description

Application development is a key part of IBM® i businesses. The IBM i operating system is a modern, robust platform to create and develop applications. The RPG language has been around for a long time, but is still being transformed into a modern business language. This IBM Redbooks® publication is focused on helping the IBM i development community understand the modern RPG language. The world of application development has been rapidly changing over the past years. The good news is that IBM i has been changing right along with it, and has made significant changes to the RPG language. This book is intended to help developers understand what modern RPG looks like and how to move from older versions of RPG to a newer, modern version. Additionally, it covers the basics of Integrated Language Environment® (ILE), interfacing with many other languages, and the best tools for doing development on IBM i. Using modern tools, methodologies, and languages are key to continuing to stay relevant in today's world. Being able to find the right talent for your company is key to your continued success. Using the guidelines and principles in this book can help set you up to find that talent today and into the future. This publication is the result of work that was done by IBM, industry experts, business partners, and some of the original authors of the first edition of this book. This information is important not only for developers, but also business decision makers (CIO for example) to understand that the IBM i is not an 'old' system. IBM i has modern languages and tools. It is a matter of what you choose to do with the IBM i that defines its age.




Functions in Free-Format RPG IV


Book Description

Here is the ultimate guide to writing RPG IV programs with functions in the free-format style. Let RPG expert and best-selling author Jim Martin show you the way. Want to generate a random number, manipulate a character string, or determine the number of elements in a data structure? There's a function for that. Jim will even show you how to write your own custom built-in functions (BIFs). In this book, you'll discover the role of functions in free-format RPG IV. Jim explains the details of built-in functions (BIFs) and explores the use of C language functions, do-it-yourself functions (subprocedures), and prototyping and procedure interfaces for function connectivity of RPG IV main procedures with subprocedures and other modules. Because functions rely heavily on ILE, the book examines those ILE concepts that connect the parts of a multi-functional program, such as binding, import/export of data, service programs, and binding directories. In addition, you'll find how to prototype IBM's APIs.




RPG IV Jump Start


Book Description

Bryan Meyers has updated his indispensible guide to RPG IV to cover RPG's latest enhancements to the language. Free-form calculation specifications, new built-in functions, improved error handling, and more -- all the V5 goodies are in here, demystified through clear explanations and numerous coding examples. RPGIV Jump Start presents RPG IV from the perspective of a programmer who already knows RPG III, pointing out the differences between the two versions of the language and demonstrating -- through numerous coding examples and suggestions -- how to take advantage of the new syntax and function. This new edition gives you everything you need to know to get going quickly with the new RPG. New chapters bring you up to speed on free-form expressions and show you how to get the most from RPG's expanded array of built-in functions. You'll see the new free-form coding at work throughout the book. Best of all, a new appendix provides a complete, integrated reference to every one of RPG IV's opcodes and BIFs -- a resource even veteran programmers will appreciate. Book jacket.