ILE Concepts
ILE Concepts
ILE Concepts
ILE Concepts
V ersion 4
SC41-5606-03
AS/400e
ILE Concepts
V ersion 4
SC41-5606-03
Note Before using this information and the product it supports, be sure to read the information in Appendix D. Notices.
Fourth Edition (May 1999) This edition applies to version 4, release 4, modication 0 of the Licensed program IBM Operating System/400 (Program 5769-SS1) and to all subsequent releases and modications until otherwise indicated in new editions. This edition applies only to reduced instruction set computer (RISC) systems. This edition replaces SC41-5606-02. Copyright International Business Machines Corporation 1997, 1999. All rights reserved. Note to U.S. Government Users Documentation related to restricted rights Use, duplication or disclosure is subject to restrictions set forth in GSA ADP Schedule Contract with IBM Corp.
Contents
About ILE Concepts (SC41-5606) . Who should read this book . . . . AS/400 Operations Navigator . . . Installing Operations Navigator. . Prerequisite and related information . How to send your comments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ix ix ix x x xi
Chapter 1. Integrated Language Environment Introduction What Is ILE? . . . . . . . . . . . . . . . . . . What Are the Benets of ILE? . . . . . . . . . . . . Binding . . . . . . . . . . . . . . . . . . . Modularity . . . . . . . . . . . . . . . . . . Reusable Components. . . . . . . . . . . . . . Common Run-Time Services . . . . . . . . . . . Coexistence with Existing Applications . . . . . . . . Source Debugger . . . . . . . . . . . . . . . Better Control over Resources . . . . . . . . . . . Better Control over Language Interactions . . . . . . Better Code Optimization . . . . . . . . . . . . . Better Environment for C . . . . . . . . . . . . . Foundation for the Future . . . . . . . . . . . . What Is the History of ILE? . . . . . . . . . . . . . Original Program Model Description . . . . . . . . . Extended Program Model Description . . . . . . . . Integrated Language Environment Description . . . . . Chapter 2. ILE Basic Concepts . Structure of an ILE Program . . Procedure . . . . . . . . . Module Object . . . . . . . . ILE Program . . . . . . . . Service Program . . . . . . . Binding Directory . . . . . . . Binder Functions . . . . . . . Calls to Programs and Procedures Dynamic Program Calls . . . Static Procedure Calls . . . . Activation . . . . . . . . . Error Handling . . . . . . . . Optimizing Translator . . . . . Debugger . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. 1 . 1 . 1 . 1 . 1 . 2 . 2 . 3 . 3 . 3 . 4 . 6 . 6 . 6 . 6 . 7 . 8 . 10 . . . . . . . . . . . . . . . . . . . . . . . . . . 11 11 11 12 13 16 18 19 21 21 22 23 24 25 26 27 27 28 29 30 31 32 34 36 36 37
Chapter 3. ILE Advanced Concepts . . . . . . Program Activation . . . . . . . . . . . . . Program Activation Creation. . . . . . . . . Activation Group . . . . . . . . . . . . . . Activation Group Creation . . . . . . . . . Default Activation Groups. . . . . . . . . . ILE Activation Group Deletion . . . . . . . . Service Program Activation . . . . . . . . . . Control Boundaries . . . . . . . . . . . . . Control Boundaries for ILE Activation Groups . . Control Boundaries for the OPM Default Activation
Copyright IBM Corp. 1997, 1999
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Group .
iii
Control Boundary Use . . . . . . . . . Error Handling . . . . . . . . . . . . . Job Message Queues . . . . . . . . . Exception Messages and How They Are Sent How Exception Messages Are Handled . . Exception Recovery. . . . . . . . . . Default Actions for Unhandled Exceptions. . Types of Exception Handlers . . . . . . ILE Conditions. . . . . . . . . . . . Data Management Scoping Rules . . . . . Call-Level Scoping . . . . . . . . . . Activation-Group-Level Scoping . . . . . Job-Level Scoping . . . . . . . . . .
. . . . . . . . . . . . .
. . . . . . . . . . . . .
. . . . . . . . . . . . .
. . . . . . . . . . . . .
. . . . . . . . . . . . .
. . . . . . . . . . . . .
. . . . . . . . . . . . .
. . . . . . . . . . . . .
. . . . . . . . . . . . .
. . . . . . . . . . . . .
. . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
38 39 39 40 40 41 41 43 45 46 46 47 48 51 51 52 53 53 53 54 54 55 60 60 61 63 64 65 66 67 68 77 79 79 79 80 80 80 83 83 84 86 86 86 86 89 89 89 90 91 91 91 93
Chapter 4. Program Creation Concepts. . . . . . . . . Create Program and Create Service Program Commands. . . Use Adopted Authority (QUSEADPAUT) . . . . . . . . Symbol Resolution . . . . . . . . . . . . . . . . . Resolved and Unresolved Imports . . . . . . . . . . Binding by Copy . . . . . . . . . . . . . . . . . Binding by Reference . . . . . . . . . . . . . . . Binding Large Numbers of Modules . . . . . . . . . . Importance of the Order of Exports . . . . . . . . . . Program Access . . . . . . . . . . . . . . . . . . Program Entry Procedure Module Parameter on the CRTPGM Export Parameter on the CRTSRVPGM Command . . . . Import and Export Concepts. . . . . . . . . . . . . . Binder Language . . . . . . . . . . . . . . . . . . Signature . . . . . . . . . . . . . . . . . . . Start Program Export and End Program Export Commands . Export Symbol Command . . . . . . . . . . . . . Binder Language Examples . . . . . . . . . . . . . Program Updates . . . . . . . . . . . . . . . . . Parameters on the UPDPGM and UPDSRVPGM Commands Module Replaced by a Module with Fewer Imports . . . . Module Replaced by a Module with More Imports . . . . . Module Replaced by a Module with Fewer Exports . . . . Module Replaced by a Module with More Exports. . . . . Tips for Creating Modules, Programs, and Service Programs . Chapter 5. Activation Group Management. . . . Multiple Applications Running in the Same Job . . . Reclaim Resources Command . . . . . . . . . Reclaim Resources Command for OPM Programs Reclaim Resources Command for ILE Programs . Reclaim Activation Group Command . . . . . Service Programs and Activation Groups . . . . . Chapter 6. Calls to Procedures and Programs Call Stack . . . . . . . . . . . . . . Call Stack Example . . . . . . . . . . Calls to Programs and Calls to Procedures . . Static Procedure Calls . . . . . . . . . Procedure Pointer Calls . . . . . . . . Passing Arguments to ILE Procedures . . . Dynamic Program Calls . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Command . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
iv
Passing Arguments on a Dynamic Program Call . . . . . . Interlanguage Data Compatibility . . . . . . . . . . . . . Syntax for Passing Arguments in Mixed-Language Applications . Operational Descriptors . . . . . . . . . . . . . . . Support for OPM and ILE APIs . . . . . . . . . . . . . Chapter 7. Storage Management . Dynamic Storage. . . . . . . . Heap . . . . . . . . . . . Teraspace . . . . . . . . . Storage Management Bindable APIs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
94 94 94 94 96 99 99 99 102 103 105 105 106 107 107 108 108 109 109 110 111 112 112 115 115 115 115 116 116 116 117 117 118 118 118 118 118 121 121 122 123 124 124
Chapter 8. Exception and Condition Management . . . Handle Cursors and Resume Cursors . . . . . . . . . Exception Handler Actions . . . . . . . . . . . . . How to Resume Processing . . . . . . . . . . . . How to Percolate a Message . . . . . . . . . . . How to Promote a Message. . . . . . . . . . . . Default Actions for Unhandled Exceptions. . . . . . . . Nested Exceptions . . . . . . . . . . . . . . . . Condition Handling . . . . . . . . . . . . . . . . How Conditions Are Represented. . . . . . . . . . Condition Token Testing . . . . . . . . . . . . . Relationship of ILE Conditions to OS/400 Messages. . . OS/400 Messages and the Bindable API Feedback Code . Chapter 9. Debugging Considerations . . . . . Debug Mode . . . . . . . . . . . . . . . Debug Environment . . . . . . . . . . . . Addition of Programs to Debug Mode . . . . . How Observability and Optimization Affect Debugging Observability . . . . . . . . . . . . . . Optimization Levels . . . . . . . . . . . . Debug Data Creation and Removal . . . . . . Module Views . . . . . . . . . . . . . . Debugging across Jobs . . . . . . . . . . OPM and ILE Debugger Support . . . . . . . Watch Support . . . . . . . . . . . . . Unmonitored Exceptions . . . . . . . . . . . National Language Support Restriction for Debugging Chapter 10. Data Management Scoping . . . . Common Data Management Resources . . . . . Commitment Control Scoping . . . . . . . . . Commitment Denitions and Activation Groups . . Ending Commitment Control . . . . . . . . Commitment Control during Activation Group End. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Chapter 11. ILE Bindable Application Programming Interfaces . . . . . 127 ILE Bindable APIs Available . . . . . . . . . . . . . . . . . . . . 127 Dynamic Screen Manager Bindable APIs . . . . . . . . . . . . . . . 130 Chapter 12. Advanced Optimization Technique. Types of Proling. . . . . . . . . . . . . How to Prole a Program. . . . . . . . . . Enabling the program to collect proling data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131 131 132 132
Contents
Collect Proling Data . . . . . . . . . . . . . . . . . . Applying the Collected Proling Data . . . . . . . . . . . . Managing Programs Enabled to Collect Proling Data . . . . . . . Managing Programs with Proling Data Applied to Them . . . . . . How to Tell if a Program or Module is Proled or Enabled for Collection Chapter 13. Shared Storage Synchronization . Shared Storage . . . . . . . . . . . . . Shared Storage Pitfalls . . . . . . . . . . Shared Storage Access Ordering . . . . . . . Example Problem 1: One Writer, Many Readers Storage Synchronizing Actions . . . . . . . . Example 1 Solution . . . . . . . . . . . Example Problem 2: Two Contending Writers or . . . . . . . . . . . . . . . . . . . . . Readers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . .
. . . . . . . . . . . . .
. . . . . . . . . . . . .
133 134 135 136 136 139 139 139 140 140 141 142 142
Appendix A. Output Listing from CRTPGM, CRTSRVPGM, UPDPGM, or UPDSRVPGM Command . . . . . . . . . . . . . . . . . Binder Listing . . . . . . . . . . . . . . . . . . . . . . . Basic Listing . . . . . . . . . . . . . . . . . . . . . . Extended Listing . . . . . . . . . . . . . . . . . . . . . Full Listing . . . . . . . . . . . . . . . . . . . . . . . Listing for Example Service Program . . . . . . . . . . . . . Binder Language Errors . . . . . . . . . . . . . . . . . . . Signature Padded . . . . . . . . . . . . . . . . . . . . Signature Truncated . . . . . . . . . . . . . . . . . . . Current Export Block Limits Interface . . . . . . . . . . . . . Duplicate Export Block. . . . . . . . . . . . . . . . . . . Duplicate Symbol on Previous Export . . . . . . . . . . . . . Level Checking Cannot Be Disabled More than Once, Ignored . . . . Multiple Current Export Blocks Not Allowed, Previous Assumed. . . . Current Export Block Is Empty . . . . . . . . . . . . . . . . Export Block Not Completed, End-of-File Found before ENDPGMEXP . Export Block Not Started, STRPGMEXP Required . . . . . . . . Export Blocks Cannot Be Nested, ENDPGMEXP Missing . . . . . . Exports Must Exist inside Export Blocks . . . . . . . . . . . . Identical Signatures for Dissimilar Export Blocks, Must Change Exports Multiple Wildcard Matches . . . . . . . . . . . . . . . . . No Current Export Block . . . . . . . . . . . . . . . . . . No Wildcard Matches . . . . . . . . . . . . . . . . . . . Previous Export Block Is Empty . . . . . . . . . . . . . . . Signature Contains Variant Characters . . . . . . . . . . . . . SIGNATURE(*GEN) Required with LVLCHK(*NO). . . . . . . . . Signature Syntax Not Valid . . . . . . . . . . . . . . . . . Symbol Name Required . . . . . . . . . . . . . . . . . . Symbol Not Allowed as Service Program Export . . . . . . . . . Symbol Not Dened. . . . . . . . . . . . . . . . . . . . Syntax Not Valid . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
145 145 145 147 149 151 152 153 153 154 155 155 156 157 157 158 159 159 160 161 161 162 162 163 164 164 165 165 166 167 167
Appendix B. Exceptions in Optimized Programs . . . . . . . . . . . 169 Appendix C. CL Commands Used with ILE Objects CL Commands Used with Modules . . . . . . . CL Commands Used with Program Objects . . . . CL Commands Used with Service Programs. . . . CL Commands Used with Binding Directories . . . CL Command Used with Structured Query Language . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 171 171 171 172 172 172
vi
CL Commands Used with Source Debugger . . . . . . . . . . . . . . 173 CL Commands Used to Edit the Binder Language Source File . . . . . . . 173 Appendix D. Notices . . . . . . . . . . . . . . . . . . . . . . 175 Trademarks . . . . . . . . . . . . . . . . . . . . . . . . . . 176 Bibliography . . . . . . . . . . . . . . . . . . . . . . . . . 179 Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . 183 Readers Comments Wed Like to Hear from You. . . . . . . . . . 195
Contents
vii
viii
ix
This new interface has been designed to make you more productive and is the only user interface to new, advanced features of OS/400. Therefore, IBM recommends that you use AS/400 Operations Navigator, which has online help to guide you. While this interface is being developed, you may still need to use a traditional emulator such as PC5250 to do some of your tasks.
http://www.as400.ibm.com/infocenter http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm
The AS/400 Information Center contains important topics such as logical partitioning, clustering, Java, TCP/IP, Web serving, and secured networks. It also contains Internet links to Web sites such as the AS/400 Online Library and the AS/400 Technical Studio. Included in the Information Center is a link that describes at a high level the differences in information between the Information Center and the Online Library. For a list of related publications, see the Bibliography.
xi
xii
What Is ILE?
ILE is a new set of tools and associated system support designed to enhance program development on the AS/400 system. The capabilities of this new model can be exploited only by programs produced by the new ILE family of compilers. That family includes ILE RPG/400*, ILE COBOL/400*, ILE C/400*, and ILE CL.
Binding
The benet of binding is that it helps reduce the overhead associated with calling programs. Binding the modules together speeds up the call. The previous call mechanism is still available, but there is also a faster alternative. To differentiate between the two types of calls, the previous method is referred to as a dynamic or external program call, and the ILE method is referred to as a static or bound procedure call. The binding capability, together with the resulting improvement in call performance, makes it far more practical to develop applications in a highly modular fashion. An ILE compiler does not produce a program that can be run. Rather, it produces a module object (*MODULE) that can be combined (bound) with other modules to form a single runnable unit; that is, a program object (*PGM). Just as you can call an RPG program from a COBOL program, ILE allows you to bind modules written in different languages. Therefore, it is possible to create a single runnable program that consists of modules written separately in RPG, COBOL, C, and CL.
Modularity
The benets from using a modular approach to application programming include the following: v Faster compile time The smaller the piece of code we compile, the faster the compiler can process it. This benet is particularly important during maintenance, because often only a
Copyright IBM Corp. 1997, 1999
line or two needs to be changed. When we change two lines, we may have to recompile 2000 lines. That is hardly an efficient use of resources. If we modularize the code and take advantage of the binding capabilities of ILE, we may need to recompile only 100 or 200 lines. Even with the binding step included, this process is considerably faster. v Simplied maintenance When updating a very large program, it is very difficult to understand exactly what is going on. This is particularly true if the original programmer wrote in a different style from your own. A smaller piece of code tends to represent a single function, and it is far easier to grasp its inner workings. Therefore, the logical ow becomes more obvious, and when you make changes, you are far less likely to introduce unwanted side effects. v Simplied testing Smaller compilation units encourage you to test functions in isolation. This isolation helps to ensure that test coverage is complete; that is, that all possible inputs and logic paths are tested. v Better use of programming resources Modularity lends itself to greater division of labor. When you write large programs, it is difficult (if not impossible) to subdivide the work. Coding all parts of a program may stretch the talents of a junior programmer or waste the skills of a senior programmer. v Easier migrating of code from other platforms Programs written on other platforms, such as UNIX**, are often modular. Those modules can be migrated to the AS/400 system and incorporated into an ILE program.
Reusable Components
ILE allows you to select packages of routines that can be blended into your own programs. Routines written in any ILE language can be used by all AS/400 ILE compiler users. The fact that programmers can write in the language of their choice ensures you the widest possible selection of routines. The same mechanisms that IBM and other vendors use to deliver these packages to you are available for you to use in your own applications. Your installation can develop its own set of standard routines, and do so in any language it chooses. Not only can you use off-the-shelf routines in your own applications. You can also develop routines in the ILE language of your choice and market them to users of any ILE language.
Over time, additional routines will be added to this set and others will be available from third-party vendors. For further details of the APIs supplied with ILE, see theSystem API Reference .
Source Debugger
The source debugger allows you to debug ILE programs and service programs. For information about the source debugger, see Chapter 9. Debugging Considerations.
2. An operator is reviewing the master le records, updating each as required, before requesting the next record. The record currently displayed is for account B1. 3. The telephone rings. Customer D1 wants to place an order. 4. The operator presses the Go to Order Entry function key, processes the order for customer D1, and returns to the master le display. 5. The program still correctly displays the record for B1, but when the operator requests the next record, which record is displayed? If you said D2, you are correct. When the Order Entry application read record D1, the current le position changed because the shared ODP was scoped to the job. Therefore, the request for the next record means the next record after D1. Under ILE, this problem could be prevented by running the master le maintenance in an activation group dedicated to Billing. Likewise, the Order Entry application would run in its own activation group. Each application would still gain the benets of a shared ODP, but each would have its own shared ODP, owned by the relevant activation group. This level of scoping prevents the kind of interference described in this example. Scoping resources to an activation group allows programmers the freedom to develop an application that runs independently from any other applications running in the job. It also reduces the coordination effort required and enhances the ability to write drop-in extensions to existing application packages.
Commitment ControlScenario
The ability to scope a shared open data path (ODP) to the application is useful in the area of commitment control. Assume that you want to use a le under commitment control but that you also need it to use a shared ODP. Without ILE, if one program opens the le under commitment control, all programs in the job have to do so. This is true even if the commitment capability is needed for only one or two programs. One potential problem with this situation is that, if any program in the job issues a commit operation, all updates are committed. The updates are committed even if logically they are not part of the application in question. These problems can be avoided by running each part of the application that requires commitment control in a separate activation group.
Mixed LanguagesScenario
Without activation groups, which are introduced by ILE, interactions among OPM languages are difficult to predict. ILE activation groups can solve that difficulty.
For example, consider the problems caused by mixing COBOL with other languages. The COBOL language standard includes a concept known as a run unit. A run unit groups programs together so that under certain circumstances they behave as a single entity. This can be a very useful feature. Assume that three ILE COBOL/400 programs (PRGA, PRGB, and PRGC) form a small application in which PRGA calls PRGB, which in turn calls PRGC (see Figure 2). Under the rules of ILE COBOL/400, these three programs are in the same run unit. As a result, if any of them ends, all three programs should be ended and control should return to the caller of PRGA.
ILE COBOL/400 Run Unit PRGA PRGB PRGC
RV3W027-1
Suppose that we now introduce an RPG program (RPG1) into the application and that RPG1 is also called by the COBOL program PRGB (see Figure 3). An RPG program expects that its variables, les, and other resources remain intact until the program returns with the last-record (LR) indicator on.
ILE COBOL/400 Run Unit PRGA PRGB PRGC
RPG1
RV3W028-1
Figure 3. Three ILE COBOL/400 Programs and One ILE RPG/400 Program in a Run Unit
However, the fact that program RPG1 is written in RPG does not guarantee that all RPG semantics apply when RPG1 is run as part of the COBOL run unit. If the run unit ends, RPG1 disappears regardless of its LR indicator setting. In many cases, this situation may be exactly what you want. However, if RPG1 is a utility program, perhaps controlling the issue of invoice numbers, this situation is unacceptable. We can prevent this situation by running the RPG program in a separate activation group from the COBOL run unit (see Figure 4 on page 6). An ILE COBOL/400 run unit itself is an activation group.
ILE COBOL/400 Run Unit Activation Group PRGA PRGB PRGC RPG1
RV3W029-1
For information about the differences between an OPM run unit and an ILE run unit, see the ILE COBOL for AS/400 Programmers Guide.
The programming environment provided when the AS/400 system was rst introduced is called the original program model (OPM). In Version 1 Release 2, the Extended Program Model (EPM) was introduced.
RPG
BASIC
CL
PL/I
COBOL
RV2W976-2
RPG
BASIC
Pascal
CL
PL/I
FORTRAN
COBOL
RV3W103-0
The shaded area around the EPM block indicates that, unlike OPM, EPM is not incorporated into OS/400. Rather, it is a layer on top of the operating system. It provides the additional support required for procedure-based languages.
Procedure-based languages, on the other hand, may have multiple entry points. For example, a C program may consist entirely of subroutines to be used by other programs. These procedures can be exported, along with relevant data if required, for other programs to import. In ILE, programs of this type are known as service programs. They can include modules from any of the ILE languages. Service programs are similar in concept to dynamic link libraries (DLLs) in Windows** or OS/2*. Service programs are discussed in greater detail in Service Program on page 16. v Frequent calls Procedure-based languages are by nature very call intensive. Although EPM provides some functions to minimize the overhead of calls, procedure calls between separately compiled units still have a relatively high overhead. ILE improves this type of call signicantly.
RPG
BASIC
Pascal C
CL
RV3W026-1
10
Module M2
Procedure P1
Procedure P2
RV2W1003-2
Procedure
A procedure is a set of self-contained high-level language statements that performs a particular task and then returns to the caller. For example, an ILE C/400 function is an ILE procedure.
11
Module Object
A module object is a nonrunnable object that is the output of an ILE compiler. A module object is represented to the system by the symbol *MODULE. A module object is the basic building block for creating runnable ILE objects. This is a signicant difference between ILE and OPM. The output of an OPM compiler is a runnable program. A module object can consist of one or more procedures and data item specications. It is possible to directly access the procedures or data items in one module from another ILE object. See the ILE HLL programmers guides for details on coding the procedures and data items that can be directly accessed by other ILE objects. ILE RPG/400, ILE COBOL/400, and ILE C/400 all have the following common concepts: v Exports An export is the name of a procedure or data item, coded in a module object, that is available for use by other ILE objects. The export is identied by its name and its associated type, either procedure or data. An export can also be called a denition. v Imports An import is the use of or reference to the name of a procedure or data item not dened in the current module object. The import is identied by its name and its associated type, either procedure or data. An import can also be called a reference. A module object is the basic building block of an ILE runnable object. Therefore, when a module object is created, the following may also be generated: v Debug data Debug data is the data necessary for debugging a running ILE object. This data is optional. v Program entry procedure (PEP) A program entry procedure is the compiler-generated code that is the entry point for an ILE program on a dynamic program call. It is similar to the code provided for the entry point in an OPM program. v User entry procedure (UEP) A user entry procedure, written by a programmer, is the target of the dynamic program call. It is the procedure that gets control from the PEP. The main() function of a C program becomes the UEP of that program in ILE. Figure 9 on page 13 shows a conceptual view of a module object. In this example, module object M1 exports two procedures (Draw_Line and Draw_Arc) and a data item (rtn_code). Module object M1 imports a procedure called Draw_Plot. This particular module object has a PEP, a corresponding UEP (the procedure Draw_Arc), and debug data.
12
Module M1 Program Entry Procedure (PEP) User Entry Procedure (UEP): Draw_Arc
End Draw_Line;
Export: Draw_Line (Procedure) Draw_Arc (Procedure) rtn_code (Data) Import: Draw_Plot (Procedure) Debug Data for Module M1
RV3W104-0
Characteristics of a *MODULE object: v A *MODULE object is the output from an ILE compiler. v It is the basic building block for ILE runnable objects. v v v v v It It If It It is not a runnable object. may have a PEP dened. a PEP is dened, a UEP is also dened. can export procedure and data item names. can import procedure and data item names.
ILE Program
An ILE program shares the following characteristics with an OPM program: v The program gets control through a dynamic program call. v There is only one entry point to the program. v The program is identied to the system by the symbol *PGM. An ILE program has the following characteristics that an OPM program does not have: v An ILE program is created from one or more copied module objects. v One or more of the copied modules can contain a PEP. v You have control over which modules PEP is used as the PEP for the ILE program object.
13
When the Create Program (CRTPGM) command is specied, the ENTMOD parameter allows you to select which module containing a PEP is the programs entry point. A PEP that is associated with a module that is not selected as the entry point for the program is ignored. All other procedures and data items of the module are used as specied. Only the PEP is ignored. When a dynamic program call is made to an ILE program, the modules PEP that was selected at program-creation time is given control. The PEP calls the associated UEP. When an ILE program object is created, only those procedures associated with the copied modules containing debug data can be debugged by the ILE debugger. The debug data does not affect the performance of a running ILE program. Figure 10 on page 15 shows a conceptual view of an ILE program object. When the program PGMEXAMP is called, the PEP of the program, which was dened in the copied module object M3, is given control. The copied module M2 also has a PEP dened, but it is ignored and never used by the program. In this program example, only two modules, M1 and M3, have the necessary data for the new ILE debugger. Procedures from modules M2 and M4 cannot be debugged by using the new ILE debugger. The imported procedures print and SIN are resolved to exported procedures from service programs PRINTS and MATHFUNC, respectively.
14
*PGM (PGMEXAMP) Program Entry Procedure (Use PEP in module M3) User Entry Procedure: (Use P3 in module M3) Module M1 Procedure P1; DCL D EXTRN; CallPrc print; End P1; Debug Data Module M3 PEP UEP: P3
Procedure P3; CallPrc P2; End P3;
Module M2 PEP UEP: P2 Procedure P2; CallPrc P1; CallPrc P4; End P2; Module M4 Procedure P4; DCL X REAL; D=SIN(X); End P4;
Debug Data Internally resolved imports: P1, P2, P4, D Used PEP: Defined in module M3 UEP: Procedure P3 in module M3 Externally resolved imports: print in *LIBL/PRINTS SIN in MATHLIB/MATHFUNC
RV2W980-5
Characteristics of an ILE *PGM object: v One or more modules from any ILE language are copied to make the *PGM object. v The person who creates the program has control over which modules PEP becomes the only PEP for the program. v On a dynamic program call, the modules PEP that was selected as the PEP for the program gets control to run. v The UEP associated with the selected PEP is the users entry point for the program. v Procedures and data item names cannot be exported from the program. v Procedures or data item names can be imported from modules and service programs but not from program objects. For information on service programs, see Service Program on page 16. v Modules can have debug data. v A program is a runnable object.
15
Service Program
A service program is a collection of runnable procedures and available data items easily and directly accessible by other ILE programs or service programs. In many respects, a service program is similar to a subroutine library or procedure library. Service programs provide common services that other ILE objects may need; hence the name service program. An example of a set of service programs provided by OS/400 are the run-time procedures for a language. These run-time procedures often include such items as mathematical procedures and common input/output procedures. The public interface of a service program consists of the names of the exported procedures and data items accessible by other ILE objects. Only those items that are exported from the module objects making up a service program are eligible to be exported from a service program. The programmer can specify which procedures or data items can be known to other ILE objects. Therefore, a service program can have hidden or private procedures and data that are not available to any other ILE object. It is possible to update a service program without having to re-create the other ILE programs or service programs that use the updated service program. The programmer making the changes to the service program controls whether the change is compatible with the existing support. The way that ILE provides for you to control compatible changes is by using the binder language. The binder language allows you to dene the list of procedure names and data item names that can be exported. A signature is generated from the names of procedures and data items and from the order in which they are specied in the binder language. To make compatible changes to a service program, new procedure or data item names should be added to the end of the export list. For more information on signatures, the binder language, and protecting your customers investment in your service programs, see Binder Language on page 64. Figure 11 on page 17 shows a conceptual view of a service program. Notice that the modules that make up that service program are the same set of modules that make up ILE program object PGMEXAMP in Figure 10 on page 15. The previous signature, Sigyy, for service program SPGMEXAMP contains the names of procedures P3 and P4. After an upward-compatible change is made to the service program, the current signature, Sigxx, contains not only the names of procedures P3 and P4; it also contains the name of data item D. Other ILE programs or service programs that use procedures P3 or P4 do not have to be re-created. Although the modules in a service program may have PEPs, these PEPs are ignored. The service program itself does not have a PEP. Therefore, unlike a program object, a service program cannot be called dynamically.
16
Public Interface
*SRVPGM (SPGMEXAMP)
P3 P4 D
Module M1 Procedure P1; DCL D EXTRN; CallPrc print; End P1; Debug Data Module M3 PEP UEP: A3
Module M2 PEP UEP: A2 Procedure P2; CallPrc P1; CallPrc P4; End P2; Module M4 Procedure P4; DCL X REAL; D=SIN(X); End P4;
Internally resolved imports: P1, P2, P4, D Current Signature = Sigxx Previous Signature = Sigyy Externally resolved imports: print in *LIBL/PRINTS SIN in MATHLIB/MATHFUNC
RV2W981-8
Characteristics of an ILE *SRVPGM object: v One or more modules from any ILE language are copied to make the *SRVPGM object. v No PEP is associated with the service program. Because there is no PEP, a dynamic program call to a service program is not valid. A modules PEP is ignored. v Other ILE programs or service programs can use the exports of this service program identied by the public interface. v Signatures are generated from the procedure and data item names that are exported from the service program.
Chapter 2. ILE Basic Concepts
17
v Service programs can be replaced without affecting the ILE programs or service programs that use them, as long as previous signatures are still supported. v Modules can have debug data. v A service program is a collection of runnable procedures and data items. v Weak data can be exported only to an activation group. It cannot be made part of the public interface that is exported from the service program. For information about weak data, see Export in Import and Export Concepts on page 63.
Binding Directory
A binding directory contains the names of modules and service programs that you may need when creating an ILE program or service program. Modules or service programs listed in a binding directory are used only if they provide an export that can satisfy any currently unresolved import requests. A binding directory is a system object that is identied to the system by the symbol *BNDDIR. Binding directories are optional. The reasons for using binding directories are convenience and program size. v They offer a convenient method of packaging the modules or service programs that you may need when creating your own ILE program or service program. For example, one binding directory may contain all the modules and service programs that provide math functions. If you want to use some of those functions, you specify only the one binding directory, not each module or service program you use. Note: The more modules or service programs a binding directory contains, the longer it may take to bind the programs. Therefore, you should include only the necessary modules or service programs in your binding directory. v Binding directories can reduce program size because you do not specify modules or service programs that do not get used. Very few restrictions are placed on the entries in a binding directory. The name of a module or service program can be added to a binding directory even if that object does not yet exist. For a list of CL commands used with binding directories, see Appendix C. CL Commands Used with ILE Objects. Figure 12 on page 19 shows a conceptual view of a binding directory.
18
Binding Directory (ABD) Object Name Object Type QALLOC QMATH QFREE QHFREE *SRVPGM *SRVPGM *MODULE *SRVPGM Object Library *LIBL QSYS *LIBL ABC
. . .
. . .
. . .
RV2W982-0
Characteristics of a *BNDDIR object: v Convenient method of grouping the names of service programs and modules that may be needed to create an ILE program or service program. v Because binding directory entries are just names, the objects listed do not have to exist yet on the system. v The only valid library names are *LIBL or a specic library. v The objects in the list are optional. The named objects are used only if any unresolved imports exist and if the named object provides an export to satisfy the unresolved import request.
Binder Functions
The function of the binder is similar to, but somewhat different from, the function provided by a linkage editor. The binder processes import requests for procedure names and data item names from specied modules. The binder then tries to nd matching exports in the specied modules, service programs, and binding directories. In creating an ILE program or service program, the binder performs the following types of binding: v Bind by copy To create the ILE program or service program, the following are copied: The modules specied on the module parameter Any modules selected from the binding directory that provide an export for an unresolved import Physical addresses of the needed procedures and data items used within the copied modules are established when the ILE program or service program is created. For example, in Figure 11 on page 17, procedure P3 in module M3 calls procedure P2 in module M2. The physical address of procedure P2 in module M2 is made known to procedure M3 so that address can be directly accessed. v Bind by reference Symbolic links to the service programs that provide exports for unresolved import requests are saved in the created program or service program. The symbolic
19
links refer to the service programs providing the exports. The links are converted to physical addresses when the program object to which the service program is bound is activated. Figure 11 on page 17 shows an example of a symbolic link to SIN in service program *MATHLIB/MATHFUNC. The symbolic link to SIN is converted to a physical address when the program object to which service program SPGMEXAMP is bound is activated. At run time, with physical links established to the procedures and data items being used, there is little performance difference between the following: v Accessing a local procedure or data item v Accessing a procedure or data item in a different module or service program bound to the same program Figure 13 and Figure 14 on page 21 show conceptual views of how the ILE program PGMEXAMP and service program SPGMEXAMP were created. The binder uses modules M1, M2, M3, and M4 and service programs PRINTS and MATHFUNC to create ILE program PGMEXAMP and service program SPGMEXAMP.
Service Programs Module M1 Module M2 Module M3 Module M4 PRINTS MATHFUNC
CRTPGM PGM(PGMEXAMP) MODULE (M1, M2, M3, M4) ENTMOD(*LIBL/M3) + BNDSRVPGM(*LIBL/PRINTS MATHLIB/MATHFUNC)
Binder
Program PGMEXAMP
RV2W983-3
Figure 13. Creation of an ILE Program. The broken line indicates that the service programs are bound by reference instead of being bound by copy.
20
CRTSRVPGM SRVPGM(SPGMEXAMP) MODULE (M1, M2, M3, M4) EXPORT(*SRCFILE) + SRCFILE(*LIBL/QSRVSRC) SRCMBR(*SRVPGM) BNDSRVPGM(*LIBL/PRINTS MATHLIB/MATHFUNC)
Binder
Figure 14. Creation of a Service Program. The broken line indicates that the service programs are bound by reference instead of being bound by copy.
For additional information on creating an ILE program or service program, see Chapter 4. Program Creation Concepts on page 51.
21
v An ILE program can call an OPM program or another ILE program, but it cannot call a service program. v A service program can call an OPM program or an ILE program, but it cannot call another service program.
22
Program A Module Proc: P1 CallPrc P2 End P1 Module Proc: P2 End P2 Static Procedure Call
RV2W993-2
Activation
After successfully creating an ILE program, you will want to run your code. The process of getting a program or service program ready to run is called activation. You do not have to issue a command to activate a program. Activation is done by the system when a program is called. Because service programs are not called, they are activated during the call to a program that directly or indirectly requires their services. Activation performs the following functions: v Uniquely allocates the static data needed by the program or service program v Changes the symbolic links to service programs providing the exports into links to physical addresses No matter how many jobs are running a program or service program, only one copy of that objects instructions resides in storage. However, each program activation has its own static storage. So even when one program object is used concurrently by many jobs, the static variables are separate for each activation. A program can
Chapter 2. ILE Basic Concepts
23
also be activated in more than one activation group, even within the same job, but activation is local to a particular activation group. If either of the following is true: v Activation cannot nd the needed service program v The service program no longer supports the procedures or data items represented by the signature an error occurs and you cannot run your application. For more details on program activation, refer to Program Activation Creation on page 28. When activation allocates the storage necessary for the static variables used by a program, the space is allocated from an activation group. At the time the program or service program is created, you can specify the activation group that should be used at run time. For more information on activation groups, refer to Activation Group on page 29.
Error Handling
Figure 16 on page 25 shows the complete error-handling structure for both OPM and ILE programs. This gure is used throughout this manual to describe advanced error-handling capabilities. This topic gives a brief overview of the standard language error-handling capabilities. For additional information on error handling, refer to Error Handling on page 39. The gure shows a fundamental layer called exception-message architecture. An exception message may be generated by the system whenever an OPM program or an ILE program encounters an error. Exception messages are also used to communicate status information that may not be considered a program error. For example, a condition that a database record is not found is communicated by sending a status exception message. Each high-level language denes language-specic error-handling capabilities. Although these capabilities vary by language, in general it is possible for each HLL user to declare the intent to handle specic error situations. The declaration of this intent includes identication of an error-handling routine. When an exception occurs, the system locates the error-handling routine and passes control to user-written instructions. You can take various actions, including ending the program or recovering from the error and continuing. Figure 16 on page 25 shows that ILE uses the same exception-message architecture that is used by OPM programs. Exception messages generated by the system initiate language-specic error handling within an ILE program just as they do within an OPM program. The lowest layer in the gure includes the capability for you to send and receive exception messages. This can be done with message handler APIs or commands. Exception messages can be sent and received between ILE and OPM programs.
24
COBOL
Direct Monitors
ILE Conditions
Language-specic error handling works similarly for ILE programs as for OPM programs, but there are basic differences: v When the system sends an exception message to an ILE program, the procedure and module name are used to qualify the exception message. If you send an exception message, these same qualications can be specied. When an exception message appears in the job log for an ILE program, the system normally supplies the program name, module name, and procedure name. v Extensive optimization for ILE programs can result in multiple HLL statement numbers associated with the same generated instructions. As the result of optimization, exception messages that appear in the job log may contain multiple HLL statement numbers. Additional error-handling capabilities are described in Error Handling on page 39.
Optimizing Translator
On the AS/400, optimization means maximizing the run-time performance of the object. All ILE languages have access to the optimization techniques provided by the ILE optimizing translator. Generally, the higher the optimizing request, the longer it takes to create the object. At run time, highly optimized programs or service programs should run faster than corresponding programs or service programs created with a lower level of optimization. Although optimization can be specied for a module, program object, and service program, the optimization techniques apply to individual modules. The levels of optimization are: 10 or *NONE 20 or *BASIC 30 or *FULL 40 (more optimization than level 30)
25
For performance reasons, you probably want a high level of optimization when you use a module in production. Test your code at the optimization level at which you expect to use it. Verify that everything works as expected, then make the code available to your users. Because optimization at level 30 (*FULL) or level 40 can signicantly affect your program instructions, you may need to be aware of certain debugging limitations and different addressing exception detection. Refer to Chapter 9. Debugging Considerations for debug considerations. Refer to Appendix B. Exception in Optimized Programs for addressing error considerations.
Debugger
ILE provides a debugger that allows source-level debugging. The debugger can work with a listing le and allow you to set breakpoints, display variables, and step into or over an instruction. You can do these without ever having to enter a command from the command line. A command line is also available while working with the debugger. The source-level debugger uses system-provided APIs to allow you to debug your program or service program. These APIs are available to everyone and allow you to write your own debugger. The debuggers for OPM programs continue to exist on the AS/400 system but can be used to debug only OPM programs. When you debug an optimized module, some confusion may result. When you use the ILE debugger to view or change a variable being used by a running program or procedure, the following happens. The debugger retrieves or updates the data in the storage location for this variable. At level 20 (*BASIC), 30 (*FULL), or 40 optimization, the current value of a data variable may be in a hardware register, where the debugger cannot access it. (Whether a data variable is in a hardware register depends on several factors. Those factors include how the variable is used, its size, and where in the code you stopped to examine or change the data variable.) Thus, the value displayed for a variable may not be the current value. For this reason, you should use an optimization level of 10 (*NONE) during development. Then, for best performance, you should change the optimization level to 30 (*FULL) or 40 during production. For more information on the ILE debugger, see Chapter 9. Debugging Considerations.
26
Program Activation
Activation is the process used to prepare a program to run. Both ILE programs and ILE service programs must be activated by the system before they can be run. Program activation includes two major steps: 1. Allocate and initialize static storage for the program. 2. Complete the binding of programs to service programs. This topic concentrates on step 1. Step 2 is explained in Service Program Activation on page 34. Figure 17 on page 28 shows two ILE program objects stored in permanent disk storage. As with all OS/400 objects, these program objects may be shared by multiple concurrent users running in different OS/400 jobs. Only one copy of the programs code exists. When one of these ILE programs is called, however, some variables declared within the program must be allocated and initialized for each program activation. As shown in Figure 17, each program activation supports at least one unique copy of these variables. Multiple copies of variables with the same name can exist within one program activation. This occurs if your HLL allows you to declare static variables that are scoped to individual procedures.
27
RV2W986-3
Figure 17. One Copy of Static Variables for Each Program Activation
28
programs A and C but not for program B. For a discussion of the call stack, see Call Stack on page 89.
Job Activation Group Active Programs Program A Activation Call Stack Procedures called in Program A
Program B Activation
. . .
Procedures called in Program C
Program C Activation
RV2W987-3
Figure 18. Program May Be Active But Not on the Call Stack
Activation Group
All ILE programs and service programs are activated within a substructure of a job called an activation group. This substructure contains the resources necessary to run the programs. These resources fall into the following general categories: Static and automatic program variables Dynamic storage Temporary data management resources Certain types of exception handlers and ending procedures The static and automatic program variables and dynamic storage are assigned separate address spaces for each activation group. This provides some degree of program isolation and protection from accidental access. The temporary data management resources include the following: Open les (open data path or ODP) Commitment denitions Local SQL cursors Remote SQL cursors Hierarchical le system (HFS) User interface manager Query management instances Open communications links Common Programming Interface (CPI) communications
29
The separation of these resources among activation groups supports a fundamental concept. That is, the concept that all programs activated within one activation group are developed as one cooperative application. Software vendors may select different activation groups to isolate their programs from other vendor applications running in the same job. This vendor isolation is shown in Figure 19. In this gure, a complete customer solution is provided by integrating software packages from four different vendors. Activation groups increase the ease of integration by isolating the resources associated with each vendor package.
Job Activation Group RPG Order Entry Application from Vendor 1 Activation Group RPG Accounts Payable Application from Vendor 2
RV2W988-1
There is a signicant consequence of assigning the above resources to an activation group. The consequence is that when an activation group is deleted, all of the above resources are returned to the system. The temporary data management resources left open at the time the activation group is deleted are closed by the system. The storage for static and automatic program variables and dynamic storage that has not been deallocated is returned to the system.
30
All ILE programs have one of the following activation group attributes: v A user-named activation group Specied with the ACTGRP(name) parameter. This attribute allows you to manage a collection of ILE programs and ILE service programs as one application. The activation group is created when it is rst needed. It is then used by all programs and service programs that specify the same activation group name. v A system-named activation group Specied with the ACTGRP(*NEW) parameter on the CRTPGM command. This attribute allows you to create a new activation group whenever the program is called. ILE selects a name for this activation group. The name assigned by ILE is unique within your job. The name assigned to a system-named activation group does not match any name you choose for a user-named activation group. ILE service programs do not support this attribute. v An attribute to use the activation group of the calling program Specied with the ACTGRP(*CALLER) parameter. This attribute allows you to create an ILE program or ILE service program that will be activated within the activation group of the calling program. With this attribute, a new activation group is never created when the program or service program is activated. All activation groups within a job have a name. Once an activation group exists within a job, it is used by ILE to activate programs and service programs that specify that name. As a result of this design, duplicate activation group names cannot exist within one job. You can, however, use the ACTGRP parameter on the UPDPGM and UPDSRVPGM to change the name of the activation group.
31
Job Default Activation Group OPM Program A Activation OPM Program B Activation OS/400 System Code Program Activations
RV2W989-3
32
You can delete an activation group from your application by using HLL end verbs. An unhandled exception can also cause your activation group to be deleted. These operations will always delete your activation group, provided the nearest control boundary is the oldest call stack entry in the activation group (sometimes called a hard control boundary). If the nearest control boundary is not the oldest call stack entry (sometimes called a soft control boundary), control passes to the call stack entry prior to the control boundary. However, the activation group is not deleted. A control boundary is a call stack entry that represents a boundary to your application. ILE denes control boundaries whenever you call between activation groups. Refer to Control Boundaries on page 36 for a denition of a control boundary. A user-named activation group may be left in the job for later use. For this type of activation group, any normal return or skip operation past a hard control boundary does not delete the activation group. The same operations used within a system-named activation group deletes the activation group. System-named activation groups are always deleted because you cannot reuse them by specifying the system-generated name. For language-dependent rules about a normal return from the oldest call stack entry of an activation group, refer to the ILE HLL programmers guides. Figure 21 shows examples of how to leave an activation group. In the gure, procedure P1 is the oldest call stack entry. For the system-named activation group (created with the ACTGRP(*NEW) option), a normal return from P1 deletes the activation group. For the user-named activation group (created with the ACTGRP(name) option), a normal return from P1 does not delete the activation group.
System-Named Activation Group ILE Normal Return Procedure P1 User-Named Activation Group ILE Procedure P1 Normal Return
Always Delete
Never Delete
. . .
ILE Skip Procedure Pn
. . .
ILE Procedure Pn Skip
ACTGRP(*NEW)
ACTGRP(NAME)
RV2W1036-2
If a user-named activation group is left in the job, you can delete it by using the Reclaim Activation Group (RCLACTGRP) command. This command allows you to delete named activation groups after your application has returned. Only activation groups that are not in use can be deleted with this command. Figure 22 on page 34 shows an OS/400 job with one activation group that is not in use and one activation group that is currently in use. An activation group is considered in use if there are call stack entries for the ILE procedures activated within that activation group. Using the RCLACTGRP command in program A or program B deletes the activation group for program C and program D.
33
Job Activation Group in Use Active Programs Program A Call Stack Procedures called in Program A
Program B
Program D Activation
RV2W990-4
Figure 22. Activation Groups In Use Have Entries on the Call Stack
When an activation group is deleted by ILE, certain end-operation processing occurs. This processing includes calling user-registered exit procedures, data management cleanup, and language cleanup (such as closing les). Refer to Data Management Scoping Rules on page 46 for details on the data management processing that occurs when an activation group is deleted.
34
Figure 23 shows ILE program A bound to ILE service programs B, C, and D. ILE service programs B and C are also bound to ILE service program E. The activation group attribute for each program and service program is shown.
ILE Program A ACTGRP(X)
When ILE program A is activated, the following takes place: v The service programs are located by using an explicit library name or by using the current library list. This option is controlled by you at the time the programs and service programs are created. v Just like programs, a service program activation occurs only once within an activation group. In Figure 23, service program E is activated only one time, even though it is used by service programs B and C. v A second activation group (Y) is created for service program D. v Signature checking occurs among all of the programs and service programs. Conceptually this process may be viewed as the completion of the binding process started when the programs and service programs were created. The CRTPGM command and CRTSRVPGM command saved the name and library of each referenced service program. An index into a table of exported procedures and data items was also saved in the client program or service program at program creation time. The process of service program activation completes the binding step by changing these symbolic references into addresses that can be used at run time. Once a service program is activated static procedure calls and static data item references to a module within a different service program are processed. The amount of processing is the same as would be required if the modules had been bound by copy into the same program. However, modules bound by copy require less activation time processing than service programs. The activation of programs and service programs requires execute authority to the ILE program and all ILE service program objects. In Figure 23, the current authority of the caller of program A is used to check authority to program A and all of the service programs. The authority of program A is also used to check authority to all
35
of the service programs. Note that the authority of service program B, C, or D is not used to check authority to service program E.
Control Boundaries
ILE takes the following action when an unhandled function check occurs, or an HLL end verb is used. ILE transfers control to the caller of the call stack entry that represents a boundary for your application. This call stack entry is known as a control boundary. There are two denitions for a control boundary. Control Boundaries for ILE Activation Groups and Control Boundaries for the OPM Default Activation Group on page 37 illustrate the following denitions. A control boundary can be either of the following: v Any ILE call stack entry for which the immediately preceding call stack entry is in a different nondefault activation group. v Any ILE call stack entry for which the immediately preceding call stack entry is an OPM program.
36
Call Stack
ILE Procedure P1
ILE Procedure P4
ILE Procedure P5
RV2W992-3
Figure 24. Control Boundaries. The shaded procedures are control boundaries.
37
ILE Procedure P1
ILE Procedure P2
OPM
Program B
ILE Procedure P3
*DFTACTGRP
RV2W1040-1
Figure 25. Control Boundaries in the Default Activation Group. The shaded procedures are control boundaries.
38
Error Handling
This topic explains advanced error handling capabilities for OPM and ILE programs. To understand how these capabilities t into the exception message architecture, refer to Figure 26. Specic reference information and additional concepts are found in Chapter 8. Exception and Condition Management. Figure 26 shows an overview of error handling. This topic starts with the bottom layer of this gure and continues to the top layer. The top layer represents the functions you may use to handle errors in an OPM or ILE program.
Original Program Model (OPM) CL RPG Integrated Language Environment (ILE) C CL RPG
COBOL
Direct Monitors
ILE Conditions
39
40
The system modies the exception message to indicate that it has been handled when it calls an exception handler for an OPM call message queue. Your ILE HLL modies the exception message before your exception handler is called for an ILE call message queue. As a result, HLL-specic error handling considers the exception message handled when your handler is called. If you do not use HLL-specic error handling, your ILE HLL can either handle the exception message or allow exception processing to continue. Refer to your ILE HLL reference manual to determine your HLL default actions for unhandled exception messages. To allow you to bypass language-specic error handling, additional capabilities are dened for ILE. These capabilities include direct monitor handlers and ILE condition handlers. When you use these capabilities, you are responsible for modifying the exception message to indicate that the exception is handled. If you do not modify the exception message, the system continues exception processing by attempting to locate another exception handler. The topic Types of Exception Handlers on page 43 contains details on direct monitor handlers and ILE condition handlers. To modify an exception message, refer to the Change Exception Message (QMHCHGEM) API in the System API Reference.
Exception Recovery
You may want to continue processing after an exception has been sent. Recovering from an error can be a useful application tool that allows you to deliver applications that tolerate errors. For ILE and OPM programs, the system has dened the concept of a resume point. The resume point is initially set to an instruction immediately following the occurrence of the exception. After handling an exception, you may continue processing at a resume point. For more information on how to use and modify a resume point, refer to Chapter 8. Exception and Condition Management.
41
Figure 27 shows unhandled exception messages within ILE. In this example, procedure P1 is a control boundary. Procedure P1 is also the oldest call stack entry in the activation group. Procedure P4 incurred an exception message that was unhandled. Percolation of an unhandled exception continues until either a control boundary is reached or the exception message is handled. An unhandled exception is converted to a function check when it is percolated to the control boundary. If the exception is an escape, the function check is generated. If it is a notify exception, the default reply is sent, the exception is handled, and the sender of the notify is allowed to continue. If it is a status exception, the exception is handled, and the sender of the status is allowed to continue. The resume point (shown in procedure P3) is used to dene the call stack entry at which exception processing of the function check should continue. For ILE, the next processing step is to send the special function check exception message to this call stack entry. This is procedure P3 in this example. The function check exception message can now be handled or percolated to the control boundary. If it is handled, normal processing continues and exception processing ends. If the function check message is percolated to the control boundary, ILE considers the application to have ended with an unexpected error. A generic failure exception message is dened by ILE for all languages. This message is CEE9901 and is sent by ILE to the caller of the control boundary. The default action for unhandled exception messages dened in ILE allows you to recover from error conditions that occur within a mixed-language application. For unexpected errors, ILE enforces a consistent failure message for all languages. This improves the ability to integrate applications from different sources.
Call Stack
ILE Procedure P4
RV2W1043-1
42
is internally mapped to use the same mechanism. Thus, in terms of the priority of which handler gets control rst, such a statement-scoped conditional imperative gets control before the ILE condition handler (registered via CEEHDLR). Control then proceeds to the USE declaratives in COBOL. ILE condition handlers allow you to register an exception handler at run time. ILE condition handlers are registered for a particular call stack entry. To register an ILE condition handler, use the Register a User-Written Condition Handler (CEEHDLR) bindable API. This API allows you to identify a procedure at run time that should be given control when an exception occurs. The CEEHDLR API requires the ability to declare and set a procedure pointer within your language. CEEHDLR is implemented as a built-in function. Therefore, its address cannot be specied and it cannot be called through a procedure pointer. ILE condition handlers may be unregistered by calling the Unregister a User-Written Condition Handler (CEEHDLU) bindable API. OPM and ILE support HLL-specic handlers. HLL-specic handlers are the language features dened for handling errors. For example, the ILE C/400 signal function can be used to handle exception messages. HLL-specic error handling in RPG includes the ability to code *PSSR and INFSR subroutines. HLL-specic error handling in COBOL includes USE declarative for I/O error handling and imperatives in statement-scoped condition phrases such as ON SIZE ERROR and AT INVALID KEY. Exception handler priority becomes important if you use both HLL-specic error handling and additional ILE exception handler types.
Chapter 3. ILE Advanced Concepts
43
Figure 28 on page 45 shows a call stack entry for procedure P2. In this example, all three types of handlers have been dened for a single call stack entry. Though this may not be a typical example, it is possible to have all three types dened. Because all three types are dened, an exception handler priority is dened. The gure shows this priority. When an exception message is sent, the exception handlers are called in the following order: 1. Direct monitor handlers First the invocation is chosen, then the relative order of handlers in that invocation. Within an invocation, all direct monitor handlers and COBOL statement-scoped conditional imperatives get control before the ILE condition handlers. Similarly, the ILE condition handlers get control before other HLL-specic handlers. If direct monitor handlers have been declared around the statements that incurred the exception, these handlers are called before HLL-specic handlers. For example, if procedure P2 in Figure 28 on page 45 has a HLL-specic handler and procedure P1 has a direct monitor handler, P2s handler is considered before P1s direct monitor handler. Direct monitors can be lexically nested. The handler specied in the most deeply nested direct monitor is chosen rst within the multiply nested monitors that specify the same priority number. 2. ILE condition handler If an ILE condition handler has been registered for the call stack entry, this handler is called second. Multiple ILE condition handlers may be registered. In the example, procedure P5 and procedure P6 are ILE condition handlers. When multiple ILE condition handlers are registered for the same call stack entry, the system calls these handlers in last-in-rst-out (LIFO) order. If we categorize COBOL statement-scoped conditional imperatives as HLL-specic handlers, those imperatives take priority over the ILE condition handler. 3. HLL-specic handler HLL-specic handlers are called last. The system ends exception processing when an exception message is modied to show that it has been handled. If you are using direct monitor handlers or ILE condition handlers, modifying the exception message is your responsibility. Several control actions are available. For example, you can specify handle as a control action. As long as the exception message remains unhandled, the system continues to search for an exception handler using the priorities previously dened. If the exception is not handled within the current call stack entry, percolation to the previous call stack entry occurs. If you do not use HLL-specic error handling, your ILE HLL can choose to allow exception handling to continue at the previous call stack entry.
44
Call Stack
ILE Procedure P1
ILE Procedure P3
ILE ILE Condition Handler Procedure P6 ILE HLL - Specific Handler Procedure P7
. . .
ILE Conditions
To allow greater cross-system consistency, ILE has dened a feature that allows you to work with error conditions. An ILE condition is a system-independent representation of an error condition within an HLL. For the OS/400 operating system, each ILE condition has a corresponding exception message. An ILE condition is represented by a condition token. A condition token is a 12-byte data structure that is consistent across multiple SAA participating systems. This data structure contains information that allows you to associate the condition with the underlying exception message. ILE condition handlers and the percolation model described previously conform to an SAA architecture. To write programs that are consistent across systems, you need to use ILE condition handlers and ILE condition tokens. For more information on ILE conditions refer to Chapter 8. Exception and Condition Management.
45
Call-Level Scoping
Call-level scoping occurs when the data management resource is connected to the call stack entry that created the resource. Figure 29 on page 47 shows an example. Call-level scoping is usually the default scoping level for programs that run in the default activation group. In this gure, OPM program A, OPM program B, or ILE procedure P2 may choose to return without closing their respective les F1, F2, or F3. Data management associates the ODP for each le with the call-level number that opened the le. The RCLRSC command may be used to close the les based on a particular call-level number passed to that command.
46
ODP F2
ODP F3
RV2W1037-1
Figure 29. Call-Level Scoping. ODPs and overrides may be scoped to the call level.
Overrides that are scoped to a particular call level are deleted when the corresponding call stack entry returns. Overrides may be shared by any call stack entry that is below the call level that created the override.
Activation-Group-Level Scoping
Activation-group-level scoping occurs when the data management resource is connected to the activation group of the ILE program or ILE service program that created the resource. When the activation group is deleted, data management closes all resources associated with the activation group that have been left open by programs running in the activation group. Figure 30 on page 48 shows an example of activation-group-level scoping. Activation-group-level scoping is the default scoping level for most types of data management resources used by ILE procedures not running in the default activation group. For example, the gure shows ODPs for les F1, F2, and F3 and override R1 scoped to the activation group.
47
Override R1
ODP F2
ILE Procedure P3
ODP F3
. . .
RV3W102-0
Figure 30. Activation Group Level Scoping. ODPs and overrides may be scoped to an activation group.
The ability to share a data management resource scoped to an activation group is limited to programs running in that activation group. This provides application isolation and protection. For example, assume that le F1 in the gure was opened with the SHARE(*YES) parameter value. File F1 could be used by any ILE procedure running in the same activation group. Another open operation for le F1 in a different activation group results in the creation of a second ODP for that le.
Job-Level Scoping
Job-level scoping occurs when the data management resource is connected to the job. Job-level scoping is available to both OPM and ILE programs. Job-level scoping allows for sharing data management resources between programs running in different activation groups. As described in the previous topic, scoping resources to an activation group limits the sharing of that resource to programs running in that activation group. Job-level scoping allows the sharing of data management resources between all ILE and OPM programs running in the job. Figure 31 on page 49 shows an example of job-level scoping. Program A may have opened le F1, specifying job-level scoping. The ODP for this le is connected to the job. The le is not closed by the system unless the job ends. If the ODP has been created with the SHARE(YES) parameter value, any OPM program or ILE procedure could potentially share the le.
48
Override R1
. . .
ILE UEP P2
RV2W1039-2
Figure 31. Job Level Scoping. ODPs, overrides, and commitment denitions may be scoped to the job level.
Overrides scoped to the job level inuence all open le operations in the job. In this example, override R1 could have been created by procedure P2. A job-level override remains active until it is either explicitly deleted or the job ends. The job-level override is the highest priority override when merging occurs. This is because call-level overrides are merged together when multiple overrides exist on the call stack. Data management scoping levels may be explicitly specied by the use of scoping parameters on override commands, commitment control commands, and through various APIs. The complete list of data management resources that use the scoping rules are in Chapter 10. Data Management Scoping.
49
50
The identication parameters for both commands name the object to be created and the modules copied. The only difference in the two parameters is in the default module name to use when creating the object. For CRTPGM, use the same name for the module as is specied on the program (*PGM) parameter. For CRTSRVPGM, use the same name for the module as is specied on the service program (*SRVPGM) parameter. Otherwise, these parameters look and act the same.
51
The most signicant similarity in the two commands is how the binder resolves symbols between the imports and exports. In both cases, the binder processes the input from the module (MODULE), bound service program (BNDSRVPGM), and binding directory (BNDDIR) parameters. The most signicant difference in the commands is with the program-access parameters (see Program Access on page 60). For the CRTPGM command, all that needs to be identied to the binder is which module has the program entry procedure. Once the program is created and a dynamic program call is made to this program, processing starts with the module containing the program entry procedure. The CRTSRVPGM command needs more program-access information because it can supply an interface of several access points for other programs or service programs.
authorizationlist name
For more information about the QUSEADPAUT system value, see the Security Reference .
52
Symbol Resolution
Symbol resolution is the process the binder goes through to match the following: v The import requests from the set of modules to be bound by copy v The set of exports provided by the specied modules and service programs The set of exports to be used during symbol resolution can be thought of as an ordered (sequentially numbered) list. The order of the exports is determined by the following: v The order in which the objects are specied on the MODULE, BNDSRVPGM, and BNDDIR parameters of the CRTPGM or CRTSRVPGM command v The exports from the language run-time routines of the specied modules
Binding by Copy
The modules specied on the MODULE parameter are always bound by copy. Modules named in a binding directory specied by the BNDDIR parameter are bound by copy if they are needed. A module named in a binding directory is needed in either of the following cases: v The module provides an export for an unresolved import v The module provides an export named in the current export block of the binder language source le being used to create a service program If an export found in the binder language comes from a module object, that module is always bound by copy, regardless of whether it was explicitly provided on the command line or comes from a binding directory. For example,
Module Module Module Binder M1: imports P2 M2: exports P2 M3: exports P3 language S1: STRPGMEXP PGMLVL(*CURRENT) EXPORT P3 ENDPGMEXP
Chapter 4. Program Creation Concepts
53
Service program SRV1 will have three modules: M1, M2, and M3. M3 is copied because P3 is in the current export block.
Binding by Reference
Service programs specied on the BNDSRVPGM parameter are bound by reference. If a service program named in a binding directory provides an export for an unresolved import, that service program is bound by reference. A service program bound in this way does not add new imports. Note: To better control what gets bound to your program, specify the generic service program name or specic libraries. The value *LIBL should only be specied in a user-controlled environment when you know exactly what is getting bound to your program. Do not specify BNDSRVPGM(*LIBL/*ALL) with OPTION(*DUPPROC *DUPVAR). Specifying *LIBL with *ALL may give you unpredictable results at program run time.
54
The following command adds the names of modules M1 and M2 and of service programs S and T to binding directory L:
ADDBNDDIRE BNDDIR(MYLIB/L) OBJ((M1 *MODULE) (M2 *MODULE) (S) (T))
55
Module M1
Import List
Module M2
Export List P20
. . .
Import List P30
. . .
. . .
. . .
Binding Directory L
. . .
Service Program QLEPRINTS Export List
M1 M2 S T
Prints
. . .
RV2W1054-3
56
Program A
Module M1
Import List P20 P21 Prints
. . .
Import List P30
. . .
. . .
. . .
Binding Directory L
. . .
Service Program QLEPRINTS Export List
M1 M2 S T
Prints
. . .
RV2W1049-4
To create program A, the binder processes objects specied on the CRTPGM command parameters in the order specied: 1. The value specied on the rst parameter (PGM) is A, which is the name of the program to be created. 2. The value specied on the second parameter (module) is M1. The binder starts there. Module M1 contains three imports that need to be resolved: P20, P21, and Prints. 3. The value specied on the third parameter (BNDSRVPGM) is S. The binder scans the export list of service program S for any procedures that resolve any unresolved import requests. Because the export list contains procedure P20, that import request is resolved. 4. The value specied on the fourth parameter (BNDDIR) is L. The binder next scans binding directory L.
Chapter 4. Program Creation Concepts
57
a. The rst object specied in the binding directory is module M1. Module M1 is currently known because it was specied on the module parameter, but it does not provide any exports. b. The second object specied in the binding directory is module M2. Module M2 provides exports, but none of them match any currently unresolved import requests (P21 and Prints). c. The third object specied in the binding directory is service program S. Service program S was already processed in step 3 on page 57 and does not provide any additional exports. d. The fourth object specied in the binding directory is service program T. The binder scans the export list of service program T. Procedure P21 is found, which resolves that import request. 5. The nal import that needs to be resolved (Prints) is not specied on any parameter. Nevertheless, the binder nds the Prints procedure in the export list of service program QLEPRINTS, which is a common run-time routine provided by the compiler in this example. When compiling a module, the compiler species as the default the binding directory containing its own run-time service programs and the ILE run-time service programs. That is how the binder knows that it should look for any remaining unresolved references in the run-time service programs provided by the compiler. If, after the binder looks in the run-time service programs, there are references that cannot be resolved, the bind normally fails. However, if you specify OPTION(*UNRSLVREF) on the create command, the program is created.
58
Program A
Module M1
Import List P20 P21 Prints
Module M2
Export List P20
. . .
Import List P30
. . .
. . .
Service Program T Export List P30 P40 P21
. . .
Binding Directory L
. . .
Service Program QLEPRINTS Export List
M1 M2 S T
Prints
. . .
RV2W1050-3
The change in ordering of the objects to be processed changes the ordering of the exports. It also results in the creation of a program that is different from the program created in example 1. Because service program S is not specied on the BNDSRVPGM parameter of the CRTPGM command, the binding directory is processed. Module M2 exports procedure P20 and is specied in the binding directory ahead of service program S. Therefore, module M2 gets copied to the resulting program object in this example. When you compare Figure 33 on page 57 with Figure 34 you see the following: v Program A in example 1 contains only module M1 and uses procedures from service programs S, T, and QLEPRINTS. v In program A of example 2, two modules called M1 and M2 use service programs T and QLEPRINTS. The program in example 2 is created as follows:
Chapter 4. Program Creation Concepts
59
1. The rst parameter (PGM) species the name of the program to be created. 2. The value specied on the second parameter (MODULE) is M1, so the binder again starts there. Module M1 contains the same three imports that need to be resolved: P20, P21, and Prints. 3. This time, the third parameter specied is not BNDSRVPGM. It is BNDDIR. Therefore, the binder rst scans the binding directory specied (L). a. The rst entry specied in the binding directory is module M1. Module M1 from this library was already processed by the module parameter. b. The second entry specied in the binding directory is for module M2. The binder scans the export list of module M2. Because that export list contains P20, that import request is resolved. Module M2 is bound by copy and its imports must be added to the list of unresolved import requests for processing. The unresolved import requests are now P21, Prints, and P30. c. Processing continues to the next object that is specied in the binding directory service program S. Here, the service program S provides the P30 export for currently unresolved import requests. Processing continues to the next object that is listed in the binding directory, service program T. 4. Service program T provides export P21 for the unresolved import. 5. As in example 1, import request Prints is not specied. However, the procedure is found in the run-time routines provided by the language in which module M1 was written. Symbol resolution is also affected by the strength of the exports. For information about strong and weak exports, see Export in Import and Export Concepts on page 63.
| | | | |
Program Access
When you create an ILE program object or service program object, you need to specify how other programs can access that program. On the CRTPGM command, you do so with the entry module (ENTMOD) parameter. On the CRTSRVPGM command, you do so with the export (EXPORT) parameter (see Table 2 on page 51).
60
A second module with a PEP is encountered the binder copies this second module into the program object and continues the binding process. The binder ignores the additional PEP. If *ONLY is specied on the ENTMOD parameter, only one module in the program can contain a PEP. If *ONLY is specied and a second module with a PEP is encountered, the object is not created. For explicit control, you can specify the name of the module that contains the PEP. Any other PEPs are ignored. If the module explicitly specied does not contain a PEP, the CRTPGM request fails. To see whether a module has a program entry procedure, you use the display module (DSPMOD) command. The information appears in the Program entry procedure name eld of the Display Module Information display. If *NONE is specied in the eld, this module does not have a PEP. If a name is specied in the eld, this module has a PEP.
61
change. If the signature changes, all programs or service programs that use the changed service program have to be re-created. EXPORT(*ALL) indicates that all symbols exported from the modules used in the service program are exported from the service program. ILE C/400 can dene exports as global or static. Only external variables declared in ILE C/400 as global are available with EXPORT(*ALL). In ILE RPG/400, the following are available with EXPORT(*ALL): v The RPG program name (not to be confused with *PGM object) v Variables dened with the keyword EXPORT In ILE COBOL/400, the following language elements are module exports: v The name in the PROGRAM-ID paragraph in the lexically outermost COBOL program (not to be confused with *PGM object) of a compilation unit. This maps to a strong procedure export. v The COBOL compiler-generated name derived from the name in the PROGRAM-ID paragraph in the preceding bullet if that program does not have the INITIAL attribute. This maps to a strong procedure export. For information about strong and weak exports, see Export in Import and Export Concepts on page 63. v Any data item or le item declared as EXTERNAL. This maps to a weak export.
Export Parameter Used with Source File and Source Member Parameters
The default value on the export parameter is *SRCFILE. If *SRCFILE is specied on the export parameter, the binder must also use the SRCFILE and SRCMBR parameters to locate the binder language source. The following example command binds a service program named UTILITY by using the defaults to locate the binder language source:
CRTSRVPGM SRVPGM(*CURLIB/UTILITY) MODULE(*SRVPGM) EXPORT(*SRCFILE) SRCFILE(*LIBL/QSRVSRC) SRCMBR(*SRVPGM)
For this command to create the service program, a member named UTILITY must be in the source le QSRVSRC. This member must then contain the binder language source that the binder translates into a signature and set of export identiers. The default is to get the binder language source from a member with the same name as the name of the service program, UTILITY. If a le, member, or binder language source with the values supplied on these parameters is not located, the service program is not created.
62
An ILE module object can export procedures or data items to other modules. And an ILE module object can import (reference) procedures or data items from other modules. When using a module object on CRTSRVPGM command to create a service program, its exports optionally export from the service program. (SeeExport Parameter on the CRTSRVPGM Command on page 61.) The strength (strong or weak) of an export depends on the programming language. The strength determines when enough is known about an export to set its characteristics, such as the size of a data item. A strong exports characteristics are set at bind time. The strength of the exports affects symbol resolution. v The binder uses the characteristics of the strong export, if one or more weak exports have the same name. v If a weak export does not have the same name as a strong export, you cannot set its characteristics until activation time. At activation time, if multiple weak exports with the same name exist, the program uses the largest one. This is true, unless an already activated weak export with the same name has already set its characteristics. v At bind time, if a binding directory is used, and weak exports are found to match weak imports, they will be bound. However, the binding directory only as long as there are unresolved imports to be resolved. Once all imports are resolved, the search through the binding directory entries stops. Duplicate weak exports are not agged as duplicate variables or procedures. The order of items in the binding directory is very important. You can export weak exports outside a program object or service program for resolution at activation time. This is opposed to strong exports that you export only outside a service program and only at bind time. You cannot, however, export strong exports outside a program object. You can export strong procedure exports outside a service program to satisfy either of the following at bind time: v Imports in a program that binds the service program by reference. v Imports in other service programs that are bound by reference to that program. Service programs dene their public interface through binding source language. You can make weak procedure exports part of the public interface for a service program through the binding source language. However, exporting a weak procedure export from the service program through the binding source language no longer marks it as weak. It is handled as a strong procedure export.
63
You can only export weak data to an activation group. You cannot make it part of the public interface that is exported from the service program through the use of binder source language. Specifying a weak data in the binder source language causes the bind to fail. Table 4 summarizes the types of imports and exports that are supported by some of the ILE languages:
Table 4. Imports and Exports Supported by ILE Languages
ILE Weak Languages Data Exports RPG IV COBOL CL C C++ Note: 1. COBOL and CL allow only one procedure to be exported from the module. 2. COBOL uses the weak data model. Data items that are declared as external become both weak exports and weak imports for that module. 3. COBOL requires the nomonocase option. Without this option, the lowercase letters are automatically converted to uppercase.
2
Strong Weak Procedure Procedure Procedure Imports Exports Exports Yes Yes
1 1
No Yes No No No
3
No No No No Yes
Yes No No No
For information on which declarations become imports and exports for a particular language, see one of the following books: v Licensed Information Document: ILE RPG for AS/400, GI10-4931 v Licensed Information Document: ILE COBOL for AS/400, GI10-4932 v CL Reference (Abridged) v Licensed Information Document: ILE C for AS/400, GI10-4933
Binder Language
The binder language is a small set of nonrunnable commands that denes the exports for a service program. The binder language enables the source entry utility (SEU) syntax checker to prompt and validate the input when a BND source type is specied. Note: You cannot use the SEU syntax checking type BND for a binder source le that contains wildcarding. You also cannot use it for a binder source le that contains names longer than 254 characters. The binder language consists of a list of the following commands: 1. Start Program Export (STRPGMEXP) command, which identies the beginning of a list of exports from a service program 2. Export Symbol (EXPORT) commands, each of which identies a symbol name available to be exported from a service program 3. End Program Export (ENDPGMEXP) command, which identies the end of a list of exports from a service program
64
The Retrieve Binder Source (RTVBNDSRC) command can be used to help generate the binder language source based on exports from one or more modules.
Signature
The symbols identied between a STRPGMEXP PGMLVL(*CURRENT) and ENDPGMEXP pair dene the public interface to a service program. That public interface is represented by a signature. A signature is a value that identies the interface supported by a service program. If you choose not to specify an explicit signature, the binder generates a signature from the list of procedure and data item names to be exported and from the order in which they are specied. Therefore, a signature provides an easy and convenient way to validate the public interface to a service program. A signature does not validate the interface to a particular procedure within a service program. Note: To avoid making incompatible changes to a service program, existing procedure and data item names must not be removed or rearranged in the binder language source. Additional export blocks must contain the same symbols in the same order as existing export blocks. Additional symbols must be added only to the end of the list. There is no way to remove a service program export in a way compatible with existing programs and service programs because that export may be needed by programs or service programs bound to that service program. If an incompatible change is made to a service program, exiting programs that remain bound to it may no longer work correctly. An incompatible change to a service program can be made only if it can be guaranteed that all programs and service programs bound to it are re-created with CRTPGM or CRTSRVPGM after the incompatible change is made.
65
66
the two interfaces are not compatible (because, for example, their parameter lists are different). In this case, you can explicitly specify a new signature instead of having the binder generate the compatible signature. If you do so, you create an incompatibility in your service program, forcing some or all clients to recompile. v The binder could generate an incompatible signature that you do not want. If two export blocks have different exports or a different order, they have different signatures. If, as the service program provider, you know that the two interfaces are really compatible (because, for example, a function name has changed but it is still the same function), you can explicitly specify the same signature as previously generated by the binder instead of having the binder generate an incompatible signature. If you specify the same signature, you maintain a compatibility in your service program, allowing your clients to use your service program without rebinding. The default value for the signature parameter, *GEN, causes the binder to generate a signature from exported symbols. You can determine the signature value for a service program by using the Display Service Program (DSPSRVPGM) command and specifying DETAIL(*SIGNATURE).
67
interest_rate international prime_rate The following examples show which export is chosen or why an error occurs: EXPORT SYMBOL (interest>>>) Exports the symbol interest_rate because it is the only symbol that begins with interest. EXPORT SYMBOL (i>>>rate>>>) Exports the symbol interest_rate because it is the only symbol that begins with i and subsequently contains rate. EXPORT SYMBOL (<<<i>>>rate) Results in a Multiple matches for wildcard specication error. Both prime_rate and interest_rate contain an i and subsequently end in rate. EXPORT SYMBOL (inter>>>prime) Results in a No matches for wildcard specication error. No symbol begins with inter and subsequently ends in prime. EXPORT SYMBOL (<<<) Results in a Multiple matches for wildcard specication error. This symbol matches all three symbols and therefore is not valid. An export statement can result in only one exported symbol.
68
FILE: MYLIB/QSRVSRC
MEMBER: FINANCIAL
STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL('Term') EXPORT SYMBOL('Rate') EXPORT SYMBOL('Amount') EXPORT SYMBOL('Payment') ENDPGMEXP
Some initial design decisions have been made, and three modules (MONEY, RATES, and CALCS) provide the necessary procedures. To create the service program pictured in Figure 36, the binder language is specied on the following CRTSRVPGM command:
CRTSRVPGM SRVPGM(MYLIB/FINANCIAL) MODULE(MYLIB/MONEY MYLIB/RATES MYLIB/CALCS) EXPORT(*SRCFILE) SRCFILE(MYLIB/QSRVSRC) SRCMBR(*SRVPGM)
Note that source le QSRVSRC in library MYLIB, specied in the SRCFILE parameter, is the le that contains the binder language source. Also note that no binding directory is needed because all the modules needed to create the service program are specied on the MODULE parameter.
Service Program MYLIB/FINANCIAL Public Interface Term Rate Amount Payment
Module MONEY
Module RATES Procedure Term Procedure Rate Module CALCS Procedure CALC1 Procedure CALC2
Current Signature = Sig 123
RV2W1051-3
69
Public Interface
Program BANKER
Module M1
CallPrc Payment
Amount Payment
Module MONEY
Procedure Term Procedure Rate Module CALCS Procedure CALC1 Procedure CALC2
Current Signature = Sig 123
RV2W1053-4
When the BANKER program was created, the MYLIB/FINANCIAL service program was provided on the BNDSRVPGM parameter. The symbol Payment was found to be exported from the fourth slot of the public interface of the FINANCIAL service program. The current signature of MYLIB/FINANCIAL along with the slot associated with the Payment interface is saved with the BANKER program. During the process of getting BANKER ready to run, activation veries the following: v Service program FINANCIAL in library MYLIB can be found. v The service program still supports the signature (SIG 123) saved in BANKER. This signature checking veries that the public interface used by BANKER when it was created is still valid at run time.
70
As shown in Figure 37 on page 70, at the time BANKER gets called, MYLIB/FINANCIAL still supports the public interface used by BANKER. If activation cannot nd either a matching signature in MYLIB/FINANCIAL or the service program MYLIB/FINANCIAL, the following occurs: BANKER fails to get activated. An error message is issued.
When an update operation to a service program is needed to do both of the following: v Support new procedures or data items v Allow the existing programs and service programs that use the changed service program to remain unchanged one of two alternatives must be chosen. The rst alternative is to perform the following steps: 1. Duplicate the STRPGMEXP, ENDPGMEXP block that contains PGMLVL(*CURRENT). 2. Change the duplicated PGMLVL(*CURRENT) value to PGMLVL(*PRV). 3. In the STRPGMEXP command that contains PGMLVL(*CURRENT), add to the end of the list the new procedures or data items to be exported. 4. Save the changes to the source le. 5. Create or re-create the new or changed modules. 6. Create the service program from the new or changed modules by using the updated binder language.
71
The second alternative is to take advantage of the signature parameter on the STRPGMEXP command and to add new symbols at the end of the export block:
STRPGMEXP PGMVAL(*CURRENT) SIGNATURE('123') EXPORT SYMBOL('Term') . . . EXPORT SYMBOL('OpenAccount') EXPORT SYMBOL('CloseAccount') ENDPGMEXP
To create the enhanced service program shown in Figure 38, the updated binder language specied on page 71 is used on the following CRTSRVPGM command:
CRTSRVPGM SRVPGM(MYLIB/FINANCIAL) MODULE(MYLIB/MONEY MYLIB/RATES MYLIB/CALCS MYLIB/ACCOUNTS)) EXPORT(*SRCFILE) SRCFILE(MYLIB/QSRVSRC) SRCMBR(*SRVPGM)
Public Interface
Program BANKER
Module M1
CallPrc Payment
Module Money Procedure Amount Procedure Payment Module RATES Procedure Term Procedure Rate
72
The BANKER program does not have to change because the previous signature is still supported. (See the previous signature in the service program MYLIB/FINANCIAL and the signature saved in BANKER.) If BANKER were re-created by the CRTPGM command, the signature that is saved with BANKER would be the current signature of service program FINANCIAL. The only reason to re-create the program BANKER is if the program used one of the new procedures provided by the service program FINANCIAL. The binder language allows you to enhance the service program without changing the programs or service programs that use the changed service program.
The original symbol Rate was renamed Old_Rate but remains in the same relative position of symbols to be exported. This is important to remember.
Chapter 4. Program Creation Concepts
73
A comment is associated with the Old_Rate symbol. A comment is everything between /* and */. The binder ignores comments in the binder language source when creating a service program. The new procedure Rate, which supports the additional parameter of Credit_History, must also be exported. This updated procedure is added to the end of the list of exports. The following two ways can deal with the original Rate procedure: v Rename the original Rate procedure that supports four parameters as Old_Rate. Duplicate the Old_Rate procedure (calling it Rate). Update the code to support the fth parameter of Credit_History. v Update the original Rate procedure to support the fth parameter of Credit_History. Create a new procedure called Old_Rate. Old_Rate supports the original four parameters of Rate. It also calls the new updated Rate procedure with a dummy fth parameter. This is the preferred method because maintenance is simpler and the size of the object is smaller. Using the updated binder language and a new RATES module that supports the procedures Rate, Term, and Old_Rate, you create the following FINANCIAL service program:
74
Public Interface
Current Signature = Sig 789 Previous Signatures = Sig 456, Sig 123
RV2W1055-2
The ILE programs and service programs that use the original Rate procedure of the FINANCIAL service program go to slot 2. This directs the call to the Old_Rate procedure, which is advantageous because Old_Rate handles the original four parameters. If any of the ILE programs or service programs that used the original Rate procedure need to be re-created, do one of the following: v To continue to use the original four-parameter Rate procedure, call the Old_Rate procedure instead of the Rate procedure. v To use the new Rate procedure, add the fth parameter, Credit_History, to each call to the Rate procedure. When an update to a service program must meet the following requirements: v Support a procedure that changed the number of parameters it can process v Allow existing programs and service programs that use the changed service program to remain unchanged the following steps need to be performed:
75
1. Duplicate the STRPGMEXP, ENDPGMEXP block that contains PGMLVL(*CURRENT). 2. Change the duplicated PGMLVL(*CURRENT) value to PGMLVL(*PRV). 3. In the STRPGMEXP command that contains PGMLVL(*CURRENT), rename the original procedure name, but leave it in the same relative position. In this example, Rate was changed to Old_Rate but left in the same relative position in the list of symbols to be exported. 4. In the STRPGMEXP command that has PGMLVL(*CURRENT), place the original procedure name at the end of the list that supports a different number of parameters. In this example, Rate is added to the end of the list of exported symbols, but this Rate procedure supports the additional parameter Credit_History. 5. Save the changes to the binder language source le. 6. In the le containing the source code, enhance the original procedure to support the new parameter. In the example, this means changing the existing Rate procedure to support the fth parameter of Credit_History. 7. A new procedure is created that handles the original parameters as input and calls the new procedure with a dummy extra parameter. In the example, this means adding the Old_Rate procedure that handles the original parameters and calling the new Rate procedure with a dummy fth parameter. 8. Save the binder language source code changes. 9. Create the module objects with the new and changed procedures. 10. Create the service program from the new and changed modules using the updated binder language.
Changing Programs: The Change Program (CHGPGM) command changes the attributes of a program without requiring recompiling. Some of the changable attributes follow: v The optimization attribute. v The user prole attribute.
v v v v Use adopted authority attribute. The performance collection attribute. The proling data attribute. The program text.
The user can also force re-creation of a program even if the specied attributes are the same as the current attributes. Do this by specifying the force program re-creation (FRCCRT) parameter. | | | | | | | | | Re-creating a program with CHGPGM or CHGSRVPGM while one or more jobs is using it causes an Object Destroyed exception to occur. With the new value, *NOCRT, you can prevent this from inadvertently happening. With this new value you can do a CHGCMDDFT to default FRCCRT to *NOCRT. If any parameters are changed on CHGPGM or CHGSRVPGM that may cause a re-create, specify *NOCRT. A DEP statement in the command denition of CHGPGM and CHGSRVPGM will detect the condition, and no programs changes will occur. At this point you can change the FRCCRT parameter value to either *YES or *NO to get the same results. If you remove any observability, or change the text description,
76
| | |
you will not need to re-create the program object. If that is the case, FRCCRT(*NOCRT) will work as FRCCRT(*NO). For compatability, IBM does not ship *NOCRT as the default. Other jobs running the program may fail by changing any of the parameters that are listed below: v v v v v The The The The The Optimize program prompt (OPTIMIZE parameter). Use adopted authority prompt (USEADPAUT parameter). Enable performance collection prompt (ENBPFRCOL parameter). Proling data prompt (PRFDTA parameter). User prole prompt (USRPRF parameter).
Additionally, forcing a program re-creation by specifying FRCCRT(*YES) may cause other jobs running the program that is being changed to fail.
Program Updates
After an ILE program object or service program is created, you may have to correct an error in it or add an enhancement to it. However, after you service the object, it may be so large that shipping the entire object to your customers is difficult or expensive. You can reduce the shipment size by using the Update Program (UPDPGM) or Update Service Program (UPDSRVPGM) command. These commands replace only the specied modules, and only the changed or added modules have to be shipped to your customers. If you use the PTF process, an exit program containing one or more calls to the UPDPGM or UPDSRVPGM commands can be used to do the update functions. Binding the same module to multiple program objects or service programs requires running the UPDPGM or UPDSRVPGM command against each *PGM and *SRVPGM object. For example, Figure 40 on page 78
77
Public Interface
Term Old_Rate Amount Payment OpenAccount CloseAccount Rate Module MONEY Procedure Amount Module MONEY Procedure Payment Procedure Amount Procedure Payment
Current Signature = Sig 789 Previous Signatures = Sig 456, Sig 123
RV3W105-0
Be careful not to update a program or service program while the program remains activated in another job. Otherwise, updates to that job remain inactive until the reclaimed by activation or signoff. The allow update (ALWUPD) and allow *SRVPGM library update (ALWLIBUPD) parameters on the CRTPGM or CRTSRVPGM command determine whether a program object or service program can be updated. By specifying ALWUPD(*NO), the modules in a program object or service program cannot be replaced by the UPDPGM or UPDSRVPGM command. By specifying ALWUPD(*YES) and ALWLIBUPD(*YES), you can update your program to use a service program from a library that was not previously specied. By specifying ALWUPD(*YES) and ALWLIBUPD(*NO), you can update the modules, but not the bound service program library. You can not specify ALWUPD(*NO) and ALWLIBUPD(*YES) at the same time.
78
79
v Binding directories specied on the command. If a module in one of these binding directories contains a required export, the module is added to the program or service program. If a service program in one of these binding directories contains a required export, the service program is bound by reference to the program or service program. v Implicit binding directories. An implicit binding directory is a binding directory that contains exports that may be needed to create a program that contains the module. Every ILE compiler builds a list of implicit binding directories into each module it creates. If those extra imports cannot be resolved, the update operation fails unless OPTION(*UNRSLVREF) is specied on the update command.
80
v For ease of maintenance, include each module in only one program or service program. If more than one program needs to use a module, put the module in a service program. That way, if you have to redesign a module, you only have to redesign it in one place. v To ensure your signature, use the binder language whenever you create a service program. The binder language allows the service program to be easily updated without having to re-create the using programs and service programs. The Retrieve Binder Source (RTVBNDSRC) command can be used to help generate the binder language source based on exports from one or more modules. If either of the following conditions exists: A service program will never change Users of the service program do not mind changing their programs when a signature changes you do not need to use the binder language. Because this situation is not likely for most applications, consider using the binder language for all service programs. v If other people will use a program object or service program that you create, specify OPTION(*RSLVREF) when you create it. When you are developing an application, you may want to create a program object or service program with unresolved imports. However, when in production, all the imports should be resolved. If OPTION(*WARN) is specied, unresolved references are listed in the job log that contains the CRTPGM or CRTSRVPGM request. If you specify a listing on the DETAIL parameter, they are also included on the program listing. You should keep the job log or listing. v When designing new applications, determine if common procedures that should go into one or more service programs can be identied. It is probably easiest to identify and design common procedures for new applications. If you are converting an existing application to use ILE, it may be more difficult to determine common procedures for a service program. Nevertheless, try to identify common procedures needed by the application and try to create service programs containing the common procedures. v When converting an existing application to ILE, consider creating a few large programs. With a few, usually minor changes, you can easily convert an existing application to take advantage of the ILE capabilities. After you create the modules, combining them into a few large programs may be the easiest and least expensive way to convert to ILE. Using a few large programs rather than many small programs has the additional advantage of using less storage. v Try to limit the number of service programs your application uses. This may require a service program to be created from more than one module. The advantages are a faster activation time and a faster binding process. There are very few right answers for the number of service programs an application should use. If a program uses hundreds of service programs, it is probably using too many. On the other hand, one service program may not be practical either. As an example, approximately 10 service programs are provided for the language-specic and common run-time routines provided by the OS/400. Over
Chapter 4. Program Creation Concepts
81
70 modules went into creating these 10 service programs. This ratio seems to be a good balance for performance, understandability, and maintainability.
82
83
Activation Group A1 ILE User One Program A CALLPRC P1 ID=ONE Activation Group A3 ILE Service Program X Procedure P1
. . .
Procedure P10 Static Storage Activation Group A2 ILE User Two Program B CALLPRC P1 ID=TWO ID=ONE U1, U2,... ID=TWO U1, U2,... Variables
RV2W1042-0
Each call to a procedure in service program X requires a user handle. The eld ID represents a user handle in this example. Each user is responsible for providing this handle. An initialization routine to return a unique handle for each user is implemented by you. When a call is made to your service program, the user handle is used to locate the storage variables that relate to this user. While saving activation-group creation time, you can support multiple clients at the same time.
84
example. When call-level scoping is used, each data management resource is given the same level numbers as the call stack entry that created that resource.
Default Activation Group Call Stack OPM Program A Number 102 OPM Program B RCLRSC LVL(*) Number 104 OPM Program C Number 106 ILE Program D Number 108 Shared ODP F1 Number 108 ODP F3 Number 106 ODP F2 Number 104 ODP F1 Number 102
OPM Program A Activation Number 101 OPM Program B Activation Number 103 OPM Program C Activation Number 105 ILE Program D Activation Number 107 *DFTACTGRP Activation Group A1 ILE Program A Activation Number 199
In this example, the calling sequence is programs A, B, C, and D. Programs D and C return to program B. Program B is about to use the RCLRSC command with an option of LVL(*). The RCLRSC command uses the level (LVL) parameter to clean up resources. All resources with a call-level number greater than the call-level number of the current call stack entry are cleaned up. In this example, call-level number 104 is used as the starting point. All resources greater than call-level number 104 are deleted. Note that resouces in call level 200 and 201 are unaffected by RCLRSC because they are in an ILE activation group. RCLRSC works only in the default activation group.
85
In addition, the storage from programs C and D and the open data path (ODP) for le F3 is closed. File F1 is shared with the ODP opened in program A. The shared ODP is closed, but le F1 remains open.
86
Service programs may export data to be used by other programs and service programs in the same activation group. v Shared data management resources Open les and other data management resources may be shared between the service program and other programs in the activation group. The service program may issue a commit operation or a rollback operation that affects the other programs in the activation group. v No control boundary Unhandled exceptions within the service program percolate to the client programs. HLL end verbs used within the service program can delete the activation group of the client programs. For the ACTGRP(name) option, the service program functions as follows: v Separate address space for variables The client program cannot manipulate pointers to address your working storage. This may be important if your service program is running with adopted authority. v Separate data management resources You have your own open les and commitment denitions. The accidental sharing of open les is prevented. v State information controlled You control when the application storage is deleted. By using HLL end verbs or normal language return statements, you can decide when to delete the application. You must, however, manage the state information for multiple clients.
87
88
Call Stack
The call stack is a last-in-rst-out (LIFO) list of call stack entries, one entry for each called procedure or program. Each call stack entry has information about the automatic variables for the procedure or program and about other resources scoped to the call stack entry, such as condition handlers and cancel handlers. There is one call stack per job. A call adds a new entry on the call stack for the called procedure or program and passes control to the called object. A return removes the stack entry and passes control back to the calling procedure or program in the previous stack entry.
89
Dynamic Program Call Program Entry Procedure Static Procedure Call ILE
RV2W1034-1
Figure 43. Dynamic Program Calls and Static Procedure Calls on the Call Stack
Figure 43 illustrates the call stack for this example. The most recently called entry on the stack is depicted at the bottom of the stack. It is the entry that is currently processing. The current call stack entry may do either of the following: v Call another procedure or program, which adds another entry to the bottom of the stack. v Return control to its caller after it is done processing, which removes itself from the stack. Assume that, after procedure P1 is done, no more processing is needed from Program B. Procedure P1 returns control to the UEP, and P1 is removed from the stack. Then the UEP returns control to the PEP, and the UEP is removed from the stack. Finally, the PEP returns control to Program A, and the PEP is removed from the stack. Only Program A is left on this segment of the call stack. Program A continues processing from the point where it made the dynamic program call to Program B.
90
are bound to this program are also activated. The procedures in an ILE service program can be accessed only by static procedure calls or by procedure pointer calls (not by dynamic program calls).
91
by reference A pointer to the data object is placed into the argument list. Changes made by the called procedure to the argument are reected in the calling procedure. Figure 44 illustrates these argument passing styles. Not all ILE languages support passing by value, directly. The available passing styles are described in the ILE HLL programmers guides.
By value, directly a copy of argument
HLL semantics usually determine when data is passed by value and when it is passed by reference. For example, ILE C/400 passes and accepts arguments by value, directly, while for ILE COBOL/400 and ILE RPG/400, arguments are usually passed by reference. You must ensure that the calling program or procedure passes arguments in the manner expected by the called procedure. The ILE HLL programmers guides contain more information on passing arguments to different languages. A maximum of 400 arguments are allowed on a static procedure call. Each ILE language may further restrict the maximum number of arguments. The ILE languages support the following argument-passing styles: v ILE C/400 passes and accepts arguments by value directly, widening integers and oating-point values. Arguments can also be passed by value indirectly by specifying the #pragma argument directive for a called function. v ILE COBOL/400 passes arguments by reference or by value indirectly. ILE COBOL/400 accepts parameters only indirectly. v ILE RPG/400 passes and accepts arguments by reference. v ILE CL passes and accepts arguments by reference.
Function Results
To support HLLs that allow the denition of functions (procedures that return a result argument), the model assumes that a special function result argument may be present, as shown in Figure 45 on page 93. As described in the ILE HLL
92
programmers guides, ILE languages that support function results use a common mechanism for returning function results.
Calling Procedure
Call
Return
Called Procedure
RV2W1028-1
Omitted Arguments
All ILE languages can simulate omitted arguments, which allows the use of the feedback code mechanism for ILE condition handlers and other run-time procedures. For example, if an ILE C/400 procedure or an ILE bindable API is expecting an argument passed by reference, you can sometimes omit the argument by passing a null pointer in its place. For information about how to specify an omitted argument in a specic ILE language, refer to the programmers guide for that language. The System API Reference species which arguments can be omitted for each API. For ILE languages that do not provide an intrinsic way for a called procedure to test if an argument has been omitted, the Test for Omitted Argument (CEETSTA) bindable API is available.
93
In contrast to static procedure calls, which are bound at compile time, symbols for dynamic program calls are resolved to addresses when the call is performed. As a result, a dynamic program call uses more system resources than a static procedure call. Examples of a dynamic program call include: v A call to an ILE program, an EPM program, or an OPM program v A call to a non-bindable API A dynamic program call to an ILE program passes control to the PEP of the identied program, which then passes control to the UEP of the program. After the called program is done processing, control is passed back to the instruction following the call program instruction.
Operational Descriptors
Operational descriptors may be useful to you if you are writing a procedure or API that can receive arguments from procedures written in different HLLs. Operational descriptors provide descriptive information to the called procedure in cases where the called procedure cannot precisely anticipate the form of the argument (for example, different types of strings). The additional information allows the procedure to properly interpret the arguments.
94
The argument supplies the value; the operational descriptor supplies information about the arguments size and type. For example, this information may include the length of a character string and the type of string. With operational descriptors, services such as bindable APIs are not required to have a variety of different bindings for each HLL, and HLLs do not have to imitate incompatible data types. A few ILE bindable APIs use operational descriptors to accommodate the lack of common string data types between HLLs. The presence of the operational descriptor is transparent to the API user. Operational descriptors support HLL semantics while being invisible to procedures that do not use or expect them. Each ILE language can use data types that are appropriate to the language. Each ILE language compiler provides at least one method for generating operational descriptors. For more information on HLL semantics for operational descriptors, refer to the ILE HLL reference manual. Operational descriptors are distinct from other data descriptors with which you may be familiar. For instance, they are unrelated to the descriptors associated with distributed data or les.
95
ILE Program D CALLPRC P4 STUB Activation Group A1 ILE Program H CALLPRC P1 ILE Service Program X Procedure P1
. . .
. . .
Procedure P4
RV2W1047-1
Programs B through D are the ILE program stubs. Service program X contains the actual implementation of each bindable API. Each program stub and the service program are given the same activation group name. In this example, the activation group name VENDOR1 is chosen. Activation group VENDOR1 is created by the system when necessary. The dynamic program call from OPM program A creates the activation group on the rst call from an OPM program. The static procedure call from ILE program H creates the activation group when ILE program H is activated. Once the activation group exists, it may be used from either program A or program H.
96
You should write the implementation of your API in an ILE procedure (procedure P1 in this example). This procedure may be called either directly through a procedure call or indirectly through a dynamic program call. You should not implement any functions such as sending exception messages that depend on a specic call stack structure. A normal return from either the program stub or the implementing procedure leaves the activation group in the job for later use. You can implement your API procedure with the knowledge that a control boundary is established for either the program stub or the implementing procedure on each call. HLL end verbs delete the activation group whether the call originated from an OPM program or an ILE program.
97
98
| | | | | | | | | | | | | | | | | | | | | |
Dynamic Storage
There are two types of dynamic storage: Heap and teraspace.
Heap
The operating system allows the use of multiple heaps that are dynamically created and discarded. A heap is an area of storage that is used for allocations of dynamic storage. The amount of dynamic storage that is required by an application depends on the data being processed by the programs and procedures that use the heap.
Heap Characteristics
Each heap has the following characteristics: v The system assigns a unique heap identier to each heap within the activation group. The heap identier for the default heap is always zero. A storage management-bindable API, called by a program or procedure, uses the heap identier to identify the heap on which it is to act. The bindable API must run within the activation group that owns the heap. v The activation group that creates a heap also owns it. Because activation groups own heaps, the lifetime of a heap is no longer than that of the owning activation group. The heap identier is meaningful and unique only within the activation group that owns it. v You can dynamically extend the size of a heap to satisfy allocation requests.
99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
The maximum size of the heap is 4 gigabytes minus 512K bytes. This is the maximum heap size if the total number of allocations (at any one time) does not exceed 128 000. v The maximum size of any single allocation from a heap is limited to 16 megabytes minus 64K bytes.
Default Heap
The rst request for dynamic storage from the default heap within an activation group results in the creation of a default heap from which the storage allocation takes place. If there is insufficient storage in the heap to satisfy any subsequent requests for dynamic storage, the system extends the heap and allocates additional storage. Allocated dynamic storage remains allocated until explicitly freed or until the system discards the heap. The default heap is discarded only when the owning activation group ends. Programs in the same activation group automatically share dynamic storage provided the default heap allocated the storage. However, you can isolate the dynamic storage that is used by some programs and procedures within an activation group. You do this by creating one or more heaps.
User-Created Heaps
You can explicitly create and discard one or more heaps by using ILE bindable APIs. This gives you the capability of managing the heaps and the dynamic storage that is allocated from those heaps. For example, dynamic storage allocated in user-created heaps for programs within an activation group may or may not be shared. The sharing of dynamic storage depends on which heap identier is referred to by the programs. You can use more than one heap to avoid automatic sharing of dynamic storage. In this way you can isolate logical groups of data. Following are some additional reasons for using one or more user-created heaps: v You can group certain storage objects together to meet a one-time requirement. Once you meet that requirement, you can free the dynamic storage that was allocated by a single call to the Discard Heap (CEEDSHP) bindable API. This operation frees the dynamic storage and discards the heap. In this way, dynamic storage is available to meet other requests. v You can free multiple dynamic storage that is allocated at once by using the Mark Heap (CEEMKHP) and Release Heap (CEERLHP) bindable APIs. The CEEMKHP bindable API allows you to mark a heap. When you are ready to free the group of allocations that were made since the heap was marked, use the CEERLHP bindable API. Using the mark and release functions leaves the heap intact, but frees the dynamic storage that is allocated from it. In this way, you can avoid the system overhead that is associated with heap creation by re-using existing heaps to meet dynamic storage requirements. v Your storage requirements may not match the storage attributes that dene the default heap. For example, the initial size of the default heap is 4K bytes. However, you require a number of dynamic storage allocations that together exceed 4K bytes. You can create a heap with a larger initial size than 4K bytes. This reduces the system overhead which would otherwise occur both when implicitly extending the heap and subsequently accessing the heap extensions.
100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
Similarly, you can have heap extensions larger than 4K bytes. For information about dening heap sizes, see Heap Allocation Strategy and the discussion of heap attributes. You may have other reasons for using multiple heaps rather than the default heap. The storage management-bindable APIs give you the capability to manage both the heaps that you create and the dynamic storage that is allocated in those heaps. See the System API Reference for an explanation of the storage management-bindable APIs.
Single-Heap Support
Languages that do not have intrinsic multiple-heap storage support, such as ILE C/400, use the default heap. You cannot use the Discard Heap (CEEDSHP), the Mark Heap (CEEMKHP), or the Release Heap (CEERLHP) bindable APIs with the default heap. You can free dynamic storage that is allocated by the default heap by using explicit free operations, or by ending the activation group that owns it. These restrictions on the use of the default heap help prevent inadvertent release of allocated dynamic storage in mixed-language applications. Remember to consider release heap and discard heap operations as insecure for large applications that re-use existing code with potentially different storage support. Remember not to use release heap operations that are valid for the default heap. This causes multiple parts of an application that uses the mark function correctly when used separately to possibly fail when used together.
101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
explicitly created heaps through the Dene Heap Allocation Strategy (CEE4DAS) bindable API. Then, when you explicitly create a heap, the heap attributes are provided by the allocation strategy that you dened. In this way you can dene separate allocation strategies for one or more explicitly created heaps. You can use the CEECRHP bindable API without dening an allocation strategy. In this case, the heap is dened by the attributes of the _CEE4ALC allocation strategy type. The _CEE4ALC allocation strategy type species a heap creation size of 4K bytes and an extension size of 4K bytes. The _CEE4ALC allocation strategy type contains the following attributes:
Max_Sngl_Alloc Min_Bdy Crt_Size Ext_Size Alloc_Strat No_Mark Blk_Xfer PAG Alloc_Init Init_Value = = = = = = = = = = 16MB - 64K /* maximum size of a single allocation */ 16 /* minimum boundary alignment of any allocation */ 4K /* initial creation size of the heap */ 4K /* the extension size of the heap */ 0 /* a choice for allocation strategy */ 1 /* a group deallocation choice */ 0 /* a choice for block transfer of a heap */ 0 /* a choice for heap creation in a PAG */ 0 /* a choice for allocation initialization */ 0x00 /* initialization value */
The attributes are shown here to illustrate the structure of the _CEE4ALC allocation strategy type. For a full explanation of the attributes, see the description of the _CEE4ALC allocation strategy type in the System API Reference.
Teraspace
A teraspace is temporary, dynamic storage that programs and procedures can use at run time. It provides a 1-terabyte address space to a process. A teraspace is not a space object. This means it is not a system object and that you cannot refer to it by using a system pointer. However, teraspace storage is addressable with space pointers. Teraspace storage allocations are controlled with a set of APIs.
Teraspace Characteristics
Teraspace adds capabilities beyond heap. Teraspace has the following characteristics: v The machine provides at most one teraspace per process, when a running program requests teraspace storage. Teraspace can exist no longer than the time between process initiation and process completion. v Unless you explicitly request shared access, you can only address a teraspace from one process. The system does not support other attempts to address it from other processes. Such an action has undened behavior. v Teraspace has much larger capacity than heap. You can dynamically increase the size of a teraspace to satisfy allocation requests. The maximum size of a teraspace is 1 terabyte (1024 gigabytes). v The maximum size of any single allocation from a teraspace is limited to 2147483408 bytes if ILE C runtime interfaces malloc(), calloc() or realloc() is used. If the Portable Operating System Interface for Computer Environments (POSIX) Shared Memory APIs are used, then the maximum size of a single allocation is 4,294,967,295 bytes (4 GB - 1). v A teraspace may consist of many individually allocated and deallocated separate areas. Addressability holes may exist between these areas.
102
| | | | | | | | | | | | | | | | | | |
Compiler Options
ILE C and C++ compilers provide teraspace options to: v Request that generated code is enabled to work with teraspace storage. This includes teraspace storage that is allocated by the generated code and parameters that are passed from other teraspace-enabled programs and service programs. v Use teraspace versions of storage interfaces without source code changes. For example, malloc() is mapped to _C_TS_malloc(). See ILE C for AS/400 Programmers Guide, LPS: VisualAge for C++ for AS/400, or VisualAge C++ for OS/400 Read Me First! for details on these compiler options.
1. Teraspace compiler options are available from ILE C and C++ compilers to automatically map malloc(), free(), calloc() and realloc() to their teraspace versions. Chapter 7. Storage Management
103
The Dene Heap Allocation Strategy (CEE4DAS) bindable API denes an allocation strategy that determines the attributes for a heap created with the CEECRHP bindable API. See the System API Reference for specic information about the storage management bindable APIs.
104
105
Call Stack
. . .
Resume Cursor
The handle cursor is currently at the second exception handler dened in the exception handler priority list for procedure P2. The handler procedure P10 is currently called by the system. If procedure P10 handles the exception and returns, control goes to the current resume cursor location dened in procedure P3. This example assumes that procedure P3 percolated the exception to procedure P2. The exception handler procedure P10 can modify the resume cursor with the Move Resume Cursor (CEEMRCR) bindable API. Two options are provided with this API. An exception handler can modify the resume cursor to either of the following: v The call stack entry containing the handle cursor v The call stack entry prior to the handle cursor In Figure 47, you could modify the resume cursor to either procedure P2 or P1. After the resume cursor is modied and the exception is marked as handled, a normal return from your exception handler returns control to the new resume point.
106
107
Escape
3 (Severe error)
108
Table 5. Default Responses to Unhandled Exceptions (continued) Message Type Severity of Condition Condition Raised by the Signal a Condition (CEESGL) Bindable API Escape 4 (Critical ILE error) Log the escape message and send a function check message to the call stack entry of the current resume point. Function check 4 (Critical ILE error) Not applicable
Exception Originated from Any Other Source Log the escape message and send a function check message to the call stack entry of the current resume point. End the application, and send the CEE9901 message to the caller of the control boundary.
Note: When the application is ended by an unhandled function check, the activation group is deleted if the control boundary is the oldest call stack entry in the activation group.
Nested Exceptions
A nested exception is an exception that occurs while another exception is being handled. When this happens, processing of the rst exception is temporarily suspended. The system saves all of the associated information such as the locations of the handle cursor and resume cursor. Exception handling begins again with the most recently generated exception. New locations for the handle cursor and resume cursor are set by the system. Once the new exception has been properly handled, handling activities for the original exception normally resume. When a nested exception occurs, both of the following are still on the call stack: v The call stack entry associated with the original exception v The call stack entry associated with the original exception handler To reduce the possibility of exception handling loops, the system stops the percolation of a nested exception at the original exception handler call stack entry. Then the system promotes the nested exception to a function check message and percolates the function check message to the same call stack entry. If you do not handle the nested exception or the function check message, the system ends the application by calling the Abnormal End (CEE4ABN) bindable API. In this case, message CEE9901 is sent to the caller of the control boundary. If you move the resume cursor while processing the nested exception, you can implicitly modify the original exception. To cause this to occur, do the following: 1. Move the resume cursor to a call stack entry earlier than the call stack entry that incurred the original exception 2. Resume processing by returning from your handler
Condition Handling
ILE conditions are OS/400 exception messages represented in a manner independent of the system. An ILE condition token is used to represent an ILE condition. Condition handling refers to the ILE functions that allow you to handle errors separately from language-specic error handling. Other SAA systems have
109
implemented these functions. You can use condition handling to increase the portability of your applications between systems that have implemented condition handling. ILE condition handling includes the following functions: v Ability to dynamically register an ILE condition handler v Ability to signal an ILE condition v Condition token architecture v Optional condition token feedback codes for bindable ILE APIs These functions are described in the topics that follow.
Facility_ID
I_S_Info
64
Msg_No
16 RV2W1032-2
Every condition token contains the components indicated in Figure 48: Condition_ID A 4-byte identier that, with the Facility_ID, describes the condition that the token communicates. ILE bindable APIs and most applications produce case 1 conditions.
110
Case
A 2-bit eld that denes the format of the Condition_ID portion of the token. ILE conditions are always case 1.
Severity A 3-bit binary integer that indicates the severity of the condition. The Severity and MsgSev elds contain the same information. See Table 5 on page 108 for a list of ILE condition severities. See Table 7 on page 112 and Table 8 on page 112 for the corresponding OS/400 message severities. Control A 3-bit eld containing ags that describe or control various aspects of condition handling. The third bit species whether the Facility_ID has been assigned by IBM. Facility_ID A 3-character alphanumeric string that identies the facility that generated the condition. The Facility_ID indicates whether the message was generated by the system or an HLL run time. Table 6 lists the facility IDs used in ILE. I_S_Info A 4-byte eld that identies the instance specic information associated with a given instance of the condition. This eld contains the reference key to the instance of the message associated with the condition token. If the message reference key is zero, there is no associated message. MsgSev A 2-byte binary integer that indicates the severity of the condition. MsgSev and Severity contain the same information. See Table 5 on page 108 for a list of ILE condition severities. See Table 7 on page 112 and Table 8 on page 112 for the corresponding OS/400 message severities. Msg_No A 2-byte binary number that identies the message associated with the condition. The combination of Facility_ID and Msg_No uniquely identies a condition. Table 6 contains the facility IDs used in ILE condition tokens and in the prex of OS/400 messages.
Table 6. Facility IDs Used in Messages and ILE Condition Tokens Facility ID Facility CEE ILE common library CPF OS/400 XPF message MCH OS/400 machine exception message
111
Equal Tokens To determine whether two condition tokens are equal, (that is, they represent the same instance of a condition), compare all 12 bytes of each condition token with one another. The last 4 bytes can change from instance to instance of a condition.
xxxx
Table 7 and Table 8 show how ILE condition severity maps to OS/400 message severity.
Table 7. Mapping AS/400 *ESCAPE Message Severities to ILE Condition Severities From AS/400 Message To ILE Condition Severity To AS/400 Message Severity Severity 0-29 2 20 30-39 3 30 40-99 4 40 Table 8. Mapping AS/400 *STATUS and *NOTIFY Message Severities to ILE Condition Severities From AS/400 Message To ILE Condition Severity To AS/400 Message Severity Severity 0 0 0 1-99 1 10
112
information area. The instance specic information of the condition token is the message reference key of the informational message. This is used by the system to react to the condition. 3. If a detected condition is critical (severity is 4), the system sends an exception message to the caller of the bindable API. 4. If a detected condition is not critical (severity less than 4), the condition token is returned to the routine that called the bindable API. 5. When the condition token is returned to your application, you have the following options: v Ignore it and continue processing. v Signal the condition using the Signal a Condition (CEESGL) bindable API. v Get, format, and dispatch the message for display using the Get, Format, and Dispatch a Message (CEEMSG) bindable API. v Store the message in a storage area using the Get a Message (CEEMGET) bindable API. v Use the Dispatch a Message (CEEMOUT) bindable API to dispatch a user-dened message to a destination that you specify. v When the caller of the API regains control, the informational message is removed and does not appear in the job log. If you omit the feedback code parameter when you are calling a bindable API, the bindable API sends an exception message to the caller of the bindable API.
113
114
Debug Mode
To use the source debugger, your session must be in debug mode. Debug mode is a special environment in which program debug functions can be used in addition to normal system functions. Your session is put into debug mode when you run the Start Debug (STRDBG) command.
Debug Environment
A program can be debugged in either of the two environments: v The OPM debug environment. All OPM programs are debugged in this environment unless the OPM programs are explicitly added to the ILE debug environment. v The ILE debug environment. All ILE programs are debugged in this environment. In addition, an OPM program is debugged in this environment if all of the following criteria are met: It is a CL, COBOL or RPG program. It is complied with OPM source debug data. By setting the OPMSRC parameter of the STRDBG command to indicate *YES. The ILE debug environment provides source level debug support. The debug capability comes directly from statement, source, or list views of the code. Once an OPM program is in the ILE debug environment, the system will provide seamless debugging of both the ILE and OPM programs through the same user interface. For information on how to use the source debugger for OPM programs in the ILE debug environment, see online help or the programmers guide for the equivalent ILE high-level language (HLL) you are using for the OPM language: CL, COBOL, or RPG. For example, you can refer to the ILE RPG for AS/400 Programmers Guide for information on debugging OPM RPG programs in the ILE debug environment.
115
OPM programs in the ILE debug environment that can be in debug mode at one time is not limited. However, the maximum amount of debug data that is supported at one time is 16MB per module. You must have *CHANGE authority to a program or service program to add it to debug mode. A program or service program can be added to debug mode when it is stopped on the call stack. ILE programs and service programs are accessed by the source debugger one module at a time. When you are debugging an ILE program or service program, you may need to debug a module in another program or service program. That second program or service program must be added to debug mode before the module in the second program can be debugged. When debug mode ends, all programs are removed from debug mode.
Observability
Module observability consists of two types of data: Debug Data Represented by the *DBGDTA value. This data is necessary to allow a module to be debugged. Creation Data Represented by the *CRTDTA value. This data is necessary to translate the code to machine instructions. The module must have this data for you to change the module optimization level. Once a module is compiled, you can only remove this data. Using the Change Module (CHGMOD) command, you can remove either type of data from the module, or remove both types. Removing all observability reduces the module to its minimum size (with compression). Once this data is removed, you cannot change the module in any way unless you compile the module again and replace the data. To compile it again, you must have authority to the source code.
Optimization Levels
Generally, if a module has creation data, you can change the level at which the source code is optimized to run on the system. Processing shortcuts are translated into machine code, allowing the procedures in the module to run more efficiently. The higher the optimization level, the more efficiently the procedures in the module run. However, with more optimization you cannot change variables and may not be able to view the actual value of a variable during debugging. When you are debugging,
116
set the optimization level to 10 (*NONE). This provides the lowest level of performance for the procedures in the module but allows you to accurately display and change variables. After you have completed your debugging, set the optimization level to 30 (*FULL) or 40. This provides the highest level of performance for the procedures in the module.
Module Views
The levels of debug data available may vary for each module in an ILE program or service program. The modules are compiled separately and could be produced with different compilers and options. These debug data levels determine which views are produced by the compiler and which views are displayed by the source debugger. Possible values are: *NONE No debug views are produced. *STMT No source is displayed by the debugger, but breakpoints can be added using procedure names and statement numbers found on the compiler listing. The amount of debug data stored with this view is the minimum amount of data necessary for debugging. *SOURCE The source debugger displays source if the source les used to compile the module are still present on the system. *LIST The list view is produced and stored with the module. This allows the source debugger to display source even if the source les used to create the module are not present on the system. This view can be useful as a backup copy if the program will be changed. However, the amount of debug data may be quite large, especially if other les are expanded into the listing. The compiler options used when the modules were created determine whether the includes are expanded. Files that can be expanded include DDS les and include les (such as ILE C/400 includes, ILE RPG/400 /COPY les, and ILE COBOL/400 COPY les). All debug views are produced. As for the list view, the amount of debug data may be very large.
*ALL
ILE RPG/400 also has a debug option *COPY that produces both a source view and a copy view. The copy view is a debug view that has all the /COPY source members included.
117
Watch Support
The Watch support provides the ability to stop program execution when the content of a specied storage location is changed. The storage location is specied by the name of a program variable. The program variable is resolved to a storage location and the content at this location is monitored for changes. If the content at the storage location is changed, execution stops. The interrupted program source is displayed at the point of interruption, and the source line that is highlighted will be run after the statement that changed the storage location.
Unmonitored Exceptions
When an unmonitored exception occurs, the program that is running issues a function check and sends a message to the job log. If you are in debug mode and the modules of the program were created with debug data, the source debugger shows the Display Module Source display. The program is added to debug mode if necessary. The appropriate module is shown on the display with the affected line highlighted. You can then debug the program.
118
The above restriction for Japan Katakana code pages does not apply when using identier names in debug commands (for example, EVAL). However, when debugging ILE RPG/400, ILE COBOL/400, or ILE CL modules, identier names in debug commands are converted to uppercase by the source debugger and therefore may be redisplayed differently.
119
120
121
exist among one source job and multiple target jobs or systems. For more information about remote SQL connections, see the DB2 UDB for AS/400 SQL Programming book. User interface manager The Open Print Application (QUIOPNPA) and Open Display Application APIs support an application scope parameter. These APIs can be used to scope the user interface manager (UIM) application to either an activation group or the job. For more information about the user interface manager, see the System API Reference Open data links (open le management) The Enable Link (QOLELINK) API enables a data link. If this API is used from within an ILE activation group, the data link is scoped to that activation group. If this API is used from within the default activation group, the data link is scoped to the call level. For more information about open data links, see the System API Reference Common Programming Interface (CPI) Communications conversations The activation group that starts a conversation owns that conversation. The activation group that enables a link through the Enable Link (QOLELINK) API owns the link. For more information about Common Programming Interface (CPI) Communications conversations, see the System API Reference . Hierarchical le system The Open Stream File (OHFOPNSF) API manages hierarchical le system (HFS) les. The open information (OPENINFO) parameter on this API may be used to control scoping to either the activation group or the job level. For more information about the hierarchical le system, see the System API Reference .
122
within that job. The commitment control information in the commitment denition is maintained by the system as the commitment resources change. The commitment denition is ended by using the End Commitment Control (ENDCMTCTL) command. For more information about commitment control, see Backup and Recovery
123
124
The system automatically closes any les scoped to the activation group when the activation group ends. This includes any database les scoped to the activation group opened under commitment control. The close operation for any such le occurs before any implicit commit operation that is performed for the commitment denition at the activation-group level. Therefore, any records that reside in an I/O buffer are rst forced to the database before any implicit commit operation is performed. As part of the implicit commit operation or rollback operation, the system calls the API commit and rollback exit program for each API commitment resource. Each API commitment resource must be associated with the commitment denition at the activation-group level. After the API commit and rollback exit program is called, the system automatically removes the API commitment resource. If the following conditions exist: v An implicit rollback operation is performed for a commitment denition that is being ended because an activation group is being ended v A notify object is dened for the commitment denition the notify object is updated.
125
126
127
Construct a Condition Token (CEENCOD) Decompose a Condition Token (CEEDCOD) Handle a Condition (CEE4HC) Move the Resume Cursor to a Return Point (CEEMRCR) Register a User-Written Condition Handler (CEEHDLR) Retrieve ILE Version and Platform ID (CEEGPID) Return the Relative Invocation Number (CEE4RIN) Signal a Condition (CEESGL) Unregister a User Condition Handler (CEEHDLU) Date and Time Bindable APIs Calculate Day-of-Week from Lilian Date (CEEDYWK) Convert Date to Lilian Format (CEEDAYS) Convert Integers to Seconds (CEEISEC) Convert Lilian Date to Character Format (CEEDATE) Convert Seconds to Character Timestamp (CEEDATM) Convert Seconds to Integers (CEESECI) Convert Timestamp to Number of Seconds (CEESECS) Get Current Greenwich Mean Time (CEEGMT) Get Current Local Time (CEELOCT) Get Offset from Universal Time Coordinated to Local Time (CEEUTCO) Get Universal Time Coordinated (CEEUTC) Query Century (CEEQCEN) Return Default Date and Time Strings for Country (CEEFMDT) Return Default Date String for Country (CEEFMDA) Return Default Time String for Country (CEEFMTM) Set Century (CEESCEN) Math Bindable APIs The x in the name of each math bindable API refers to one of the following data types: I S D T E 32-bit binary integer 32-bit single oating-point number 64-bit double oating-point number 32-bit single oating-complex number (both real and imaginary parts are 32 bits long) 64-bit double oating-complex number (both real and imaginary parts are 64 bits long) Absolute Function (CEESxABS) Arccosine (CEESxACS) Arcsine (CEESxASN) Arctangent (CEESxATN) Arctangent2 (CEESxAT2) Conjugate of Complex (CEESxCJG) Cosine (CEESxCOS) Cotangent (CEESxCTN)
128
Error Function and Its Complement (CEESxERx) Exponential Base e (CEESxEXP) Exponentiation (CEESxXPx) Factorial (CEE4SIFAC) Floating Complex Divide (CEESxDVD) Floating Complex Multiply (CEESxMLT) Gamma Function (CEESxGMA) Hyperbolic Arctangent (CEESxATH) Hyperbolic Cosine (CEESxCSH) Hyperbolic Sine (CEESxSNH) Hyperbolic Tangent (CEESxTNH) Imaginary Part of Complex (CEESxIMG) Log Gamma Function (CEESxLGM) Logarithm Base 10 (CEESxLG1) Logarithm Base 2 (CEESxLG2) Logarithm Base e (CEESxLOG) Modular Arithmetic (CEESxMOD) Nearest Integer (CEESxNIN) Nearest Whole Number (CEESxNWN) Positive Difference (CEESxDIM) Sine (CEESxSIN) Square Root (CEESxSQT) Tangent (CEESxTAN) Transfer of Sign (CEESxSGN) Truncation (CEESxINT) Additional math bindable API: Basic Random Number Generation (CEERAN0) Message Handling Bindable APIs Dispatch a Message (CEEMOUT) Get a Message (CEEMGET) Get, Format, and Dispatch a Message (CEEMSG) Program or Procedure Call Bindable APIs Get String Information (CEEGSI) Retrieve Operational Descriptor Information (CEEDOD) Test for Omitted Argument (CEETSTA) Source Debugger Bindable APIs Allow a Program to Issue Debug Statements (QteSubmitDebugCommand) Enable a Session to Use the Source Debugger (QteStartSourceDebug) Map Positions from One View to Another (QteMapViewPosition) Register a View of a Module (QteRegisterDebugView) Remove a View of a Module (QteRemoveDebugView) Retrieve the Attributes of the Source Debug Session (QteRetrieveDebugAttribute)
Chapter 11. ILE Bindable Application Programming Interfaces
129
Retrieve the List of Modules and Views for a Program (QteRetrieveModuleViews) Retrieve the Position Where the Program Stopped (QteRetrieveStoppedPosition) Retrieve Source Text from the Specied View (QteRetrieveViewText) Set the Attributes of the Source Debug Session (QteSetDebugAttribute) Take a Job Out of Debug Mode (QteEndSourceDebug) Storage Management Bindable APIs Create Heap (CEECRHP) Dene Heap Allocation Strategy (CEE4DAS) Discard Heap (CEEDSHP) Free Storage (CEEFRST) Get Heap Storage (CEEGTST) Mark Heap (CEEMKHP) Reallocate Storage (CEECZST) Release Heap (CEERLHP)
130
Types of Proling
| | | | You can prole your programs in the following two ways: v Block order v Procedure order and block order Block order proling records the number of times each side of a conditional branch is taken. It reorders code within the bound module so that the more frequently used condition does not branch. This improves the instruction cache utilization by increasing the likelihood that the next instruction is in the instruction cache, reducing the need to fetch it from main memory. Procedure order proling records the number of times each procedure calls another procedure within the program. It reorders the procedures within the program so that the most frequently called procedures are packaged together. This reduces the paging by increasing the likelihood that the called procedure is brought into main memory at the same time the calling procedure was brought in. | | | Even though you can choose to apply only block order proling to your program, it is recommended that you apply both types. This provides the best performance gains.
131
132
Enabling a module or program to collect proling data requires that the object be retranslated. Therefore, the time required to enable a module or program to collect proling data is comparable to the time it takes to force recreate the object (FRCCRT parameter). Additionally, the size of the object will be larger due to the extra machine instructions generated by the optimizing translator. Once you enable a program or module to collect proling data, creation data observability cannot be removed until one of the following occurs: v The collected proling data is applied to the program. v The program or module changes so that it cannot collect proling data. Use the Display Module (DSPMOD), Display Program (DSPPGM) or Display Service Program (DSPSRVPGM) commands, specifying DETAIL(*BASIC), to determine if a module or program is enabled to collect proling data. For programs or service programs use option 5 (display description) from the DETAIL(*MODULE) to determine which of the bound module(s) are enabled to collect proling data. See topic How to tell if program or module is proled or enabled for collection for more details. Note: If a program already has proling data collected (the statistical data gathered while the program is running), this data is cleared when a program is re-enabled to collect proling data. See Managing programs enabled to collect proling data for details.
| | | | |
133
2. Proling data counts are not written to DASD each time they are incremented as doing so would cause too great a degradation to the programs runtime. Proling data counts are only written to DASD when the program is naturally paged out. To ensure proling data counts are written to DASD, use the Clear Pool (CLRPOOL) command to clear the storage pool which the program is running in.
| | | | | | | | | | | | | | |
| | | |
134
For example, you apply block order proling data to your program and then subsequently remove *BLKORD observability. The program is still block order proled. However, any change that causes your program to be retranslated will also cause it to no longer be block order proled. Note: Removing *CRTDTA observability will also cause *BLKORD observability to be removed implicitly. This is because *BLKORD observability is only needed when the program is retranslated. Since the program cannot be retranslated if *CRTDTA observability is removed, *BLKORD is no longer needed and is also removed. However *PRCORD observability is not removed. In addition it is not recommend to retranslate the program with *BLKORD observability with a different version of the optimizing translator from the one used to enable the program and apply the proling data. Optimizing translator PTFs and new releases of the operating system may invalidate some of the basic block proling data.
135
| | |
This will change the program back to the state before it collected proling data. You can change the PRFDTA value of the modules to *NOCOL with the CHGMOD command or by recompiling the modules, and rebind the modules into the program.
| | | | | | |
136
v *NOCOL - The program is not enabled to collect proling data. v *COL - One or more modules in the program are enabled to collect proling data. This value does not indicate if proling data was actually collected. v *APYALL - Block order and procedure order proling data are applied to this program. The collection of proling data is no longer enabled. v *APYBLKORD - Block order proling data is applied to the procedures of one or more bound modules in this program. This applies to only the bound modules that were previously enabled to collect proling data. The collection of proling data is no longer enabled. v *APYPRCORD- Procedure order program proling data is applied to this program. The collection of proling data is no longer enabled. | | | | | | To have only procedure order proling applied to it, a program is: v First proled specifying *APYALL or *APYPRCORD (which is the same as *APYALL). v Then the *PRCORD observability needs to be removed and the program retranslated. To display the program proling data attribute of a module bound within the program use DSPPGM or DSPSRVPGM DETAIL(*MODULE), specify option 5 on the modules bound into the program, to see the value of this parameter at the module level. The value of Proling data will be one of the following values: v *NOCOL - This bound module is not enabled to collect proling data. v *COL - This bound module is enabled to collect proling data. This value does not indicate if proling data was actually collected. v *APYBLKORD - Block order proling data is applied to one or more procedures of this bound modules. The collection of proling data is no longer enabled. In addition DETAIL(*MODULE) displays the following elds to give an indication of the number of procedures affected by the program proling data attribute. | | v Number of procedures - Total number of procedures in the module. v Number of procedures block reordered - The number of procedures in this module that are basic block reordered. v Number of procedures block order measured - Number of procedures in this bound module that had block order proling data collected when block order proling data was applied. When the benchmark was run, it could be the case that no data was collected for a specic procedure because the procedure was not executed in the benchmark. Thus this count reects the actual number of procedures that were executed with the benchmark. Use DSPMOD command to determine the proling attribute of a module. The value of Proling data will be one of the following. It will never show *APYBLKORD because basic block data can be applied only to modules bound into a program, never to stand-alone modules. v *NOCOL - module is not enabled to collect prole data. v *COL - module is enabled to collect prole data.
137
138
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
Shared Storage
The term shared storage, as it pertains to this discussion, refers to any space data that is accessed from two or more threads. This denition includes any storage directly accessible down to its individual bytes, and can include the following classes of storage: v MI space objects v Primary associated spaces of other MI objects v POSIX shared memory segments v Implicit process spaces: Automatic storage, static storage, and activation-based heap storage v Teraspace The system considers these spaces, regardless of the longevity of their existence, as shared storage when accessed by multiple threads capable of concurrent processing.
139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
Shared storage access ordering problems can be avoided by ensuring that storage synchronization actions are performed by both the threads reading from and writing to shared storage. In practice you can solved both types of problems simultaneously using a variety of thread synchronization mechanisms available on the AS/400.
The table below summarizes the possible results that are printed by B.
X 0 0 Y 0 1 Type of Problem Race Condition Race Condition Explanation Thread B read the variables before the modications of Thread A. Thread B observed the update to Y but printed X before observing Thread As update. Thread B read both variables after the updates of Thread A. Thread B observed the update to X but had yet to see Thread As update to Y. With no explicit data synchronizing actions, this type of out-of-sequence storage access can occur.
1 1
1 0
140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | || | | | | | | | | | | |
(by convention in a programs logic) to control access to a second (non-overlapping) shared storage location. For example, assume that one thread initializes some shared data (DATA). Furthermore, assume that the thread then sets a shared ag (FLAG) to indicate to all other threads that the shared data is initialized.
Initializing Thread ------------------DATA = 10 FLAG = 1 All Other Threads --------------------------loop until FLAG has value 1 use DATA
In this case, the sharing threads must enforce an order on the shared storage accesses. Otherwise, other threads might view the initializing threads shared storage updates out of order. This could allow some or all of the other threads to read an uninitialized value from DATA.
Remember, to completely enforce shared storage access ordering between two or more threads, it is necessary that all threads dependent on the access ordering use appropriate synchronizing actions. This is true for both readers and writers of the
141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
shared data. This agreement between two modem between readers and writers ensures that the order of accesses will remain unchanged by any optimizations that are employed by the underlying machine.
Example 1 Solution
A preferred method for solving the problem in the example above is to avoid the dependency between the data and ag values altogether. You can do this by using a more robust thread synchronization scheme. Although you could employ many of the thread synchronization techniques, one that lends itself well to this problem is a semaphore. (Support for semaphores has been available since AS/400 Version 3, Release 2.) In order for the following logic to be appropriate, you must assume the following: v The program created the semaphore before starting the cooperating threads. v The program initialized the semaphore to a count of 1.
Initializing Thread ------------------DATA = 10 Decrement semaphore All Other Threads --------------------------Wait for semaphore count to reach 0 use DATA
/* Update the shared data */ data1 += 5; data2 += 10; } locked = 0; /* Clear the lock */ }
/* Update the shared data */ data1 += 4; data2 += 6; locked = 0; /* Clear the lock */
This example illustrates both of our shared memory pitfalls. Race Conditions The locking protocol used here has not circumvented the data race conditions. Both jobs could simultaneously see that the locked ag is clear, and thus both fall into the logic which updates the data. At that point, there is no guarantee of which data values will be read, incremented, and written allowing many possible outcomes. Storage Access Ordering Concerns Ignore, for a moment, the race condition mentioned above. Notice that the logic used by both jobs to update the lock and the shared data contains assumptions about the implicit ordering of the eld updates. Specically, there is an assumption on the part of each thread that the other thread will observe that the locked ag has been set to 1 prior to observing changes to the data. Additionally, it is assumed that each thread will observe the changing of the data prior to observing the locked ag value of zero. As noted earlier in this discussion, these assumptions are not valid.
142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
Example 2 Solution
To avoid the race condition, and to enforce storage ordering, you should serialize accesses to the shared data by one of the synchronization mechanisms that is enumerated above. This example, where multiple threads are competing for a shared resource, lends itself well to some form of lock. A solution employing a space location lock will be discussed, followed by an alternative solution employing the compare-and-swap mechanism.
THREAD A -------------------------------------for (i=0; i<10; ++i) { /* Get an exclusive lock on the shared data. We go into a wait state until the lock is granted. */ locksl( LOCK_LOC, _LENR_LOCK ); /* Update the shared data */ data1 += 5; data2 += 10; /* Unlock the shared data */ unlocksl( LOCK_LOC, _LENR_LOCK ); THREAD B -----------------------------------for (i=0; i<10; ++i) { /* Get an exclusive lock on the shared data. We go into a wait state until the lock is granted. */ locksl( LOCK_LOC, _LENR_LOCK ); /* Update the shared data */ data1 += 4; data2 += 6; /* Unlock the shared data */ unlocksl( LOCK_LOC, _LENR_LOCK );
Restricting access to the shared data with a lock guarantees that only one thread will be able to access the data at a time. This solves the race condition. This solution also solves the storage access ordering concerns, since there is no longer an ordering dependency between two shared storage locations.
Here, the threads use Compare-and-Swap to perform a race-free test and update of the lock variable. This solves the race condition experienced in the original problem
Chapter 13. Shared Storage Synchronization
143
| | | | | |
fragments. It also addresses the storage access ordering problem. As noted earlier, Compare-and-Swap is a synchronizing action. Using Compare-and-Swap to set the lock prior to reading the shared data, ensures that the threads will read the most recently updated data. Using Compare-and-Swap to clear the lock after updating the shared data ensures that the updates are available for subsequent reads by any thread.
144
Binder Listing
The binder listings for the Create Program (CRTPGM), Create Service Program (CRTSRVPGM), Update Program (UPDPGM), and Update Service Program (UPDSRVPGM) commands are almost identical. This topic presents a binder listing from the CRTSRVPGM command used to create the FINANCIAL service program in Binder Language Examples on page 68. Three types of listings can be specied on the detail (DETAIL) parameter of the CRTPGM, CRTSRVPGM, UPDPGM, or UPDSRVPGM commands: *BASIC *EXTENDED *FULL
Basic Listing
If you specify DETAIL(*BASIC) on the CRTPGM, CRTSRVPGM, UPDPGM, or UPDSRVPGM command, the listing consists of the following: v The values specied on the CRTPGM, CRTSRVPGM, UPDPGM, or UPDSRVPGM command v A brief summary table v Data showing the length of time some pieces of the binding process took to complete Figure 49, Figure 50, and Figure 51 on page 147 show this information.
145
Create Service Program Service program . . . . . . . . . . . . . . . . . Library . . . . . . . . . . . . . . . . . . . . Export . . . . . . . . . . . . . . . . . . . . . . Export source file . . . . . . . . . . . . . . . . Library . . . . . . . . . . . . . . . . . . . . Export source member . . . . . . . . . . . . . . . Activation group . . . . . . . . . . . . . . . . . Allow update . . . . . . . . . . . . . . . . . . Allow bound *SRVPGM library name update . . . . . Creation options . . . . . . . . . . . . . . . . . Listing detail . . . . . . . . . . . . . . . . . . User profile . . . . . . . . . . . . . . . . . . . Replace existing service program . . . . . . . . . Target release . . . . . . . . . . . . . . . . . . Allow reinitialization . . . . . . . . . . . . . . Authority . . . . . . . . . . . . . . . . . . . . Text . . . . . . . . . . . . . . . . . . . . . . . Module MONEY RATES Service Program *NONE Binding Directory *NONE Library Binding Directory Library Binding Directory Library Binding Directory Library MYLIB MYLIB Library Module CALCS ACCTS Service Program Library MYLIB MYLIB Library Service Program Library Service Program : : : : : : : : : : : : : : : : : FINANCIAL MYLIB *SRCFILE QSRVSRC MYLIB *SRVPGM *CALLER *YES *NO *GEN *NODUPPROC *FULL *USER *YES *CURRENT *NO *LIBCRTAUT Module Library
Page
*NODUPVAR
*DUPWARN
Module
Library
Library
Library
Create Service Program Brief Summary Table Program entry procedures . . . . . . . . . . . : Multiple strong definitions . . . . . . . . . : Unresolved references . . . . . . . . . . . . : 0 0 0
Page
* * * * *
E N D
O F
B R I E F
S U M M A R Y
T A B L E
* * * * *
146
Create Service Program Binding Statistics Symbol collection CPU time . . . . . . . . Symbol resolution CPU time . . . . . . . . Binding directory resolution CPU time . . Binder language compilation CPU time . . . Listing creation CPU time . . . . . . . . Program/service program creation CPU time . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . : : : : : : .018 .006 .403 .040 1.622 .178 2.761 11.522 S T A T I S T I C S
Page
23
* * * * *
Extended Listing
If you specify DETAIL(*EXTENDED) on the CRTPGM, CRTSRVPGM, UPDPGM, or UPDSRVPGM command, the listing includes all the information provided by DETAIL(*BASIC) plus an extended summary table. The extended summary table shows the number of imports (references) that were resolved and the number of exports (denitions) processed. For the CRTSRVPGM or UPDSRVPGM command, the listing also shows the binder language used, the signatures generated, and which imports (references) matched which exports (denitions). Figure 52, Figure 53 on page 148, and Figure 54 on page 149 show examples of the additional data.
Create Service Program Extended Summary Table Valid definitions . . . Strong . . . . . . . . Weak . . . . . . . . . Resolved references . . To strong definitions To weak definitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . : : : : : : O F 418 418 0 21 21 0 E X T E N D E D S U M M A R Y T A B L E * * * * * Page 2
* * * * *
E N D
147
Create Service Program Module . . . . . . . . . . . : Library . . . . . . . . . : Bound . . . . . . . . . . : Number 00000001 00000002 00000003 00000004 00000005 00000006 00000007 00000008 00000009 Symbol Def Def Def Ref Ref Ref Ref Ref Ref Ref MONEY MYLIB *YES Identifier main Amount Payment Q LE AG_prod_rc Q LE AG_user_rc _C_main Q LE leDefaultEh Q LE mhConversionEh _C_exception_router Binder Information Listing
Page
Type Proc Proc Proc Data Data Proc Proc Proc Proc
Key
Module . . . . . . . . . . . : Library . . . . . . . . . : Bound . . . . . . . . . . : Number 0000000A 0000000B 0000000C 0000000D 0000000E 0000000F 00000010 Symbol Def Def Ref Ref Ref Ref Ref Ref
RATES MYLIB *YES Identifier Term Rate Q LE AG_prod_rc Q LE AG_user_rc Q LE leDefaultEh Q LE mhConversionEh _C_exception_router Type Proc Proc Data Data Proc Proc Proc Scope SrvPgm SrvPgm Export Strong Strong Key
Module . . . . . . . . . . . : Library . . . . . . . . . : Bound . . . . . . . . . . : Number 00000011 00000012 00000013 00000014 00000015 00000016 00000017 Symbol Def Def Ref Ref Ref Ref Ref Ref
CALCS MYLIB *YES Identifier Calc1 Calc2 Q LE AG_prod_rc Q LE AG_user_rc Q LE leDefaultEh Q LE mhConversionEh _C_exception_router Type Proc Proc Data Data Proc Proc Proc Scope Module Module Export Strong Strong Key
Module . . . . . . . . . . . : Library . . . . . . . . . : Bound . . . . . . . . . . : Number 00000018 00000019 0000001A 0000001B 0000001C 0000001D 0000001E Symbol Def Def Ref Ref Ref Ref Ref Ref
ACCTS MYLIB *YES Identifier OpenAccount CloseAccount Q LE AG_prod_rc Q LE AG_user_rc Q LE leDefaultEh Q LE mhConversionEh _C_exception_router Type Proc Proc Data Data Proc Proc Proc Scope SrvPgm SrvPgm Export Strong Strong Key
148
QC2SYS *LIBL *NO Identifier system QLEAWI *LIBL *YES Identifier Q Q Q Q LE LE LE LE AG_user_rc AG_prod_rc leDefaultEh mhConversionEh Type Data Data Proc Proc Scope Export Strong Strong Strong Strong Key Type Proc Scope Export Strong Key
Service program . . . . . . : Library . . . . . . . . . : Bound . . . . . . . . . . : Number 0000017E 0000017F 00000180 00000181 Symbol Def Def Def Def Ref
Create Service Program Binder Language Listing STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL('Term') EXPORT SYMBOL('Rate') EXPORT SYMBOL('Amount') EXPORT SYMBOL('Payment') EXPORT SYMBOL('OpenAccount') EXPORT SYMBOL('CloseAccount') ENDPGMEXP ******** Export signature: 00000000ADCEFEE088738A98DBA6E723. STRPGMEXP PGMLVL(*PRV) EXPORT SYMBOL('Term') EXPORT SYMBOL('Rate') EXPORT SYMBOL('Amount') EXPORT SYMBOL('Payment') ENDPGMEXP ******** Export signature: 000000000000000000ADC89D09E0C6E7. * * * * * E N D O F B I N D E R L A N G U A G E L I S T I N G
Page
14
* * * * *
Full Listing
If you specify DETAIL(*FULL) on the CRTPGM, CRTSRVPGM, UPDPGM, or UPDSRVPGM command, the listing includes all the detail provided for DETAIL(*EXTENDED) plus a cross-reference listing. Figure 55 on page 150 shows a partial example of the additional data provided.
149
Create Service Program Cross-Reference Listing Identifier . . . xlatewt yn y0 y1 Amount Calc1 Calc2 CloseAccount CEECRHP CEECZST CEEDATE CEEDATM CEEDAYS CEEDCOD CEEDSHP CEEDYWK CEEFMDA CEEFMDT CEEFMTM CEEFRST CEEGMT CEEGPID CEEGTST CEEISEC CEELOCT CEEMGET CEEMKHP CEEMOUT CEEMRCR CEEMSG CEENCOD CEEQCEN CEERLHP CEESCEN CEESECI CEESECS CEESGL CEETREC CEEUTC CEEUTCO CEE4ABN CEE4CpyDvfb CEE4CpyIofb CEE4CpyOfb CEE4DAS CEE4FCB CEE4HC CEE4RAGE CEE4RIN OpenAccount Payment Q LE leBdyCh Q LE leBdyEpilog Q LE leDefaultEh Q LE mhConversionEh Q LE AG_prod_rc Q LE AG_user_rc Q LE HdlrRouterEh Q LE RtxRouterCh Rate Term Defs . . . 000000DD 00000140 0000013E 0000013F 00000002 00000011 00000012 00000019 000001A0 0000019F 000001A9 000001B1 000001A8 00000187 000001A1 000001B3 000001AD 000001AF 000001AE 0000019E 000001B6 00000195 0000019D 000001B0 000001B4 00000183 000001A2 00000184 00000182 00000185 00000186 000001AC 000001A3 000001AB 000001B2 000001AA 00000190 00000191 000001B5 000001B7 00000192 0000019A 00000199 00000198 000001A4 0000018A 00000197 0000018B 00000196 00000018 00000003 00000188 00000189 00000180 00000015 00000181 00000016 0000017F 00000013 0000017E 0000018F 0000018E 0000000B 0000000A --------Refs-------Ref Ref Type . . . *SRVPGM *SRVPGM *SRVPGM *SRVPGM *MODULE *MODULE *MODULE *MODULE *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *MODULE *MODULE *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *SRVPGM *MODULE *MODULE Library . . . *LIBL *LIBL *LIBL *LIBL MYLIB MYLIB MYLIB MYLIB *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL MYLIB MYLIB *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL *LIBL MYLIB MYLIB
Page
15
Object . . . QC2UTIL1 QC2UTIL2 QC2UTIL2 QC2UTIL2 MONEY CALCS CALCS ACCTS QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI ACCTS MONEY QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI QLEAWI RATES RATES
150
151
The following serious errors could occur: v Current export block is empty v Export block not completed, end-of-le found before ENDPGMEXP
152
v v v v v v v v v v v v
Export block not started, STRPGMEXP required Export blocks cannot be nested, ENDPGMEXP missing Exports must exist inside export blocks Identical signatures for dissimilar export blocks, must change exports Multiple wildcard matches No current export block No wildcard match Previous export block is empty Signature contains variant characters SIGNATURE(*GEN) required with LVLCHK(*NO) Signature syntax not valid Symbol name required
v Symbol not allowed as service program export v Symbol not dened v Syntax not valid
Signature Padded
Figure 56 shows a binder language listing that contains this message.
Binder Language Listing STRPGMEXP SIGNATURE('Short signature') ******** Signature padded EXPORT SYMBOL('Proc_2') ENDPGMEXP ******** Export signature: E2889699A340A289879581A3A4998540. * * * * * E N D O F B I N D E R L A N G U A G E L I S T I N G * * * * *
Figure 56. The Signature Provided Was Shorter than 16 Bytes, So It Is Padded
Suggested Changes
No changes are required. If you wish to avoid the message, make sure that the signature being provided is exactly 16 bytes long.
Signature Truncated
Figure 57 on page 154 shows a binder language listing that contains this message.
153
Binder Language Listing STRPGMEXP SIGNATURE('This signature is very long') ******** Signature truncated EXPORT SYMBOL('Proc_2') ENDPGMEXP ******** Export signature: E38889A240A289879581A3A499854089. * * * * * E N D O F B I N D E R L A N G U A G E L I S T I N G * * * * *
Figure 57. Only the First 16 Bytes of Data Provided Are Used for the Signature
Suggested Changes
No changes are required. If you wish to avoid the message, make sure that the signature being provided is exactly 16 bytes long.
This is a warning error. A PGMLVL(*PRV) export block has specied more symbols than the PGMLVL(*CURRENT) export block. If no other errors occurred, the service program is created. If both of the following are true: v PGMLVL(*PRV) had supported a procedure named C v Under the new service program, procedure C is no longer supported any ILE program or service program that called procedure C in this service program gets an error at run time.
154
Suggested Changes
1. Make sure that the PGMLVL(*CURRENT) export block has more symbols to be exported than a PGMLVL(*PRV) export block. 2. Run the CRTSRVPGM command again. In this example, the EXPORT SYMBOL(C) was incorrectly added to the STRPGMEXP PGMLVL(*PRV) block instead of to the PGMLVL(*CURRENT) block.
This is a warning error. More than one STRPGMEXP and ENDPGMEXP block exported all the same symbols in the exact same order. If no other errors occurred, the service program is created. The duplicated signature is included only once in the created service program.
Suggested Changes
1. Make one of the following changes: v Make sure that the PGMLVL(*CURRENT) export block is correct. Update it as appropriate. v Remove the duplicate export block. 2. Run the CRTSRVPGM command again. In this example, the STRPGMEXP command with PGMLVL(*CURRENT) specied needs to have the following source line added after EXPORT SYMBOL(B):
EXPORT SYMBOL(C)
155
Binder Language Listing STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL(A) EXPORT SYMBOL(B) EXPORT SYMBOL(A) ******** Duplicate symbol on previous export EXPORT SYMBOL(C) ENDPGMEXP ******** Export signature: 000000000000000000000000000CDED3. * * * * * E N D O F B I N D E R L A N G U A G E L I S T I N G * * * * *
This is a warning error. A symbol to be exported from the service program was specied more than once in a STRPGMEXP and ENDPGMEXP block. If no other errors occurred, the service program is created. Only the rst duplicate symbol is exported from the service program. All duplicate symbols affect the signature that is generated.
Suggested Changes
1. Remove one of the duplicate source lines from the binder language source le. 2. Run the CRTSRVPGM command again. In this example, remove the second EXPORT SYMBOL(A).
This is a warning error. More than one STRPGMEXP blocks specied LVLCHK(*NO). If no other errors occurred, the service program is created. The second and subsequent LVLCHK(*NO) are assumed to be LVLCHK(*YES).
156
Suggested Changes
1. Make sure that only one STRPGMEXP block has LVLCHK(*NO) specied. 2. Run the CRTSRVPGM command again. In this example, the PGMLVL(*PRV) export block is the only export block that has LVLCHK(*NO) specied. The LVLCHK(*NO) value is removed from the PGMLVL(*CURRENT) export block.
This is a warning error. A value of PGMLVL(*CURRENT) was specied or was allowed to default to PGMLVL(*CURRENT) on more than one STRPGMEXP command. The second and subsequent export blocks with a value of PGMLVL(*CURRENT) are assumed to be PGMLVL(*PRV). If no other errors occurred, the service program is created.
Suggested Changes
1. Change the appropriate source text to STRPGMEXP PGMLVL(*PRV). 2. Run the CRTSRVPGM command again. In this example, the second STRPGMEXP is the one to change.
157
Binder Language Listing STRPGMEXP PGMLVL(*CURRENT) ENDPGMEXP ******** Export signature: 00000000000000000000000000000000. ***ERROR Current export block is empty. * * * * * E N D O F B I N D E R L A N G U A G E L I S T I N G * * * * *
This is a serious error. No symbols are identied to be exported from the *CURRENT export block. The service program is not created.
Suggested Changes
1. Make one of the following changes: v Add the symbol names to be exported. v Remove the empty STRPGMEXP-ENDPGMEXP block, and make another STRPGMEXP-ENDPGMEXP block as PGMLVL(*CURRENT). 2. Run the CRTSRVPGM command. In this example, the following source line is added to the binder language source le between the STRPGMEXP and ENDPGMEXP commands:
EXPORT SYMBOL(A)
Figure 64. No ENDPGMEXP Command Found, but the End of the Source File Was Found
This is a serious error. No ENDPGMEXP was found before the end of the le was reached. The service program is not created.
Suggested Changes
1. Make one of the following changes: v Add the ENDPGMEXP command in the appropriate place. v Remove any STRPGMEXP command that does not have a matching ENDPGMEXP command, and remove any symbol names to be exported.
158
2. Run the CRTSRVPGM command. In this example, the following lines are added after the STRPGMEXP command:
EXPORT SYMBOL(A) ENDPGMEXP
This is a serious error. No STRPGMEXP command was found prior to nding an ENDPGMEXP command. The service program is not created.
Suggested Changes
1. Make one of the following changes: v Add the STRPGMEXP command. v Remove any exported symbols and the ENDPGMEXP command. 2. Run the CRTSRVPGM command. In this example, the following two source lines are added to the binder language source le before the ENDPGMEXP command.
STRPGMEXP EXPORT SYMBOL(A)
159
Binder Language Listing STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL(A) EXPORT SYMBOL(B) STRPGMEXP PGMLVL(*PRV) ***ERROR Export blocks cannot be nested, ENDPGMEXP missing. EXPORT SYMBOL(A) ENDPGMEXP ******** Export signature: 000000000000000000000000000000C1. * * * * * E N D O F B I N D E R L A N G U A G E L I S T I N G * * * * *
This is a serious error. No ENDPGMEXP command was found prior to nding another STRPGMEXP command. The service program is not created.
Suggested Changes
1. Make one of the following changes: v Add the ENDPGMEXP command prior to the next STRPGMEXP command. v Remove the STRPGMEXP command and any symbol names to be exported. 2. Run the CRTSRVPGM command. In this example, an ENDPGMEXP command is added to the binder source le prior to the second STRPGMEXP command.
This is a serious error. A symbol to be exported is not dened within a STRPGMEXP-ENDPGMEXP block. The service program is not created.
160
Suggested Changes
1. Make one of the following changes: v Move the symbol to be exported. Put it within a STRPGMEXP-ENDPGMEXP block. v Remove the symbol. 2. Run the CRTSRVPGM command. In this example, the source line in error is removed from the binder language source le.
Suggested Changes
1. Make one of the following changes: v Add an additional symbol to be exported from the PGMLVL(*CURRENT) block. The preferred method is to specify a symbol that is already exported. This would cause a warning error of duplicate symbols but would help ensure that a signature is unique. An alternative method is to add another symbol to be exported that has not been exported. v Change the name of a symbol to be exported from a module, and make the corresponding change to the binder language source le. v Specify a signature by using the SIGNATURE parameter on the Start Program Export (STRPGMEXP) command. 2. Run the CRTSRVPGM command.
161
This is a serious error. A wildcard specied for export matched more than one symbol available for export. The service program is not created.
Suggested Changes
1. Specify a wildcard with more detail so that the desired matching export is the only matching export. 2. Run the CRTSRVPGM command.
This is a serious error. No STRPGMEXP PGMLVL(*CURRENT) is found in the binder language source le. The service program is not created.
Suggested Changes
1. Make one of the following changes: v Change a PGMLVL(*PRV) to PGMLVL(*CURRENT). v Add a STRPGMEXP-ENDPGMEXP block that is the correct *CURRENT export block. 2. Run the CRTSRVPGM command. In this example, the PGMLVL(*PRV) is changed to PGMLVL(*CURRENT).
No Wildcard Matches
Figure 70 on page 163 shows a binder language listing that contains this error.
162
Binder Language Listing STRPGMEXP PGMLVL(*CURRENT) EXPORT ("Z"<<<) ***ERROR No matches of wildcard specification EXPORT ("B"<<<) ENDPGMEXP ******** Export signature: 0000000000000000000000000000FFC2. * * * * * E N D O F B I N D E R L A N G U A G E L I S T I N G
This is a serious error. A wildcard specied for export did not match any symbols available for export. The service program is not created.
Suggested Changes
1. Specify a wildcard that matches the symbol desired for export. 2. Run the CRTSRVPGM command.
This is a serious error. A STRPGMEXP PGMLVL(*PRV) was found, and no symbols were specied. The service program is not created.
Suggested Changes
1. Make one of the following changes: v Add symbols to the STRPGMEXP-ENDPGMEXP block that is empty. v Remove the STRPGMEXP-ENDPGMEXP block that is empty. 2. Run the CRTSRVPGM command.
163
In this example, the empty STRPGMEXP-ENDPGMEXP block is removed from the binder language source le.
This is a serious error. The signature contains characters that are not in all coded character set identiers (CCSIDs). The service program is not created.
Suggested Changes
1. Remove the variant characters. 2. Run the CRTSRVPGM command. In this specic case, it is the \! that needs to be removed.
This is a serious error. If LVLCHK(*NO) is specied, SIGNATURE(*GEN) is required. The service program is not created.
164
Suggested Changes
1. Make one of the following changes: v Specify SIGNATURE(*GEN) v Specify LVLCHK(*YES) 2. Run the CRTSRVPGM command.
Figure 74. What Is Specied for the Signature Value Is Not Valid
This is a serious error. The signature contains invalid characters. The service program is not created.
Suggested Changes
1. Remove invalid characters from the signature value. 2. Run the CRTSRVPGM command. In this case, remove the characters from the signature eld.
165
No symbol name was found to export from the service program. The service program is not created.
Suggested Changes
1. Make one of the following changes: v Remove the line in error from the binder language source le. v Add a symbol name to be exported from the service program. 2. Run the CRTSRVPGM command. In this example, the source line EXPORT SYMBOL("") is removed from the binder language source le.
Figure 76. Symbol Name Not Valid to Export from Service Program
This is a serious error. The symbol to be exported from the service program was not exported from one of the modules to be bound by copy. Typically the symbol specied to be exported from the service program is actually a symbol that needs to be imported by the service program. The service program is not created.
Suggested Changes
1. Make one of the following changes: v Remove the symbol in error from the binder language source le. v On the MODULE parameter of the CRTSRVPGM command, specify the module that has the desired symbol to be exported. v Add the symbol to one of the modules that will be bound by copy, and re-create the module object. 2. Run the CRTSRVPGM command. In this example, the source line of EXPORT SYMBOL(A) is removed from the binder language source le.
166
Figure 77. Symbol Not Found in the Modules That Are to Be Bound by Copy
This is a serious error. The symbol to be exported from the service program could not be found in the modules that are to be bound by copy. The service program is not created.
Suggested Changes
1. Make one of the following changes: v Remove the symbol that is not dened from the binder language source le. v On the MODULE parameter of the CRTSRVPGM command, specify the module that has the desired symbol to be exported. v Add the symbol to one of the modules that will be bound by copy, and re-create the module object. 2. Run the CRTSRVPGM command. In this example, the source line of EXPORT SYMBOL(Q) is removed from the binder language source le.
Suggested Changes
1. Correct the source member so it contains valid binder language statements. 2. Run the CRTSRVPGM command.
167
168
If a reference to ARR[init_expression] would have produced an incorrect array index, this example can cause an MCH3601 exception. This is caused by ILE attempting to calculate the rst array element address prior to entering the WHILE loop. If you receive MCH3601 exceptions at optimization level 30 (*FULL) or 40, look for the following situation: 1. You have a loop that increments a variable before it uses the variable as an array element index. 2. The initial value of the index variable on entrance to the loop is negative. 3. A reference to the array using the initial value of the variable is not valid. When these conditions exist, it may be possible to do the following so that optimization level 30 (*FULL) or 40 can still be used: 1. Move the part of the program that increments the variable to the bottom of the loop. 2. Change the references to the variables as needed. The previous example would be changed as follows:
Copyright IBM Corp. 1997, 1999
169
If this change is not possible, reduce the optimization level from 30 (*FULL) or 40 to 20 (*BASIC) or 10 (*NONE).
170
171
172
173
174
Appendix D. Notices
This information was developed for products and services offered in the U.S.A. IBM may not offer the products, services, or features discussed in this document in other countries. Consult your local IBM representative for information on the products and services currently available in your area. Any reference to an IBM product, program, or service is not intended to state or imply that only that IBM product, program, or service may be used. Any functionally equivalent product, program, or service that does not infringe any IBM intellectual property right may be used instead. However, it is the users responsibility to evaluate and verify the operation of any non-IBM product, program, or service. IBM may have patents or pending patent applications covering subject matter described in this document. The furnishing of this document does not give you any license to these patents. You can send license inquiries, in writing, to: IBM Director of Licensing IBM Corporation North Castle Drive Armonk, NY 10504-1785 U.S.A. For license inquiries regarding double-byte (DBCS) information, contact the IBM Intellectual Property Department in your country or send inquiries, in writing, to: IBM World Trade Asia Corporation Licensing 2-31 Roppongi 3-chome, Minato-ku Tokyo 106, Japan The following paragraph does not apply to the United Kingdom or any other country where such provisions are inconsistent with local law: INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS PUBLICATION AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer of express or implied warranties in certain transactions, therefore, this statement may not apply to you. The following paragraph does not apply to the United Kingdom or any other country where such provisions are inconsistent with local law: INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS PUBLICATION AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer of express or implied warranties in certain transactions, therefore, this statement may not apply to you. Any references in this information to non-IBM Web sites are provided for convenience only and do not in any manner serve as an endorsement of those Web sites. The materials at those Web sites are not part of the materials for this IBM product and use of those Web sites is at your own risk. Licensees of this program who wish to have information about it for the purpose of enabling: (i) the exchange of information between independently created programs
Copyright IBM Corp. 1997, 1999
175
and other programs (including this one) and (ii) the mutual use of the information which has been exchanged, should contact: IBM Corporation Software Interoperability Coordinator 3605 Highway 52 N Rochester, MN 55901-7829 U.S.A. Such information may be available, subject to appropriate terms and conditions, including in some cases, payment of a fee. The licensed program described in this information and all licensed material available for it are provided by IBM under terms of the IBM Customer Agreement, IBM International Program License Agreement, or any equivalent agreement between us. Information concerning non-IBM products was obtained from the suppliers of those products, their published announcements or other publicly available sources. IBM has not tested those products and cannot conrm the accuracy of performance, compatibility or any other claims related to non-IBM products. Questions on the capabilities of non-IBM products should be addressed to the suppliers of those products. All statements regarding IBMs future direction or intent are subject to change or withdrawal without notice, and represent goals and objectives only. This information contains examples of data and reports used in daily business operations. To illustrate them as completely as possible, the examples include the names of individuals, companies, brands, and products. All of these names are ctitious and any similarity to the names and addresses used by an actual business enterprise is entirely coincidental. COPYRIGHT LICENSE: This information contains sample application programs in source language, which illustrates programming techniques on various operating platforms. You may copy, modify, and distribute these sample programs in any form without payment to IBM, for the purposes of developing, using, marketing or distributing application programs conforming to the application programming interface for the operating platform for which the sample programs are written. These examples have not been thoroughly tested under all conditions. IBM, therefore, cannot guarantee or imply reliability, serviceability, or function of these programs. You may copy, modify, and distribute these sample programs in any form without payment to IBM for the purposes of developing, using, marketing, or distributing application programs conforming to IBMs application programming interfaces. If you are viewing this information softcopy, the photographs and color illustrations may not appear.
Trademarks
The following terms are trademarks of International Business Machines Corporation in the United States, or other countries, or both:
176
Application System/400 AS/400 C/400 COBOL/400 DB2 DB2/400 IBM ILE Integrated Language Environment Language Environment Operating System/400 OS/2 OS/400 RPG/400 RPG IV SAA System 36 Systems Application Architecture 400 Microsoft, Windows, Windows NT, and the Windows logo are trademarks of Microsoft Corporation in the United States and/or other countries. UNIX is a registered trademark in the United States and/or other countries licensed exclusively through X/Open Company Limited. Other company, product, and service names may be trademarks or service marks of others.
Appendix D. Notices
177
178
Bibliography
For additional information about topics related to the ILE environment on the AS/400 system, refer to the following IBM AS/400 publications: v Backup and Recovery, SC41-5304-03, provides information about planning a backup and recovery strategy, the different types of media available to save and restore system data, as well as a description of how to record changes made to database les using journaling and how that information can be used for system recovery. This manual describes how to plan for and set up user auxiliary storage pools (ASPs), mirrored protection, and checksums along with other availability recovery topics. It also describes how to install the system again from backup. v CL Programming, SC41-5721-02, provides a wide-ranging discussion of AS/400 programming topics, including a general discussion of objects and libraries, CL programming, controlling ow and communicating between programs, working with objects in CL programs, and creating CL programs. Other topics include predened and impromptu messages and message handling, dening and creating user-dened commands and menus, application testing, including debug mode, breakpoints, traces, and display functions. v CL Reference (Abridged), SC41-5722-03, provides a description of the AS/400 control language (CL) and its OS/400 commands. (Non-OS/400 commands are described in the respective licensed program publications.) It also provides an overview of all the CL commands for the AS/400 system, and it describes the syntax rules needed to code them. v Communications Management, SC41-5406-02, provides information about work management in a communications environment, communications status, tracing and diagnosing communications problems, error handling and recovery, performance, and specic line speed and subsystem storage information. v Data Management, SC41-5710-00, provides information about using les in application programs. This manual includes information on the following topics: Fundamental structure and concepts of data management support on the system.
Copyright IBM Corp. 1997, 1999
Overrides and le redirection (temporarily making changes to les when an application program is run). Copying les by using system commands to copy data from one place to another. Tailoring a system using double-byte data. v DB2 UDB for AS/400 Database Programming, SC41-5701-02, provides a detailed discussion of the AS/400 database organization, including information on how to create, describe, and update database les on the system. This manual also describes how to dene les to the system using OS/400 data description specications (DDS) keywords. v Distributed Data Management, SC41-5307-00, provides information about remote le processing. It describes how to dene a remote le to OS/400 distributed data management (DDM), how to create a DDM le, what le utilities are supported through DDM, and the requirements of OS/400 DDM as related to other systems. v ICF Programming, SC41-5442-00, provides information needed to write application programs that use AS/400 communications and the OS/400 intersystem communications function (OS/400-ICF). This guide also contains information on data description specications (DDS) keywords, system-supplied formats, return codes, le transfer support, and program examples. v ILE C for AS/400 Programmers Guide, SC09-2712-01, provides information on how to develop applications using the ILE C/400 language. It includes information about creating, running, and debugging programs. It also includes programming considerations for interlanguage program and procedure calls, locales, exception handling, database les, externally described les, and device les. Some performance tips are also described. An appendix includes information on migrating source code from EPM C/400 or System C/400 to ILE C/400. v ILE C for AS/400 Language Reference, SC09-2711-01, provides information about how to write programs that adhere to the Systems Application Architecture C Level 2 denition and use ILE C/400 specic functions such as record I/O. It also provides information on ILE C/400 machine interface library functions.
179
v ILE C for AS/400 Run-Time Library Reference, SC09-2715-00, provides quick reference information about ILE C/400 command syntax, elements of C, SAA C library functions, ILE C/400 library extensions to SAA C, and ILE C/400 machine interface library extensions. v ILE COBOL for AS/400 Programmers Guide, SC09-2540-01, describes how to write, compile, bind, run, debug, and maintain ILE COBOL/400 programs on the AS/400 system. It provides programming information on how to call other ILE COBOL/400 and non-ILE COBOL/400 programs, share data with other programs, use pointers, and handle exceptions. It also describes how to perform input/output operations on externally attached devices, database les, display les, and ICF les. v ILE COBOL for AS/400 Reference, SC09-2539-01, describes the ILE COBOL/400 programming language. It provides information on the structure of the ILE COBOL/400 programming language and on the structure of an ILE COBOL/400 source program. It also describes all Identication Division paragraphs, Environment Division clauses, Data Division paragraphs, Procedure Division statements, and Compiler-Directing statements. v ILE RPG for AS/400 Programmers Guide, SC09-2507-02, is a guide for using the RPG IV programming language, which is an implementation of ILE RPG/400 in the Integrated Language Environment (ILE) on the AS/400 system. It includes information on creating and running programs, with considerations for procedure calls and interlanguage programming. The guide also covers debugging and exception handling and explains how to use AS/400 les and devices in RPG programs. Appendixes include information on migration to RPG IV and sample compiler listings. It is intended for people with a basic understanding of data processing concepts and of the RPG language. v ILE RPG for AS/400 Reference, SC09-2508-02, provides information needed to write programs for the AS/400 system using the RPG IV programming language. This manual describes, position by position and keyword by keyword, the valid entries for all RPG specications, and provides a detailed description of all the operation codes and built-in functions. This manual also contains information on the RPG logic cycle, arrays and tables, editing functions, and indicators.
v Intrasystem Communications Programming, SC41-5447-00, provides information about interactive communications between two application programs on the same AS/400 system. This guide describes the communications operations that can be coded into a program that uses intrasystem communications support to communicate with another program. It also provides information on developing intrasystem communications application programs that use the OS/400 intersystem communications function (OS/400-ICF). v Security - Basic, SC41-5301-00, explains why security is necessary, denes major concepts, and provides information on planning, implementing, and monitoring basic security on the AS/400 system. v Security - Reference, SC41-5302-03, tells how system security support can be used to protect the system and the data from being used by people who do not have the proper authorization, protect the data from intentional or unintentional damage or destruction, keep security information up-to-date, and set up security on the system. v System API Reference, SC41-5801-03, provides information for the experienced programmer on how to use the application programming interfaces (APIs) to such OS/400 functions as: Conguration Database les Dynamic Screen Manager Message handling Network management Security Source debugging Spooled les User interface User object User-dened communications
Work management Working with software products This book includes both original program model (OPM) and Integrated Language Environment (ILE) APIs. Some of the APIs provide an alternative to the CL commands. v Work Management, SC41-5306-03, provides information about how to create and change a work management environment. Other topics
180
include a description of tuning the system, collecting performance data including information on record formats and contents of the data being collected, working with system values to control or change the overall operation of the system, and a description of how to gather data to determine who is using the system and what resources are being used.
Bibliography
181
182
102
A
Abnormal End (CEE4ABN) bindable API 109 access ordering shared storage 140 ACTGRP 79 ACTGRP (activation group) parameter 31 *CALLER value 86 activation group creation 31 program activation 28, 31 actions storage synchronizing 141 activation description 23 dynamic program call 93 program 27 program activation 34 service program 34, 90 activation group ACTGRP (activation group) parameter *CALLER value 86 activation group creation 28 program activation 28, 31 benets of resource scoping 3 bindable APIs (application programming interfaces) 127 call stack example 28 commitment control example 4 scoping 123 control boundary activation group deletion 33 example 36 creation 30 data management scoping 47, 123 default 31 deletion 32 management 83 mixing COBOL with other languages 4 multiple applications running in same job 83 original program model (OPM) 31 reclaim resources 84, 86 resource isolation 29 resources 29 reuse 32 scoping 47, 123 service program 86 shared open data path (ODP) example 3 system-named 31, 33 user-named deletion 33
Copyright IBM Corp. 1997, 1999
183
API (application programming interface) (continued) Register User-Written Condition Handler (CEEHDLR) 109, 105 Retrieve Operational Descriptor Information (CEEDOD) 95 Send Program Message (QMHSNDPM) 40, 105 services 2 Signal Condition (CEESGL) condition token 110, 113 description 40 source debugger 129 storage management 130 supplementing HLL-specic run-time library 127 Test for Omitted Argument (CEETSTA) 93 time 128 Unregister User-Written Condition Handler (CEEHDLU) 43 application multiple running in same job 83 application development tools 6 application programming interface (API) Abnormal End (CEE4ABN) 109 activation group 127 CEE4ABN (Abnormal End) 109 CEEDOD (Retrieve Operational Descriptor Information) 95 CEEHDLR (Register User-Written Condition Handler) 43, 105 CEEHDLU (Unregister User-Written Condition Handler) 43 CEEMGET (Get Message) 113 CEEMOUT (Dispatch Message) 113 CEEMRCR (Move Resume Cursor) 107 CEEMSG (Get, Format and Dispatch Message) 113 CEENCOD (Construct Condition Token) 110 CEESGI (Get String Information) 95 CEESGL (Signal Condition) condition token 110, 113 description 40 CEETSTA (Test for Omitted Argument) 93 Change Exception Message (QMHCHGEM) 107 condition management 128, 129 Construct Condition Token (CEENCOD) 110 control ow 127 date 128 debugger 129 Dispatch Message (CEEMOUT) 113 dynamic screen manager (DSM) 130 error handling 129 exception management 128, 129 Get, Format and Dispatch Message (CEEMSG) 113 Get Message (CEEMGET) 113 Get String Information (CEESGI) 95 HLL independence 127 list of 127, 130 math 128 message handling 129 Move Resume Cursor (CEEMRCR) 107 naming conventions 127 original program model (OPM) and ILE 96
application programming interface (API) (continued) procedure call 109 program call 129 Promote Message (QMHPRMM) 108 QCAPCMD 86 QMHCHGEM (Change Exception Message) 107 QMHPRMM (Promote Message) 108 QMHSNDPM (Send Program Message) 40, 105 Register User-Written Condition Handler (CEEHDLR) 43, 105 Retrieve Operational Descriptor Information (CEEDOD) 95 Send Program Message (QMHSNDPM) 40, 105 services 2 Signal Condition (CEESGL) condition token 110, 113 description 40 source debugger 129 storage management 130 supplementing HLL-specic run-time library 127 Test for Omitted Argument (CEETSTA) 93 time 128 Unregister User-Written Condition Handler (CEEHDLU) 43 argument passing in mixed-language applications 94 argument passing between languages 94 by reference 92 by value directly 91 by value indirectly 91 omitted arguments 93 to procedures 91 to programs 94 automatic storage 99
B
basic listing 145 benet of ILE binding 1 C environment 6 code optimization 6 coexistence with existing applications 3 common run-time services 2 future foundation 6 language interaction control 4 modularity 1 resource control 3 reusable components 2 source debugger 3 Bibliography 179 bind by copy 19, 53 by reference 19, 54 bindable API services 2 bindable API (application programming interface) Abnormal End (CEE4ABN) 109 activation group 127 CEE4ABN (Abnormal End) 109
184
bindable API (application programming interface) (continued) CEEDOD (Retrieve Operational Descriptor Information) 109 CEEHDLR (Register User-Written Condition Handler) 43, 105 CEEHDLU (Unregister User-Written Condition Handler) 43 CEEMGET (Get Message) 113 CEEMOUT (Dispatch Message) 113 CEEMRCR (Move Resume Cursor) 107 CEEMSG (Get, Format and Dispatch Message) 113 CEENCOD (Construct Condition Token) 110 CEESGI (Get String Information) 95 CEESGL (Signal Condition) condition token 110, 113 description 40 CEETSTA (Test for Omitted Argument) 93 condition management 128, 129 Construct Condition Token (CEENCOD) 110 control ow 127 date 128 debugger 129 Dispatch Message (CEEMOUT) 113 dynamic screen manager (DSM) 130 error handling 129 exception management 128, 129 Get, Format and Dispatch Message (CEEMSG) 113 Get Message (CEEMGET) 113 Get String Information (CEESGI) 95 HLL independence 127 list of 127, 130 math 128 message handling 129 Move Resume Cursor (CEEMRCR) 107 naming conventions 127 original program model (OPM) and ILE 96 procedure call 129 program call 129 Register User-Written Condition Handler (CEEHDLR) 43, 105 Retrieve Operational Descriptor Information (CEEDOD) 95 Signal Condition (CEESGL) condition token 110, 113 description 40 source debugger 129 storage management 130 supplementing HLL-specic run-time library 127 Test for Omitted Argument (CEETSTA) 93 time 128 Unregister User-Written Condition Handler (CEEHDLU) 43 binder 19 binder information listing service program example 151 binder language denition 64 ENDPGMEXP (End Program Export) 64 ENDPGMEXP (End Program Export) command 66 error 152
binder language (continued) examples 64, 76 EXPORT 67 EXPORT (Export Symbol) 64 STRPGMEXP (Start Program Export) 64 LVLCHK parameter 66 PGMLVL parameter 66 SIGNATURE parameter 66 STRPGMEXP (Start Program Export) command 66 binder listing basic 145 extended 147 full 149 service program example 151 binding benet of ILE 1 large number of modules 54 original program model (OPM) 8 binding directory CL (control language) commands 172 denition 18 binding statistics service program example 152 BNDDIR parameter on UPDPGM command 79 BNDDIR parameter on UPDSRVPGM command 79 BNDSRVPGM parameter on UPDPGM command 79 BNDSRVPGM parameter on UPDSRVPGM command 79 by reference, passing arguments 92 by value directly, passing arguments 91 by value indirectly, passing arguments 91
C
C environment 6 C signal ILE C/400 40 call procedure 21, 89 procedure pointer 89 program 21, 89 call-level scoping 46 call message queue 39 call stack activation group example 28 denition 89 example dynamic program calls 89 static procedure calls 89 callable service 127 Case component of condition token 111 CEE4DAS (Dene Heap Allocation Strategy) bindable API 103 CEE9901 (generic failure) exception message 42 CEE9901 function check 40 CEECRHP (Create Heap) bindable API 101, 103 CEECRHP bindable API 102 CEECZST (Reallocate Storage) bindable API 103 CEEDOD (Retrieve Operational Descriptor Information) bindable API 95 CEEDSHP (Discard Heap) bindable API 100, 103 CEEFRST (Free Storage) bindable API 103
Index
185
CEEGTST (Get Heap Storage) bindable API 103 CEEHDLR (Register User-Written Condition Handler) bindable API 43 CEEHDLU (Unregister User-Written Condition Handler) bindable API 43 CEEMKHP (Mark Heap) bindable API 100, 103 CEERLHP (Release Heap) bindable API 101, 103 CEESGI (Get String Information) bindable API 95 CEESGL (Signal Condition) bindable API condition token 110, 113 description 40 Change Exception Message (QMHCHGEM) API 107 Change Module (CHGMOD) command 116, 117 CHGMOD (Change Module) command 116, 117 CL (control language) command CHGMOD (Change Module) 117 RCLACTGRP (Reclaim Activation Group) 86 RCLRSC (Reclaim Resources) for ILE programs 86 for OPM programs 86 code optimization errors 169 levels 116 performance compared to original program model (OPM) 6 levels 25 module observability 116 coexistence with existing applications 3 command, CL CALL (dynamic program call) 93 CHGMOD (Change Module) 116 CRTPGM (Create Program) 51 CRTSRVPGM (Create Service Program) 51 ENDCMTCTL (End Commitment Control) 122 OPNDBF (Open Data Base File) 121 OPNQRYF (Open Query File) 121 RCLACTGRP (Reclaim Activation Group) 33 RCLRSC (Reclaim Resources) 84 STRCMTCTL (Start Commitment Control) 121, 122 STRDBG (Start Debug) 115 Update Program (UPDPGM) 77 Update Service Program (UPDSRVPGM) 77 command, CL (control language) CHGMOD (Change Module) 117 RCLACTGRP (Reclaim Activation Group) 86 RCLRSC (Reclaim Resources) for ILE programs 86 for OPM programs 86 commitment control activation group 123 commit operation 122 commitment denition 122, 123 ending 124 example 4 rollback operation 122 scope 122, 123 transaction 122 commitment denition 121, 122, 123 Common Programming Interface (CPI) Communication, data management 122 Compare-and-Swap 143
component reusable benet of ILE 2 condition denition 45 management 105 bindable APIs (application programming interfaces) 128, 129 relationship to OS/400 message 112 Condition ID component of condition token 110 condition token 110 Case component 111 Condition ID component 110 Control component 111 denition 45, 110 Facility ID component 111 feedback code on call to bindable API 112 Message Number component 111 Message Severity component 111 Msg_No component 111 MsgSev component 111 relationship to OS/400 message 112 Severity component 111 testing 111 Construct Condition Token (CEENCOD) bindable API 110 control boundary activation group example 36 default activation group example 37 denition 36 function check at 108 unhandled exception at 108 use 38 Control component of condition token 111 control ow bindable APIs (application programming interfaces) 127 CPF9999 (function check) exception message 41 CPF9999 function check 40 Create Heap (CEECRHP) bindable API 101, 103 Create Program (CRTPGM) command ACTGRP (activation group) parameter activation group creation 31 program activation 28, 31 ALWLIBUPD (Allow Library Update) 78 ALWUPD (Allow Update) parameter 77, 78 BNDDIR parameter 53 compared to CRTSRVPGM (Create Service Program) command 51 DETAIL parameter *BASIC value 145 *EXTENDED value 147 *FULL value 149 ENTMOD (entry module) parameter 60 MODULE parameter 53 output listing 145 program creation 13 service program activation 35
186
Create Service Program (CRTSRVPGM) command ACTGRP (activation group) parameter *CALLER value 86 program activation 28, 31 ALWLIBUPD (Allow Library Update) parameter ALWUPD (Allow Update) parameter 78 BNDDIR parameter 53 compared to CRTPGM (Create Program) command 51 DETAIL parameter *BASIC value 145 *EXTENDED value 147 *FULL value 149 EXPORT parameter 61, 62 MODULE parameter 53 output listing 145 service program activation 35 SRCFILE (source le) parameter 62 SRCMBR (source member) parameter 62 creation of debug data 117 module 80 program 51, 80 program activation 28 service program 80 cross-reference listing service program example CRTPGM BNDSRVPGM parameter 54 CRTPGM (Create Program) command compared to CRTSRVPGM (Create Service Program) command 51 DETAIL parameter *BASIC value 145 *EXTENDED value 147 *FULL value 149 ENTMOD (entry module) parameter 60 output listing 145 program creation 13 CRTSRVPGM BNDSRVPGM parameter 54 CRTSRVPGM (Create Service Program) command ACTGRP (activation group) parameter *CALLER value 86 compared to CRTPGM (Create Program) command 51 DETAIL parameter *BASIC value 145 *EXTENDED value 147 *FULL value 149 EXPORT parameter 61, 62 output listing 145 SRCFILE (source le) parameter 62 SRCMBR (source member) parameter 62 cursor handle 105 resume 105 152
D
78 data compatibility 94 data links 122 data management scoping activation group level 47 activation-group level 123 call level 46, 84 commitment denition 121 Common Programming Interface (CPI) Communication 122 hierarchical le system 122 job-level 48, 123 local SQL (Structured Query Language) cursor 121 open data link 122 open le management 122 open le operation 121 override 121 remote SQL (Structured Query Language) connection 121 resource 121 rules 46 SQL (Structured Query Language) cursors 121 user interface manager (UIM) 122 data sharing original program model (OPM) 8 date bindable APIs (application programming interfaces) 128 debug data creation 117 denition 12 removal 117 debug environment ILE 115 OPM 115 debug mode addition of programs 115 denition 115 debug support ILE 118 OPM 118 debugger bindable APIs (application programming interfaces) 129 CL (control language) commands 173 considerations 115 description 26 debugging across jobs 118 bindable APIs (application programming interfaces) 129 CCSID 290 118 CCSID 65535 and device CHRID 290 118 CL (control language) commands 173 error handling 118 ILE program 14 module view 117 national language support restriction 118 observability 116 optimization 116
Index
187
debugging (continued) unmonitored exception 118 default activation group control boundary example 37 original program model (OPM) and ILE programs 31 default exception handling compared to original program model (OPM) 41 default heap 100 Dene Heap Allocation Strategy (CEE4DAS) bindable API 103 deletion activation group 32 direct monitor exception handler type 43, 105 Discard Heap (CEEDSHP) bindable API 100, 103 Dispatch Message (CEEMOUT) bindable API 113 DSM (dynamic screen manager) bindable APIs (application programming interfaces) 130 dynamic binding original program model (OPM) 8 dynamic program call activation 93 CALL CL (control language) command 93 call stack 89 denition 21 examples 21 Extended Program Model (EPM) 93 original program model (OPM) 7, 93 program activation 28 service program activation 34 dynamic screen manager (DSM) bindable APIs (application programming interfaces) 130 dynamic storage 99
E
Enabling program collecting proling data 132 End Commitment Control (ENDCMTCTL) command 122 End Program Export (ENDPGMEXP), binder language 64 End Program Export (ENDPGMEXP) command 66 ENDCMTCTL (End Commitment Control) command 122 ENTMOD (entry module) parameter 60 entry point compared to ILE program entry procedure (PEP) 12 Extended Program Model (EPM) 8 original program model (OPM) 7 error binder language 152 during optimization 169 error handling architecture 24, 39 bindable APIs (application programming interfaces) 128, 129 debug mode 118 default action 41, 108
error handling (continued) language specic 24 nested exception 109 priority example 43 recovery 41 resume point 41 error message MCH3203 53 MCH4439 53 escape (*ESCAPE) exception message type 40 exception handler priority example 43 types 43 exception handling architecture 24, 39 bindable APIs (application programming interfaces) 128, 129 debug mode 118 default action 41, 108 language specic 40 nested exception 109 priority example 43 recovery 41 resume point 41 exception management 105 exception message C signal 40 CEE9901 (generic failure) 42 CPF9999 (function check) 41 debug mode 118 function check (CPF9999) 41 generic failure (CEE9901) 42 handling 40 ILE C/400 raise() function 40 OS/400 40 percolation 41 relationship of ILE conditions to 112 sending 40 types 40 unmonitored 118 exception message architecture error handling 39 export denition 12 order 55 strong 63, 151 weak 63, 151 EXPORT (Export Symbol) 67 EXPORT parameter service program signature 61 used with SRCFILE (source le) and SRCMBR (source member) parameters 62 export symbol wildcard character 67 Export Symbol (EXPORT), binder language 64 exports strong 60, 63 weak 60, 63 extended listing 147 Extended Program Model (EPM) 8 external message queue 39
188
F
Facility ID component of condition token 111 feedback code option call to bindable API 112 le system, data management 122 Free Storage (CEEFRST) bindable API 103 full listing 149 function check (CPF9999) exception message 41 control boundary 108 exception message type 40
J
job multiple applications running in same job-level scoping 48 job message queue 39 83
L
language procedure-based characteristics 9 language interaction consistent error handling 42 control 4 data compatibility 94 language specic error handling 40 exception handler 43, 105 exception handling 40 level check parameter on STRPGMEXP command level number 84 listing, binder basic 145 extended 147 full 149 service program example 151
G
generic failure (CEE9901) exception message 42 Get, Format and Dispatch Message (CEEMSG) bindable API 113 Get Heap Storage (CEEGTST) bindable API 103 Get Message (CEEMGET) bindable API 113 Get String Information (CEESGI) bindable API 95
66
H
handle cursor denition 105 heap allocation strategy 101 characteristics 99 default 100 denition 99 user-created 100 heap allocation strategy 101 history of ILE 6 HLL specic error handling 40 exception handler 43, 105 exception handling 40
M
Mark Heap (CEEMKHP) bindable API 100, 103 math bindable APIs (application programming interfaces) 128 maximum width le for SRCFILE (source le) parameter 62 MCH3203 error message 53 MCH4439 error message 53 message bindable API feedback code 112 exception types 40 queue 39 relationship of ILE conditions to 112 message handling bindable APIs (application programming interfaces) 129 Message Number (Msg_No) component of condition token 111 message queue job 39 Message Severity (MsgSev) component of condition token 111 modularity benet of ILE 1 module object CL (control language) commands 171 creation tips 80 description 12 MODULE parameter on UPDPGM command 79 MODULE parameter on UPDSRVPGM command 79 module replaced by module fewer exports 80
Index
I
ILE basic concepts 11 compared to Extended Program Model (EPM) 10 original program model (OPM) 10, 11 denition 1 history 6 introduction 1 program structure 11 ILE C/400 heap support 101 ILE condition handler exception handler type 43, 105 import denition 12 procedure 14 resolved and unresolved 53 strong 63 weak 63 interlanguage data compatibility 94
189
module replaced by module (continued) fewer imports 80 more exports 80 more imports 79 module replacement 77 module view debugging 117 Move Resume Cursor (CEEMRCR) bindable API multiple applications running in same job 83
107
N
national language support restriction for debugging 118 nested exception 109 notify (*NOTIFY) exception message type 40
original program model (OPM) (continued) default exception handling 31 description 7 dynamic binding 8 dynamic program call 7, 93 entry point 7 exception handler types 43 program entry point 7 OS/400 exception message 40, 112 output listing Create Program (CRTPGM) command 145 Create Service Program (CRTSRVPGM) command 145 Update Program (UPDPGM) command 145 Update Service Program (UPDSRVPGM) command 145 override, data management 121
O
observability 116 ODP (open data path) scoping 46 omitted argument 93 Open Data Base File (OPNDBF) command 121 open data path (ODP) scoping 46 open le operations 121 Open Query File (OPNQRYF) command 121 operational descriptor 94, 96 OPM (original program model) activation group 31 binding 8 characteristics 8 compared to ILE 11, 13 data sharing 8 default exception handling 41 description 7 dynamic binding 8 dynamic program call 93 entry point 7 exception handler types 43 program entry point 7 OPNDBF (Open Data Base File) command 121 OPNQRYF (Open Query File) command 121 optimization benet of ILE 6 code levels 25 module observability 116 errors 169 levels 116 optimization technique proling program 131 optimizing translator 6, 25 ordering concerns storage access 142 original program model (OPM) activation group 31 binding 8 characteristics 8 compared to ILE 11, 13 data sharing 8
P
parameters on UPDPGM and UPDSRVPGM commands 79 passing arguments between languages 94 by reference 92 by value directly 91 by value indirectly 91 in mixed-language applications 94 omitted arguments 93 to procedures 91 to programs 94 PEP (program entry procedure) call stack example 89 denition 12 specifying with CRTPGM (Create Program) command 60 percolation exception message 41 performance optimization benet of ILE 6 errors 169 levels 25, 116 module observability 116 pitfalls shared storage 139 priority exception handler example 43 procedure denition 8, 11 passing arguments to 91 procedure-based language characteristics 9 procedure call bindable APIs (application programming interfaces) 129 compared to program call 21, 89 Extended Program Model (EPM) 93 static call stack 89 denition 22 examples 22
190
procedure pointer call 89, 91 proling program 132 proling types 131 program access 60 activation 27 CL (control language) commands 171 comparison of ILE and original program model (OPM) 13 creation examples 56, 58 process 51 tips 80 passing arguments to 94 program activation activation 28 creation 28 dynamic program call 28 program call bindable APIs (application programming interfaces) 129 call stack 89 compared to procedure call 89 denition 21 examples 21 program entry point compared to ILE program entry procedure (PEP) Extended Program Model (EPM) 8 original program model (OPM) 7 program entry procedure (PEP) call stack example 89 denition 12 specifying with CRTPGM (Create Program) command 60 program isolation in activation groups 29 program level parameter on STRPGMEXP command 66 program structure 11 program update 77 module replaced by module fewer exports 80 fewer imports 79 more exports 80 more imports 79 Promote Message (QMHPRMM) API 108
12
Reclaim Activation Group (RCLACTGRP) command 33, 86 Reclaim Resources (RCLRSC) command 84 for ILE programs 86 for OPM programs 86 recovery exception handling 41 register exception handler 43 Register User-Written Condition Handler (CEEHDLR) bindable API 43, 105 Release Heap (CEERLHP) bindable API 101, 103 removal of debug data 117 resolved import 53 resolving symbol description 53 examples 56, 58 resource, data management 121 resource control 3 resource isolation in activation groups 29 restriction debugging national language support 118 resume cursor denition 105 exception recovery 41 resume point exception handling 41 Retrieve Binder Source (RTVBNDSRC) command 61 Retrieve Operational Descriptor Information (CEEDOD) bindable API 95 reuse activation group 32 components 2 rollback operation commitment control 122 RPLLIB parameter on UPDPGM command 79 RPLLIB parameter on UPDSRVPGM command 79 run-time services 2
S
scope commitment control 123 scoping, data management activation group level 47 activation-group level 123 call level 46, 84 commitment denition 121 Common Programming Interface (CPI) Communication 122 hierarchical le system 122 job level 48 job-level 123 local SQL (Structured Query Language) cursor open data link 122 open le management 122 open le operation 121 override 121 remote SQL (Structured Query Language) connection 121 resource 121 rules 46
Index
Q
QCAPCMD API 86 QMHSNDPM (Send Program Message) API 40 QUSEADPAUT (use adopted authority) system value description 52 risk of changing 52
121
R
race conditions 142 RCLACTGRP (Reclaim Activation Group) command RCLRSC (Reclaim Resources) command 84 for ILE programs 86 for OPM programs 86 Reallocate Storage (CEECZST) bindable API 103 86
191
scoping, data management (continued) SQL (Structured Query Language) cursors 47 user interface manager (UIM) 122 Send Program Message (QMHSNDPM) API 40, 105 sending exception message 40 service program activation 34, 90 binder listing example 151 CL (control language) commands 172 creation tips 80 denition 16 description 10 signature 61, 65 static procedure call 90 Severity component of condition token 111 shared open data path (ODP) example 3 shared storage 139 pitfalls 139 shared storage access ordering 140 shared storage synchronization 139 Signal Condition (CEESGL) bindable API condition token 110, 113 description 40 signature 65 EXPORT parameter 61 signature parameter on STRPGMEXP command 66 single-heap support 101 source debugger 3 bindable APIs (application programming interfaces) 129 CL (control language) commands 173 considerations 115 description 26 SQL (Structured Query Language) CL (control language) commands 172 connections, data management 121 SRCFILE (source le) parameter 62 le maximum width 62 SRCMBR (source member) parameter 62 SRVPGMLIB on UPDSRVPGM command 79 stack, call 89 Start Commitment Control (STRCMTCTL) command 121, 122 Start Debug (STRDBG) command 115 Start Program Export (STRPGMEXP), binder language 64 Start Program Export (STRPGMEXP) command 66 static procedure call call stack 89 denition 22 examples 22, 91 service program 90 service program activation 35 static storage 99 static variable 27, 83 status (*STATUS) exception message type 40 storage shared 139
storage access ordering concerns 142 storage access ordering concerns 142 storage management 99 automatic storage 99 bindable APIs (application programming interfaces) 130 dynamic storage 99 heap 99 static storage 84, 99 storage synchronization, shared 139 storage synchronizing actions 141 storage synchronizing actions 141 STRCMTCTL (Start Commitment Control) command 121, 122 STRDBG (Start Debug) command 115 strong export 63, 151 strong exports 60 structure of ILE program 11 Structured Query Language (SQL) CL (control language) commands 172 connections, data management 121 support for original program model (OPM) and ILE APIs 96 symbol name wildcard character 67 symbol resolution denition 53 examples 56, 58 system-named activation group 31, 33 system value QUSEADPAUT (use adopted authority) description 52 risk of changing 52 use adopted authority (QUSEADPAUT) description 52 risk of changing 52
T
teraspace 102 bindable APIs 103 characteristics 102 compiler options 103 Test for Omitted Argument (CEETSTA) bindable API 93 testing condition token 111 time bindable APIs (application programming interfaces) 128 tip module, program and service program creation transaction commitment control 122 translator code optimization 6, 25
80
192
U
UEP (user entry procedure) call stack example denition 12 unhandled exception default action 41 118 unmonitored exception 89
Unregister User-Written Condition Handler (CEEHDLU) bindable API 43 unresolved import 53 77 77 Update Program (UPDPGM) command UPDPGM command BNDDIR parameter 79 BNDSRVPGM parameter MODULE parameter 79 RPLLIB parameter 79 UPDSRVPGM command BNDDIR parameter 79 BNDSRVPGM parameter MODULE parameter 79 RPLLIB parameter 79 description 52 risk of changing 79 79
user interface manager (UIM), data management user-named activation group deletion 33 description 30, 83
V
variable static 27, 83
W
watch support weak export weak exports 118 151 60, 63 67
Index
193
194
AS/400e ILE Concepts Version 4 Publication No. SC41-5606-03 Overall, how satised are you with the information in this book? Very Satised h Satised h Neutral h Dissatised h Very Dissatised h
Overall satisfaction
How satised are you that the information in this book is: Very Satised h h h h h h Satised h h h h h h Neutral h h h h h h Dissatised h h h h h h Very Dissatised h h h h h h
Accurate Complete Easy to nd Easy to understand Well organized Applicable to your tasks
h Yes
h No
When you send comments to IBM, you grant IBM a nonexclusive right to use or distribute your comments in any way it believes appropriate without incurring any obligation to you.
Address
___________________________________________________________________________________________________
Please _ _ _ _ staple Fold and _ _ _ _ _ _ _ _ _ _Fold and_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ do not_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Tape _ _ _ _ _ _ _ _ Tape NO POSTAGE NECESSARY IF MAILED IN THE UNITED STATES
IBM CORPORATION ATTN DEPT 542 IDCLERK 3605 HWY 52 N ROCHESTER MN 55901-7829
________________________________________________________________________________________ Fold and Tape Please do not staple Fold and Tape
SC41-5606-03
Printed in the United States of America on recycled paper containing 10% recovered post-consumer ber.
SC41-5606-03
Spine information:
AS/400e
Version 4