Ile Cobol Programmer's Guide
Ile Cobol Programmer's Guide
Ile Cobol Programmer's Guide
ERserver
iSeries
WebSphere® Development Studio:
ILE COBOL Programmer’s Guide
Version 5
SC09-2540-03
ERserver
iSeries
WebSphere® Development Studio:
ILE COBOL Programmer’s Guide
Version 5
SC09-2540-03
Note!
Before using this information and the product it supports, be sure to read the general information
under “Notices” on page 607.
Contents v
Chapter 12. Using Pointers in an ILE Processing of Input-Output Verbs . . . . . 326
COBOL Program . . . . . . . . . . 285 Detecting End-of-File Conditions (AT END
Defining Pointers . . . . . . . . . . . . 285 Phrase) . . . . . . . . . . . . . . 328
Pointer Alignment . . . . . . . . . . . . 286 Detecting Invalid Key Conditions (INVALID
Writing the File Section and Working-Storage KEY Phrase) . . . . . . . . . . . . . 329
Section for Pointer Alignment . . . . . . . 287 Using EXCEPTION/ERROR Declarative
Redefining Pointers . . . . . . . . . . . 288 Procedures (USE Statement) . . . . . . . 330
Initializing Pointers Using the NULL Figurative Determining the Type of Error Through the File
Constant . . . . . . . . . . . . . . . 288 Status Key . . . . . . . . . . . . . 331
Reading and Writing Pointers . . . . . . . . 289 MAP 0010: How File Status is Set . . . . . . 333
Using the LENGTH OF Special Register with Handling Errors in Sort/Merge Operations . . . 335
Pointers . . . . . . . . . . . . . . . 289 Handling Exceptions on the CALL Statement. . . 335
Setting the Address of Linkage Section Items . . . 290 User-Written Error Handling Routines . . . . . 336
Using ADDRESS OF and the ADDRESS OF Common Exceptions and Some of Their Causes 336
Special Register. . . . . . . . . . . . 290 Recovery After a Failure. . . . . . . . . . 337
Using Pointers in a MOVE Statement . . . . . 290 Recovery of Files with Commitment Control 337
Using Pointers in a CALL Statement. . . . . . 292 TRANSACTION File Recovery . . . . . . 338
Adjusting the Value of Pointers . . . . . . . 292 Handling Errors in Operations Using Null-Capable
Accessing User Spaces Using Pointers and APIs 293 Fields . . . . . . . . . . . . . . . . 343
Processing a Chained List Using Pointers . . . . 305 Handling Errors in Locale Operations . . . . . 343
Passing Pointers between Programs and
Procedures . . . . . . . . . . . . . 306 Part 3. ILE COBOL Input-Output
Check for the End of the Chained List . . . . 307 Considerations . . . . . . . . . . 345
Processing the Next Record. . . . . . . . 307
Incrementing Addresses Received from Another
Program . . . . . . . . . . . . . . 308 Chapter 15. Defining Files . . . . . . 347
Passing Entry Point Addresses with Types of File Descriptions . . . . . . . . . 347
Procedure-Pointers . . . . . . . . . . . 308 Defining Program-Described Files . . . . . . 347
Defining Externally Described Files . . . . . . 348
Describing Files Using Data Description
Chapter 13. Preparing ILE COBOL
Specifications (DDS) . . . . . . . . . . 348
Programs for Multithreading . . . . . 311
How Language Elements Are Interpreted in a
Chapter 16. Processing Files. . . . . 359
Multithreaded Environment . . . . . . . . 313
Associating Files with Input-Output Devices . . . 359
Working with Run-Unit Scoped Elements . . . 313
Specifying Input and Output Spooling . . . . . 361
Working with Program Invocation Instance
Input Spooling . . . . . . . . . . . . 361
Scoped Elements . . . . . . . . . . . 314
Output Spooling . . . . . . . . . . . 361
Choosing THREAD for Multithreading Support 314
Overriding File Attributes . . . . . . . . . 362
Language Restrictions under THREAD . . . . 314
Redirecting File Input and Output . . . . . . 363
Control Transfer within a Multithreaded
Locking and Releasing Files . . . . . . . . 363
Environment . . . . . . . . . . . . . 314
Locking and Releasing Records . . . . . . 364
Limitations on ILE COBOL in a Multithreaded
Sharing an Open Data Path to Access a File . . 365
Environment . . . . . . . . . . . . . 315
Unblocking Input Records and Blocking Output
Example of Using ILE COBOL in a Multithreaded
Records . . . . . . . . . . . . . . . 365
Environment . . . . . . . . . . . . . 315
Using File Status and Feedback Areas . . . . . 366
Sample Code for the Multithreading Example 315
FILE STATUS . . . . . . . . . . . . 366
Creating and Running the Multithreading
OPEN-FEEDBACK Area . . . . . . . . . 367
Example . . . . . . . . . . . . . . 318
I-O-FEEDBACK Area . . . . . . . . . . 367
Using Commitment Control . . . . . . . . 367
Chapter 14. ILE COBOL Error and Commitment Control Scoping . . . . . . . 371
Exception Handling . . . . . . . . . 319 Example of Using Commitment Control . . . 372
ILE Condition Handling . . . . . . . . . . 319 Sorting and Merging Files . . . . . . . . . 378
Ending an ILE COBOL Program . . . . . . . 321 Describing the Files . . . . . . . . . . 378
Using Error Handling Bindable Application Sorting Files . . . . . . . . . . . . . 380
Programming Interfaces (APIs) . . . . . . . 321 Merging Files . . . . . . . . . . . . 380
Initiating Deliberate Dumps . . . . . . . . 322 Specifying the Sort Criteria . . . . . . . . 381
Handling Errors in String Operations . . . . . 323 Writing the Input Procedure . . . . . . . 382
Handling Errors in Arithmetic Operations . . . . 324 Writing the Output Procedure . . . . . . . 383
The ON SIZE ERROR Phrase . . . . . . . 324 Restrictions on the Input Procedures and
Handling Errors in Floating-Point Computations 325 Output Procedures . . . . . . . . . . 383
Handling Errors in Input-Output Operations . . . 326
Contents vii
System Application Architecture® (SAA®) Common COPY Statement . . . . . . . . . . . 576
Programming Interface (CPI) Support . . . . . 555 REPLACE Statement . . . . . . . . . . 577
TITLE Statement . . . . . . . . . . . 577
Appendix B. The Federal Information Communications between Programs . . . . . . 577
Processing Standard (FIPS) Flagger . 557 FIPS Flagger. . . . . . . . . . . . . . 577
COBOL Program Listings . . . . . . . . . 578
Intrinsic Functions with Collating Sequence
Appendix C. ILE COBOL Messages 559 Sensitivity . . . . . . . . . . . . . . 578
COBOL Message Descriptions . . . . . . . . 559
Severity Levels . . . . . . . . . . . . 559
Appendix E. Example of a COBOL
Compilation Messages . . . . . . . . . . 560
Program Listings . . . . . . . . . . . 561 Formatted Dump . . . . . . . . . . 579
Interactive Messages . . . . . . . . . . . 561
Responding to Messages . . . . . . . . . 563 Appendix F. Migration and
Compatibility Considerations between
Appendix D. Supporting International OPM COBOL/400 and ILE COBOL . . 583
Languages with Double-Byte Migration Strategy . . . . . . . . . . . 583
Character Sets . . . . . . . . . . . 565 Compatibility Considerations . . . . . . . . 584
Using DBCS Characters in Literals . . . . . . 565 General Considerations . . . . . . . . . 584
How to Specify Literals Containing DBCS CL Commands . . . . . . . . . . . . 584
Characters . . . . . . . . . . . . . 566 Compiler-Directing Statements . . . . . . 587
How the COBOL Compiler Checks DBCS Environment Division . . . . . . . . . 588
Characters . . . . . . . . . . . . . 567 Data Division . . . . . . . . . . . . 588
How to Continue Mixed Literals on a New Line 567 Procedure Division . . . . . . . . . . 589
Syntax-Checker Considerations . . . . . . 567 Application Programming Interfaces (APIs) . . 598
Where You Can Use DBCS Characters in a Run Time. . . . . . . . . . . . . . 598
COBOL Program . . . . . . . . . . . 568
How to Write Comments . . . . . . . . 568 Appendix G. Glossary of
Identification Division . . . . . . . . . . 568 Abbreviations . . . . . . . . . . . 601
Environment Division . . . . . . . . . . 569
Configuration Section . . . . . . . . . 569 Appendix H. ILE COBOL
Input-Output Section . . . . . . . . . . 569
File Control Paragraph . . . . . . . . . 569
Documentation. . . . . . . . . . . 605
Data Division . . . . . . . . . . . . . 569 Online Information . . . . . . . . . . . 605
File Section . . . . . . . . . . . . . 569 Hardcopy Information . . . . . . . . . . 605
Working-Storage Section. . . . . . . . . 569
Procedure Division . . . . . . . . . . . 571 Notices . . . . . . . . . . . . . . 607
Intrinsic Functions. . . . . . . . . . . 571 Programming Interface Information . . . . . . 608
Conditional Expressions . . . . . . . . . 571 Trademarks and Service Marks . . . . . . . 608
Input/Output Statements . . . . . . . . 571 Acknowledgments. . . . . . . . . . . . 609
Data Manipulation Statements. . . . . . . 573
Procedure Branching Statements . . . . . . 576 Bibliography . . . . . . . . . . . . 611
Table Handling—SEARCH Statement . . . . 576
SORT/MERGE . . . . . . . . . . . . . 576 Index . . . . . . . . . . . . . . . 615
Compiler-Directing Statements . . . . . . . 576
Note: You should be familiar with Chapters 1 through 6 of this guide before
proceeding to the other chapters.
This book refers to other IBM® publications. These publications are listed in the
“Bibliography” on page 611 with their full title and base order number. When they
are referred to in text, a shortened version of the title is used.
Before you use this guide you should have a basic understanding of the following:
v Data processing concepts
v The COBOL programming language
v The IBM Operating System/400® (OS/400®) operating system
v Integrated Language Environment (ILE) concepts
v Application Programming Interfaces (APIs)
v Development tools, such as Application Development ToolSet (ADTS) for
Non-Programmable Terminal (NPT) base.
v How to use the controls and indicators on your display and how to use the keys
on your keyboard, such as:
– Cursor movement keys
– Function keys
– Field exit keys
– Insert and Delete keys
– Error Reset key.
v How to operate your display station when it is linked to the IBM iSeries system
and running iSeries software. This means knowing how to use the OS/400
operating system and its Control Language (CL) to do such things as:
– Sign on and sign off the display station
– Interact with displays
– Use Help
The iSeries Information Center contains advisors and important topics such as CL
commands, system application programming interfaces (APIs), logical partitions,
clustering, Java™ , TCP/IP, Web serving, and secured networks. It also includes
links to related IBM Redbooks and Internet links to other IBM Web sites such as
the Technical Studio and the IBM home page.
The manuals that are most relevant to the ILE COBOL compiler are listed in the
“Bibliography” on page 611.
If you are mailing a readers’ comment form from a country other than the
United States, you can give the form to the local IBM branch office or IBM
representative for postage-paid mailing.
v If you prefer to send comments electronically, use one of these e-mail addresses:
– Comments on books:
ACOS LOG10
ASIN LOWER-CASE
ATAN MEAN
CHAR NUMVAL
COS NUMVAL-C
CURRENT-DATE ORD
DATE-OF-INTEGER REVERSE
DAY-OF-INTEGER SIN
DATE-TO-YYYYMMDD SQRT
DAY-TO-YYYYDDD TAN
INTEGER-OF-DATE UPPER-CASE
INTEGER-OF-DAY WHEN-COMPILED
LENGTH YEAR-TO-YYYY
LOG
Note: START with NO LOCK is a new statement in both ILE COBOL and OPM
COBOL/400.
v Static procedure call support
You can develop your applications in smaller, better maintainable module
objects, and link them together as one program object, without incurring the
penalty of dynamic program call overhead. This facility, together with the
common runtime environment provided by the system, also improves your
ability to write mixed language applications. The ILE programming languages
permits the binding of C, RPG, COBOL, and CL into a single program object
regardless of the mix of source languages.
New syntax on the CALL literal statement and a new compiler option have been
added to ILE COBOL to differentiate between static procedure calls and dynamic
program calls.
v Variable Length Record support (RECORD IS VARYING Clause)
You can define and easily use different length records on the same file using
standard ANSI COBOL syntax. Not only does this provide great savings in
storage but it also eases the task of migrating complex applications from other
systems.
v Expanded compiler limits
ILE COBOL now offers expanded compiler limits:
– size of group and elementary data items
– size of fixed and variable length tables
– number of nesting levels for conditional statements
– number of operands in various Procedure Division statements
Industry Standards
Throughout this document, Standard COBOL refers to the COBOL programming
language as defined in the document:
v American National Standard for Information Systems - Programming Language -
COBOL, ANSI X3.23-1985, ISO 1989:1985 updated with the content of the
following documents, in the order they are listed:
– ANSI X3.23a-1989, American National Standard for Information Systems -
Programming Language - Intrinsic Function Module for COBOL and ISO
1989:1985/Amd.1:1992, Programming Languages - COBOL, Amendment 1:
Intrinsic function module
– ANSI X3.23b-1993, American National Standard for Information Systems -
Programming Language - Correction Amendment for COBOL and ISO/IEC
1989 DAM2 Programming Languages - COBOL, Amendment 2: Correction
and clarification amendment for COBOL
The ILE COBOL compiler is designed to support Standard COBOL (as defined
above) and
v FIPS Publication 21-4, Federal Information Processing Standard 21-4, COBOL
From this point on, the term Standard COBOL will be used to refer to the ANSI
standard just described.
Portions of this manual are copied from Standard COBOL documents, and are
reproduced with permission from these publications (copyright 1985 by the
American National Standards Institute), copies of which you can purchase from the
American National Standard Institute at 1430 Broadway, New York, New York,
10018.
An Acknowledgment
The following extract from U.S. Government Printing Office Form Number
1965-0795689 is presented for your information and guidance:
They must be spelled exactly as shown. If any keyword is missing, the compiler
considers it to be an error.
v Variables representing user-supplied names or values appear in all lowercase
letters; for example:
parmx
v For easier text reference, some words are followed by a hyphen and a digit or a
letter, as in:
identifier-1
This suffix does not change the syntactical definition of the word.
v Arithmetic and logical operators (+, −, *, /, **, >, <, =, >=, and <=) that appear
in syntax formats are required. For a complete listing of reserved ILE COBOL
words, see the WebSphere Development Studio: ILE COBOL Reference.
v All punctuation and other special characters appearing in the diagram are
required by the syntax of the format when they are shown; if you leave them
out, errors will occur in the program.
v You must write the required and optional clauses (when used) in the order
shown in the diagram unless the associated rules explicitly state otherwise.
v When you can choose from two or more items, they appear vertically, in a stack.
v An arrow returning to the left above an item indicates that the item can be
repeated:
v A repeat arrow above a stack of required or optional choices indicates that you
can make more than one choice from the stacked items, or repeat a single choice:
Format
(1) (2)
"" STATEMENT identifier-1 ( "
literal-1 (3)
item 1
(4)
" ( TO identifier-m "
ROUNDED
(5) (6)
" "$
SIZE ERROR imperative-statement-m END-STATEMENT
ON
item 1:
identifier-2
literal-2
arithmetic-expression-1
Notes:
1 The STATEMENT key word must be specified and coded as shown.
2 This operand is required. Either identifier-1 or literal-1 must be coded.
| The programming environment provided when the iSeries server was first
introduced is called the Original Program Model (OPM). COBOL, RPG, CL,
BASIC and PL/1 all operated in this model. In Version 1 Release 2, the Extended
Program Model (EPM) was introduced. EPM was created to support languages
like C, Pascal, and FORTRAN. For a full description of the principal characteristics
of OPM and EPM, refer to the ILE Concepts book.
The most significant difference between the OPM COBOL/400 environment and
the ILE COBOL environment is how a runnable program object is created. The ILE
COBOL compiler does not produce a runnable program object. It produces one or
more module objects that can be bound together in various combinations to form
one or more runnable units known as program objects.
ILE allows you to bind module objects written in different languages. Therefore, it
is possible to create runnable program objects that consist of module objects
written separately in COBOL, RPG, C, C++ and CL.
1. Design your
ILE COBOL
source program
An ILE COBOL source program consists of four divisions. The skeleton program
in Figure 2 on page 5 shows the structure of an ILE COBOL source program. It can
be used as a sample for designing ILE COBOL source programs.
ILE COBOL programs can be contained in other ILE COBOL programs. This
concept is known as nesting and the contained program is known as a nested
program. Figure 2 on page 5 shows how a nested ILE COBOL program is included
in an outermost ILE COBOL program. Not all the entries provided in the skeleton
program are required; most are provided for informational purposes only.
For more information on writing your ILE COBOL program, refer to the WebSphere
Development Studio: ILE COBOL Reference.
The Source Entry Utility (SEU) command, Start Source Entry Utility (STRSEU), is
used to enter and edit your ILE COBOL source statements. To help you enter
accurate ILE COBOL statements into the system the SEU display corresponds to
the standard COBOL coding form and as you enter or change a line of code, the
COBOL syntax checker checks the line for errors.
A compilation unit is an outermost ILE COBOL program and any nested ILE
COBOL programs within the outermost program. Multiple compilation units may
be entered in a single source member.
Module objects are the output of the ILE COBOL compiler. They are represented
on the system by the type *MODULE. Module objects cannot be run without first
being bound into program objects.
Debugging a Program
The ILE source debugger is used to detect errors in and eliminate errors from
program objects and service programs. You can use the ILE source debugger to:
v View the program source
v Set and remove conditional and unconditional breakpoints
v Step through the program
v Display the value of variables, structures, records, and arrays
v Change the value of variables
v Change the reference scope
v Equate a shorthand name to a variable, expression, or debug command.
Chapter 1. Introduction 7
Other Application Development Tools
The iSeries server offers a full set of tools that you may find useful for
programming.
CODE/400 contains features to help edit, compile, and debug: COBOL, ILE
COBOL, RPG, ILE RPG, Control Language (CL), ILE C, and ILE CL host source
programs; design display, printer, and database host files; and manage the
components that make up your application. This enhances program development
and moves the program development workload off the host. The application, when
built, runs on an OS/400 . For COBOL and ILE COBOL application development
and maintenance, CODE/400 provides:
v Language sensitive editing— includes token highlighting, format lines, a full
suite of prompts, and online help.
v Incremental syntax checking— provides immediate error feedback as each line of
source is entered
v Program verification— performs, at the workstation, the full range of syntax and
semantic checking that the compiler does, without generating object code
v A windowed environment for submitting host compiles and binds
v Source-level debugging
v A DDS design utility—allows you to easily change screens, reports, and database
files
v Access to Application Dictionary Services.
If you want to learn more about WebSphere Development Studio, see the most
current information available on the World Wide Web at
ibm.com/software/ad/wdt400/
To enter ILE COBOL source statements into the system, use one of the following
methods:
1. Enter source statements using the Source Entry Utility (SEU). This is the
method documented in this chapter.
2. Enter the source statements from a diskette or a tape by using the OS/400 CL
commands, CPYFRMTAP and CPYFRMDKT.
To obtain information on how to enter source statements using the CL
commands, refer to the CL and APIs section of the Database and File System
category in the iSeries 400 Information Center at this Web site
-http://www.ibm.com/eserver/iseries/infocenter.
| 3. Enter the source statements into a stream file using the Edit File (EDTF) CL
| command. This command is a general purpose stream file editor that can also
| be used to enter ILE Cobol source statements. However, this editor does not
| provide syntax checking capability and special format lines like SEU to aid in
| source entry. If you want to store your ILE Cobol source statements in a stream
| file but also want to use the syntax checking features of SEU, perform the
| following steps:
| v Enter the source statements into a file member using SEU
| v Use the Copy to Stream File (CPYTOSTMF) command to copy the contents
| of the file member to a stream file
A Source physical file is a file that stores members. These members contain source
statements, such as ILE COBOL source statements.
To create a library called MYLIB, use the Create Library (CRTLIB) command:
CRTLIB LIB(MYLIB)
To create a source physical file called QCBLLESRC in library MYLIB, use the
Create Source Physical File (CRTSRCPF) command:
CRTSRCPF FILE(MYLIB/QCBLLESRC)
Note: In the above example, the library MYLIB must exist before you can create
the source physical file.
For more information on creating library and source physical files, refer to
ADTS/400: Programming Development Manager manual.
Note: You can also enter your source program from diskette or tape with the
OS/400 copy function. For information on the OS/400 copy function, see the
CL and APIs section of the Programming category in the iSeries 400
Information Center at this Web site
-http://www.ibm.com/eserver/iseries/infocenter.
For a complete description of how to enter source statements using SEU, refer to
ADTS for AS/400: Source Entry Utility.
A compilation unit is an outermost ILE COBOL program and any nested ILE
COBOL programs within the outermost program. Multiple compilation units may
be entered in a single source member.
The ILE COBOL compiler supports an additional record length of 102; a field of 10
characters containing supplementary information is placed at the end of the record
(positions 93-102). This information is not used by the ILE COBOL compiler, but is
A source file is supplied where you can store your source records if you do not
want to create your own file. This file, named QCBLLESRC, is in library QGPL and
has a record length of 92 characters.
Starting SEU
To enter ILE COBOL source program using SEU, enter the Start Source Entry
Utility (STRSEU) command, and specify CBLLE for the TYPE parameter. Specify
SQLCBLLE for the TYPE parameter if your source program contains imbedded
SQL.
If you do not specify a TYPE parameter, SEU uses the same type used when the
member was last edited, as the default value. If you do not specify a TYPE
parameter and you are creating a new member, SEU assigns a default member
type associated with the name of the source physical file. For ILE COBOL, this
default member type is CBLLE. For other methods of starting SEU, refer to ADTS
for AS/400: Source Entry Utility.
Any time a source line is entered or changed, other lines of source code can be
syntax checked as part of that unit of syntax-checking. The length of a single unit
of syntax-checking is determined by extending from an entered or changed line as
follows:
v A unit of syntax-checking extends towards the beginning of the source member
until the beginning of the first source line, or until a period that is the last entry
on a line is found.
v A unit of syntax-checking extends towards the end of the source member until
the end of the last source line, or until a period that is the last entry on a line is
found.
Because the COBOL syntax checker checks only one sentence as it is entered or
changed, independent of sentences that precede or follow it, only syntax errors
within each source statement can be detected. No inter-relational errors, such as
undefined names and incorrect references to names, are detected. These errors are
detected by the ILE COBOL compiler when the program is compiled.
Syntax checking occurs as you enter the source code. Error messages are generated
by lines consisting of incomplete statements. These disappear when the statements
are completed, as in the example:
Figure 4. COBOL Syntax Checker error message generated for an incomplete statement
Figure 5. COBOL Syntax Checker error message disappears after statement is completed
An error message is generated after the first line is entered and disappears after
the second line is entered, when the statement is completed.
The following regulations apply to syntax checking for ILE COBOL source code:
Note: In order to perform these tasks using these commands you must first have
the authority to use the commands.
1. To create a library called MYLIB, type
CRTLIB LIB(MYLIB)
All valid ILE COBOL characters except $, @, and # are included in the
Syntactic/Invariant Character Set 640. Characters in this set have the same code
point in all single-byte EBCDIC code pages, except Code Page 290 (where the code
points used for lower-case alphabetic characters in the other code pages are
assigned to Katakana characters), and certain code pages which use a different
code point for the " (quotes) character.
Note: The @ and # characters support IBM extensions and conventions. The @
character can appear as a conversion specifier in a FORMAT clause literal.
The @ and # characters are accepted as valid when checking a literal that
defines a program name in a CALL statement.
The ILE COBOL compiler will accept source code written in any single-byte or
mixed-byte EBCDIC CCSID, except those based on Code Page 290 (for example,
CCSID 290 or CCSID 930).
CCSIDs can help you to maintain the integrity of character data across systems.
If you accept the default, then the CCSID of the job will be assigned to the source
physical file. The CCSID assigned depends on the code page being used by the
iSeries machine on which the source file is created.
The default CCSID for an iSeries system is CCSID 65535. If the system’s CCSID is
65535, then the CCSID assigned to the source physical file is determined by the
language identifier of the job.
The secondary source files can have CCSIDs that are different from the CCSID of
the primary source file. In this case, the contents of the secondary files are
converted to the CCSID of the primary source files as they are processed by the
ILE COBOL compiler.
CCSID 65535 implies that no conversion of the source file is to take place. If either
the primary source file, the secondary source file, or both are assigned CCSID
65535 then no conversion takes place. A syntax error could be reported by the ILE
COBOL compiler if the secondary source file contains characters that are not
recognized by the character set specified by the CCSID of the primary source file.
When a Format 2 COPY statement is used to incorporate DDS file descriptions into
your source program, CCSID conversion does not take place. If the DDS source has
a different CCSID than the source member into which it is being copied, then the
copied DDS source may contain some characters which are not valid. These
characters will be flagged as syntax errors.
If the primary source file and the secondary source files have different CCSIDs and
neither is CCSID 65535 then the compile time performance may be impacted. The
ILE COBOL compiler must spend time converting the secondary source files from
one CCSID to the CCSID of the primary source file. This time may be significant
depending on the size of the source files. This is illustrated in the following figure:
Primary Source
CCSID = 37
Compile step
COPY copyfile1
MOVE "abc"
to data-item. Program Object
CCSID 37
Literal Pool:
Ends up
containing
"abc" and "def"
copyfile1
CCSID = 285
Compile step
MOVE "def"
to data-item.
For more information on changing the attributes of a job, see the CHGJOB
command in the CL and APIs section of the Programming category in the iSeries
400 Information Center at this Web site
-http://www.ibm.com/eserver/iseries/infocenter.
In the case that any of these CCSIDs is equal to 65535, no conversion is done.
When you create a locale object, you can assign a CCSID to it. For example, the
locale object created in “Assigning a CCSID to a Locale” on page 16 is created with
a CCSID of 273. When you compile a program, you can also assign a CCSID. If the
CCSID you specify at compile time is different than the CCSID you specified at the
time the locale object was created, then at runtime, a conversion is made to the
CCSID specified at compile time.
In the above example, line 1 defines the locale mnemonic-name usa, and
associates that locale mnemonic-name usa with EN_US in library QSYSLOCALE.
Although this line defines a locale object, it doesn’t have to exist at compile time.
However, the locale object does have to exist at runtime. For more information
about creating locale objects, refer to “Creating Locales on the iSeries” on page 184
or “Assigning a CCSID to a Locale” on page 16.
Most statements in ILE COBOL assume the data is in CCSID 37 (in other words,
single-byte EBCDIC). However some statements do support data in one or
multiple CCSIDs:
v A MOVE statement with a receiver associated with a locale will convert the
sending data to the compile time CCSID.
v A MOVE statement with a sender associated with a locale, or a statement that
involves implicit moves, will convert the sender to CCSID 37 when:
– A numeric-edited item is de-edited
– A date-time item is de-edited.
v A relational condition that results in date-time comparison, non-numeric
comparison, or numeric comparison.
A module object cannot be run by itself. It must first be bound into a program
object. You can bind one or more module objects together to create a program
object (type *PGM) or a service program (type *SRVPGM). This ability to combine
module objects allows you to:
v Reuse pieces of code generally resulting in smaller programs.
v Share code between several programs therefore eliminating the chance of
introducing errors to other parts of the overall program while updating a shared
section.
v Mix languages to select the language that best performs the task that needs to be
done.
The Create COBOL Module (CRTCBLMOD) command creates one or more module
objects from ILE COBOL source statements. These module objects remain stored in
the designated library until explicitly deleted or replaced. The module objects can
then later be bound into a runnable program object using the Create Program
(CRTPGM) command or into a service program using the Create Service Program
(CRTSRVPGM) command. The module objects still exist in the library after the
program object or service program has been created. For more information on
creating a program object from one or more module objects, refer to “Using the
For more information on creating a program object in one step, refer to “Using the
Create Bound COBOL (CRTBNDCBL) Command” on page 75.
END PROGRAM C.
ILE Procedure D:
** MODULE D ** MODULE D
ID DIVISION.
PROGRAM-ID. D. ILE Procedure D: ILE Procedure D:
END PROGRAM D.
A module object can have module exports and module imports associated with it.
A module export is the name of a procedure or data item that is available for use
by other ILE objects through the binding process. The module export is identified
by its name and its associated type, either procedure or data. Module exports can
be scoped in two ways: to the program object and to the activation group. Not all
names that are exported to the program object are exported to the activation
group. The ILE COBOL compiler creates module exports for each of the following
COBOL programming language constructs:
The module import is generated when the target procedure is not defined in the
referencing module object. A weak import to data item is generated when the data
item is referenced in the ILE COBOL program.
Note: In order to create a module object with the CRTCBLMOD command you
must have authority to use the command.
You can use a control language program that can monitor for this exception by
using the Monitor Message (MONMSG) CL command.
Each parameter on this display shows a default value. Type over any items to set
different values or options. If you are unsure about the setting of a parameter
value, type a question mark (?) in the first position of the field and press Enter, or
F4 (Prompt), to receive more detailed information. The question mark must be
"" "$
CRTCBLMOD "
*CURLIB/ *PGMID
MODULE ( library-name/ module-name )
" "
*LIBL/ QCBLLESRC
SRCFILE ( *CURLIB/ source-file-name )
library-name/
" "
*MODULE
SRCMBR ( source-file-member-name )
| " "
SRCSTMF ( source-stream-file-name ) *PRINT
OUTPUT ( *NONE )
"
30
GENLVL ( severity-level-value )
"
*SRCMBRTXT
TEXT ( *BLANK )
'text-description'
" "
OPTION ( OPTION Details ) CVTOPT ( CVTOPT Details )
" "
*NOMAX 30
MSGLMT ( maximum-number severity-level )
"
*STMT
DBGVIEW ( *SOURCE )
*LIST
*ALL
*NONE
"
*NONE
OPTIMIZE ( *BASIC )
*FULL
Chapter 3. Compiling Source Programs into Module Objects 23
" "
*NOFIPS *NOOBSOLETE
FLAGSTD ( )
*MINIMUM *OBSOLETE
*INTERMEDIATE
*HIGH
" "
*DFRWRT *UNDSPCHR *ACCUPDALL
EXTDSPOPT ( )
*NODFRWRT *NOUNDSPCHR *ACCUPDNE
"
0 *YES
FLAG ( severity-level ) REPLACE ( *NO )
"
*LIBCRTAUT *PGM
AUT ( *ALL ) LINKLIT ( *PRC )
*CHANGE
*USE
*EXCLUDE
authorization-list-name
" "
*CURRENT
TGTRLS ( *PRV )
target-release
" "
*HEX
SRTSEQ ( *JOB )
*JOBRUN
*LANGIDUNQ
*LANGIDSHR
*LIBL/ sort-seq-table-name
*CURLIB/
library-name/
"
*JOBRUN
LANGID ( *JOB )
language-identifier-name
"
*PEP *NOCOL
ENBPFRCOL ( *ENTRYEXIT ) PRFDTA ( *COL )
*FULL
" "
*JOBRUN *NOEXTEND
CCSID ( *JOB ) ARITHMETIC ( *EXTEND31 )
*HEX
ccsid-number
| " "
LICOPT ( options ) *NONE
INCDIR ( directory )
| " "
*NO
PGMINFO ( *PCML )
| "
INFOSTMF ( program-interface-stream-file-name )
OPTION Details:
*SRC
*SOURCE *NOXREF *GEN *NOSEQUENCE *NOVBSUM
"
*NOSOURCE *XREF *NOGEN *SEQUENCE *VBSUM
*NOSRC
CVTOPT Details:
The default values are displayed first, and are underscored for identification.
All object names specified for the CRTCBLMOD command must follow
iSeriesnaming conventions: the names may be basic names, ten characters in
length, composed of alphanumeric characters, the first of which must be
alphabetic; or the names may be quoted names, eight characters in length, enclosed
in double quotes.
You can specify various compiler options by using the OPTION parameter of the
CRTCBLMOD command or from within the source program using the PROCESS
statement. Any options specified in the PROCESS statement override the
corresponding options on the CRTCBLMOD command.
MODULE Parameter:
Specifies the module name and library name for the module object you are
creating. The module name and library name must conform to iSeries naming
conventions. The possible values are:
*PGMID
The name for the module is taken from the PROGRAM-ID paragraph in
the outermost ILE COBOL source program of the compilation unit.
module-name
Enter a name to identify the compiled ILE COBOL module. If you specify
a module name for this parameter, and compile a sequence of source
programs (multiple compilation units in a single source file member) the
first module in the sequence uses this name; any other modules use the
name specified in the PROGRAM-ID paragraph in the corresponding
outermost ILE COBOL source program of the compilation unit.
Note: The *RANGE option generates code for checking subscript ranges.
For example, it ensures that you are not attempting to access the
element 21 of a 20-element array.
Note: The maximum record length for a file that will be created
dynamically is 32 766. Indexed files will not be dynamically created
even though the *CRTF option has been specified.
*NODUPKEYCHK
Does not check for duplicate primary keys for INDEXED files.
*DUPKEYCHK
Checks for duplicate primary keys for INDEXED files.
*NOINZDLT
Relative files with sequential access are not initialized with deleted records
during the CLOSE operation if the files have been opened for OUTPUT.
The record boundary is determined by the number of records written at
OPEN OUTPUT time. Subsequent OPEN operations allow access only up
to the record boundary.
*INZDLT
Relative files with sequential access are initialized with deleted records
during the CLOSE operation if the files were opened for OUTPUT. Active
records in the files are not affected. The record boundary is defined as the
file size for subsequent OPEN operations.
*NOBLK
The compiler allows blocking only of SEQUENTIAL access files with no
START statement. The BLOCK CONTAINS clause, if specified, is ignored,
except for tape files.
*BLK
When *BLK is used and a BLOCK CONTAINS clause is specified, the
compiler allows blocking for DYNAMIC access files and SEQUENTIAL
access files with a START statement. Blocking is not allowed for RELATIVE
files opened for output operations. The BLOCK CONTAINS clause controls
the number of records to be blocked.
When *BLK is used and no BLOCK CONTAINS clause is specified, the
compiler allows blocking only of SEQUENTIAL access files with no START
statement. The operating system determines the number of records to be
blocked.
*STDINZ
For those items with no VALUE clause, the compiler initializes data items
to default values. The value assigned to each area of storage of the first
level-01 or level-77 data item that occupies the area.
*NOSTDINZ
For those items with no VALUE clause, the compiler does not initialize
data items to system defaults.
*NODDSFILLER
If no matching fields are found by a COPY DDS statement, no field
descriptions are generated.
Note: The current version of the command may support options that are not
available in previous releases of the command. If the command is used
Note: *COL can be specified only when the optimization level of the
module is *FULL, and when compiling with a target release of
*CURRENT.
CCSID Parameter:
Specifies the coded character set identifier (CCSID) that records in files, and
data associated with LOCALEs, are converted to at run time.
*JOBRUN
The CCSID of the program is resolved at run time. When the compiled
program is run, the current job’s CCSID is used.
*JOB
The current job’s CCSID at compile time is used.
*HEX
The CCSID 65535 is used, which indicates that data in the fields is treated
as bit data, and is not converted.
coded-character-set-identifier
Specifies the CCSID to be used.
ARITHMETIC Parameter:
Specifies the arithmetic mode for numeric data. The possible values are:
*NOEXTEND
This option specifies the default arithmetic mode for numeric data. The
intermediate result of a fixed-point arithmetic expression can be up to 30
digits and numeric literals may only have a maximum length of 18 digits.
*EXTEND31
Use this option to increase the precision of intermediate results for
fixed-point arithmetic. The intermediate result of a fixed-point arithmetic
expression can be up to 31 digits and numeric literals may have a
maximum length of 31 digits.
NTLPADCHAR Parameter:
This option specifies padding characters for the MOVE statement, when a
national data item receives single-byte, double-byte, or national characters.
Specify the padding characters in the following order:
1. Single-byte to national
The sending item is a single-byte item, such as alphabetic or alphanumeric.
Specify a national hexadecimal character. The default is NX"0020".
2. Double-byte to national
The sending item is a double-byte item. Specify a national hexadecimal
character. The default is NX"3000".
3. National to national
The sending item is a national item. Specify a national hexadecimal
character. The default is NX"3000".
LICOPT Parameter:
Specifies one or more Licensed Internal Code compile-time options. This
parameter allows individual compile-time options to be selected, and is
The CRTCBLMOD command creates the module XMPLE1 in MYLIB, the same
library which contains the source. The output option OUTPUT(*PRINT)
specifies a compiler listing. The conversion option CVTOPT(*FLOAT) specifies
that floating-point data types are brought into the program with their DDS
names and a USAGE of COMP-1 (single-precision) or COMP-2
(double-precision).
2. Type one of the following CL commands to view the compile listing.
Note: The ILE COBOL compiler and the OPM COBOL/400 compiler are separate
individual product options. The information contained in this section applies
only to the current release of the ILE COBOL compiler.
For more information about the TGTRLS parameter, see “TGTRLS Parameter” on
page 39.
You specify the actual collating sequence used, through the options of the SRTSEQ
and LANGID parameters of the CRTCBLMOD and CRTBNDCBL commands. For
example, if you specify SRTSEQ(*JOBRUN) and LANGID(*JOBRUN), the collating
sequence of the program will be resolved at run time. This value allows the source
program to be compiled once and used with different collating sequences at run
time. The PROCESS statement options associated with SRTSEQ and LANGID may
also be used to specify the collating sequence (see “Using the PROCESS Statement
to Specify Compiler Options” on page 47).
If your source program does not have NLSSORT associated with an alphabet-name
in its ALPHABET clause, or has an ALPHABET clause specifying NLSSORT but
the associated alphabet-name is not referred to in any PROGRAM COLLATING
SEQUENCE clause or COLLATING SEQUENCE phrase of SORT/MERGE
statements, then the sort sequence identified by the SRTSEQ and LANGID
parameters is not used.
Refer to the WebSphere Development Studio: ILE COBOL Reference for a full
description of the ALPHABET clause, PROGRAM COLLATING SEQUENCE
clause, and SORT/MERGE statements. Refer to “Parameters of the CRTCBLMOD
Command” on page 26 for a description of the SRTSEQ and LANGID parameters.
Once enough profiling data has been collected, the End Program Profiling
(ENDPGMPRF) CL command should be entered.
Program profiling data can be removed from the modules within a program object
or service program with the *CLR value of the PRFDTA parameter on the
CHGPGM and CHGSRVPGM CL commands.
Data that is collected for the basic blocks within procedures is used by the ILE
optimizing translator to rearrange these blocks for better cache utilization. Block
information is applied to procedures within a module; it does not span module
boundaries.
The binder uses the procedure call data in order to package procedures that often
call each other together for better page utilization. In other words, it is possible to
have PROCA in module A packaged next to PROCB in module B (if PROCA
makes many calls to PROCB) in the profiled program. Procedure call data is
applied at the program level; it does span module boundaries.
Profiling data can only be collected if the current target release is specified. In
order for an ILE program or service program to be profiled, the program must
have a target release of V4R2M0, or later. This also means that a program enabled
to collect profiling data or a profiled program cannot be saved or restored to a
release earlier than V4R2M0.
For more information about the PRFDTA parameter, refer to page “PRFDTA
Parameter” on page 41.
Note: The potential for inaccuracies in the collected data exists if profile data is
collected for programs running in a parallel environment, for example, a
multi-threaded process.
For items of class date-time the FORMAT clause is used in place of a PICTURE
clause. In the example above, after the keyword FORMAT the keyword DATE
declares an item of category date. After the keyword date a format literal describes
the format of the date data item. In the case of data item date1 the %m stands for
months, %d for days, and the @Y for year (including a 2-digit century). The % and @
character begin a specifier. The three specifiers shown here are part of a set of
specifiers documented in the WebSphere Development Studio: ILE COBOL Reference .
The other date data item, date2, has no format literal explicitly specified; however,
a default date format can be specified in the SPECIAL-NAMES paragraph. An
example is shown below:
SPECIAL-NAMES. FORMAT OF DATE IS "@C:%y:%j".
If the above SPECIAL-NAMES paragraph had been specified in the same program
as the data item, date2, its date format would have been @C:%y:%j. On the other
hand, if a SPECIAL-NAMES paragraph did not exist, the format of the date item
would default to ISO. An ISO date has the format @Y-%m-%d.
When *DATE has been specified, any DDS date data types are converted to
COBOL date items; in other words, a FORMAT clause is generated instead of a
PICTURE clause.
In DDS to specify the format of a date field, the DATFMT keyword can be
specified. The DATFMT keyword can also be specified on zoned, packed, and
character fields. For these types of fields, COPY DDS would normally generate a
PICTURE clause for a numeric zoned, numeric packed, and alphanumeric data
item, respectively. You can force COPY DDS to generate a FORMAT clause for
these items by specifying the *CVTTODATE value of the CVTOPT parameter.
For a list of the DATFMT parameters allowed for zoned, packed, and character
DDS fields, and their equivalent ILE COBOL format that is generated from COPY
DDS when the CVTOPT(*CVTTODATE) conversion parameter is specified, refer to
“Class Date-Time” on page 390 and “Working with Date-Time Data Types” on
page 176.
For moves and comparisons involving a mixture of 4-digit and 2-digit dates, ILE
COBOL uses a default windowing algorithm with a base century of 1900 and a
base year of 40. Because inaccuracies can result, it may be necessary to override the
default window. For more information about the ILE COBOL windowing
algorithm and how to override it, refer to “Conversion of 2-Digit Years to 4-Digit
Years or Centuries” on page 180.
The following tables indicate the allowable PROCESS statement options and the
equivalent CRTCBLMOD or CRTBNDCBL command parameters and options.
Defaults are underlined. Descriptions of the PROCESS statement options
correspond to the parameter and option descriptions under “Parameters of the
CRTCBLMOD Command” on page 26.
Note: Not every parameter of the CRTCBLMOD and CRTBNDCBL commands has
a corresponding option in the PROCESS statement. In addition, several
options are only available on the process statement. For descriptions of the
options that are only on the PROCESS statement, see “PROCESS Statement
Options” on page 53.
You can specify more than one option within the brackets for the EXTDSPOPT
option. For example, to specify DFRWRT and UNDSPCHR, type
EXTDSPOPT(DFRWRT UNDSPCHR)
When EXTDSPOPT alone is specified in the PROCESS statement, then all the
default values for the additional options are in effect.
The DATTIM and CCSID process statement options also allow more than one
value within their brackets. For these two options, the order of the values within
their brackets is significant. For example, the DATTIM option has two values. The
first is the base Century, and the second is the base year. This means that you must
specify a base century in order to specify a base year.
All module objects or program objects are stored in the library specified on the
MODULE parameter or PGM parameter. If module-name or program-name is
specified for the MODULE parameter or PGM parameter, the first module object or
program object corresponding to the first ILE COBOL source program in the
sequence of ILE COBOL source programs use that name, and all module objects or
program objects corresponding to the other ILE COBOL source programs in the
same input source member use the name specified in the PROGRAM-ID paragraph
in the ILE COBOL source program.
The Format 1 COPY statement can be used within the PROCESS statement to
retrieve compiler options previously stored in a source library, and include them in
the PROCESS statement. COPY can be used to include options that override those
specified as defaults by the compiler. Any PROCESS statement options can be
retrieved with the COPY statement.
The following example shows the use of the COPY statement within the PROCESS
statement. Notice also that, in this example, NOMAP overrides the corresponding
option in the library member:
| 5722WDS V5R2M0 020719 LN IBM ILE COBOL CBLGUIDE/COPYPROC ISERIES1 02/08/15 11:39:37 Page 2
S o u r c e
STMT PL SEQNBR -A 1 B..+....2....+....3....+....4....+....5....+....6....+....7..IDENTFCN S COPYNAME CHG DATE
000100 PROCESS XREF
000200 COPY PROCDFLT.
+000100 MAP, SOURCE, APOST PROCDFLT
+000200 PROCDFLT
000300 NOMAP, FLAG(20)
1 000400 IDENTIFICATION DIVISION.
2 000500 PROGRAM-ID. COPYPROC.
3 000600 ENVIRONMENT DIVISION.
4 000700 CONFIGURATION SECTION.
5 000800 SOURCE-COMPUTER. IBM-ISERIES
6 000900 OBJECT-COMPUTER. IBM-ISERIES
7 001000 PROCEDURE DIVISION.
001100 MAINLINE.
8 001200 DISPLAY "HELLO WORLD".
9 001300 STOP RUN.
001400
* * * * * E N D O F S O U R C E * * * * *
If you specify the EJECT statement in your program, the next source statement
prints at the top of the next page in the compiler listing. This statement may be
written anywhere in Area A or Area B and must be the only statement on the line.
The SKIP1/2/3 statement causes blank lines to be inserted in the compiler listing.
A SKIP1/2/3 statement can be written anywhere in Area A or B. It must be the
only statement on the line.
v SKIP1 inserts a single blank line (double spacing).
v SKIP2 inserts two blank lines (triple spacing).
v SKIP3 inserts three blank lines (quadruple spacing).
Each of the above SKIP statements causes a single insertion of one, two, or three
lines.
You can selectively list or suppress your ILE COBOL source statements by using
the *CONTROL, *CBL, or COPY statements:
v *CONTROL NOSOURCE and *CBL NOSOURCE suppress the listing of source
statements.
v *CONTROL SOURCE and *CBL SOURCE continue the listing of source
statements.
v A COPY statement bearing the SUPPRESS phrase suppresses the listing of
copied statements. For its duration, this statement overrides any *CONTROL or
*CBL statement. If the copied member contains *CONTROL or *CBL statements,
the last one runs once the COPY member has been processed.
Refer to the WebSphere Development Studio: ILE COBOL Reference for additional
information about the EJECT, SKIP1/2/3, *CONTROL, *CBL, COPY, and TITLE
statements.
Time-Separation Characters
The TIMSEP parameter of job-related commands (such as CHGJOB) now specifies
the time-separation character used in the time stamps that appear on compiler
listings. In the absence of a TIMSEP value, the system value QTIMSEP is used by
default.
For complete information on browsing through a compiler listing, see ADTS for
AS/400: Source Entry Utility.
Command Summary
This summary, produced as a result of compilation, lists all options specified in the
CRTCBLMOD or CRTBNDCBL command. Refer to “Using the Create COBOL
Module (CRTCBLMOD) Command” on page 22 for more information about
user-defined options.
| 5722WDS V5R2M0 020719 LN IBM ILE COBOL CBLGUIDE/EXTLFL ISERIES1 02/08/15 13:11:39 Page 1
Command . . . . . . . . . . . . . . . : CRTCBLMOD
Actual Values:
Module . . . . . . . . . . . . . . . : EXTLFL
Library . . . . . . . . . . . . . : CBLGUIDE
Source file . . . . . . . . . . . . : QCBLLESRC
Library . . . . . . . . . . . . . : CBLGUIDE
CCSID . . . . . . . . . . . . . . : 37
Source member . . . . . . . . . . . : EXTLFL 02/03/05 10:50:50
Text ’description’ . . . . . . . . . : *BLANK
Command Options:
Module . . . . . . . . . . . . . . . : EXTLFL
Library . . . . . . . . . . . . . : CBLGUIDE
Source file . . . . . . . . . . . . : QCBLLESRC
Library . . . . . . . . . . . . . : CBLGUIDE
Source member . . . . . . . . . . . : EXTLFL
Output . . . . . . . . . . . . . . . : *PRINT
Generation severity level . . . . . : 30
Text ’description’ . . . . . . . . . : *SRCMBRTXT
Compiler options . . . . . . . . . . : *NONE
Conversion options . . . . . . . . . : *NONE
Message limit:
Number of messages . . . . . . . . : *NOMAX
Message limit severity . . . . . . : 30
Debug view . . . . . . . . . . . . . : *STMT
Optimize level . . . . . . . . . . . : *NONE
FIPS flagging . . . . . . . . . . . : *NOFIPS *NOOBSOLETE
Extended display options . . . . . . : *NONE
Flagging severity . . . . . . . . . : 0
Replace module . . . . . . . . . . . : *NO
Authority . . . . . . . . . . . . . : *LIBCRTAUT
Link literal . . . . . . . . . . . . : *PGM
Target release . . . . . . . . . . . : *CURRENT
Sort sequence . . . . . . . . . . . : *HEX
Library . . . . . . . . . . . . . :
Language identifier . . . . . . . . : *JOBRUN
Enable performance collection:
Collection level . . . . . . . . . : *PEP
Profiling data . . . . . . . . . . . : *NOCOL
Coded character set ID . . . . . . . : *JOBRUN
Arithmetic mode. . . . . . . . . . . : *NOEXTEND
Padding character:
Single byte to national . . . . . : NX"0020"
Double byte to national . . . . . : NX"3000"
National to national . . . . . . . : NX"3000"
Include directory . . . . . . . . . . : *NONE
Generate program information . . . . . : *NO
Compiler . . . . . . . . . . . . . . . : IBM ILE COBOL
Source Listing
Figure 13 illustrates a source listing. The statements in the source program are
listed exactly as submitted except for program source text that is identified in the
REPLACE statement. The replacement text will appear in the source listing. After
the page in which the PROGRAM-ID paragraph is listed, all compiler output pages
have the program-id name listed in the heading before the system name.
D Sequence error indicator column: An S in this column indicates that the line is
out of sequence. Sequence checking is performed on the reference number
field only if the SEQUENCE option is specified.
E Copyname: The copyname, as specified in the ILE COBOL COPY statement,
is listed here for all records included in the source program by that COPY
statement. If the DDS-ALL-FORMATS phrase is used, the name
<--ALL-FMTS appears under COPYNAME.
F Change/date field: The date the line was last modified is listed here.
G Imbedded error: The first level error message is imbedding in the listing after
the line on which the error occurred. The clause, statement, or phrase
causing the error is identified.
| 5722WDS V5R2M0 020719 LN IBM ILE COBOL CBLGUIDE/SAMPLE ISERIES1 02/08/15 11:18:21 Page 7
V e r b U s a g e B y C o u n t
VERB COUNT
ADD 1
CLOSE 2
DISPLAY 1
GOTO 2
IF 1
MOVE 5
OPEN 2
PERFORM 1
READ 1
STOP 1
WRITE 1
O Attributes: The attributes of the item are listed here as follows:
v For files, the following information can be given:
– DEVICE type
– ORGANIZATION information
– ACCESS mode
– BLOCK CONTAINS information
– RECORD CONTAINS information
– LABEL information
– RERUN is indicated
– SAME AREA is indicated
– CODE-SET is indicated
– SAME RECORD AREA is indicated
– LINAGE is indicated
– NULL CAPABLE is indicated.
v For data items, the attributes indicate if the following information was
specified for the item:
– REDEFINES information
– VALUE
– JUSTIFIED
– SYNCHRONIZED
– BLANK WHEN ZERO
– SIGN IS LEADING
– SIGN IS LEADING SEPARATE CHARACTER
– SIGN IS SEPARATE CHARACTER
– INDICATORS
– SIZE
– TYPEDEF
– TYPE clause information
– LOCALE information.
FIPS Messages
The FIPS messages, Figure 16, are listed when the FLAGSTD parameter is
specified. See “FLAGSTD Parameter” on page 37 for more information about
specifying the option for FIPS flagging. Only messages for the requested FIPS
subset, optional modules and/or obsolete elements are listed.
Note: The sequence number and column number are given for each time the
message is issued.
The FIPS messages consist of the following fields:
| 5722WDS V5R2M0 020719 LN IBM ILE COBOL CBLGUIDE/SAMPLE ISERIES1 02/08/15 11:18:21 Page 9
C O B O L F I P S M e s s a g e s
FIPS-ID DESCRIPTION AND SEQUENCE NUMBERS FLAGGED Q
P
LNC8100 Following items are obsolete language elements.
LNC8102 AUTHOR paragraph.
000600 10
LNC8103 DATE-COMPILED paragraph.
000900 10
LNC8104 INSTALLATION paragraph.
000700 10
LNC8105 DATE-WRITTEN paragraph.
000800 10
LNC8117 LABEL RECORDS clause.
002500 12
LNC8177 DATA RECORDS clause.
002700 12
LNC8200 Following nonconforming standard items valid only at FIPS intermediate level or higher. R
LNC8201 COPY statement.
004200 8
LNC8500 Following nonconforming nonstandard items are IBM-defined or are IBM extensions.
LNC8504 Assignment-name in ASSIGN clause.
001900 36
LNC8518 USAGE IS COMPUTATIONAL-3.
003200 49
LNC8520 USAGE IS POINTER or PROCEDURE-POINTER.
004300 26
LNC8561 Default library assumed for COPY statement.
004200 8
LNC8572 SKIP1/2/3 statement.
000400 13
001000 13
001200 13
001600 13
002000 13
002200 13
003000 13
004400 13
005000 13
005400 13
006500 13
006900 13
007200 13
008000 13
008800 13
009300 13
LNC8616 TYPEDEF clause.
003200 29
LNC8617 TYPE clause.
003400 26
003800 26
30 FIPS violations flagged. S
* * * * * E N D O F C O B O L F I P S M E S S A G E S * * * * *
Option Heading
NONUMBER DESCRIPTION AND SEQUENCE NUMBERS FLAGGED
NUMBER DESCRIPTION AND USER-SUPPLIED NUMBERS FLAGGED
LINENUMBER DESCRIPTION AND LINE NUMBERS FLAGGED
R Items grouped by level: These headings subdivide the FIPS messages by level
and category.
S FIPS violations flagged: The total number of FIPS violations flagged is
included at the end of the FIPS listing.
Cross-Reference Listing
Figure 17 shows the cross-reference listing, which is produced when the XREF
option is specified. It provides a list of all data references, procedure-name
references, and program-name references, by statement number, within the source
program.
Messages
Figure 18 shows the messages that are generated during program compilation.
Heading Origin
NONUMBER SEQNBR Source-file sequence numbers
NUMBER NUMBER User-supplied sequence numbers
LINENUMBER LINNBR Compiler-generated sequence numbers
When a message is issued for a record from a copy file, the number is
preceded by a +.
Y MSGID and Severity Level: These fields contain the message number and its
associated severity level. Severity levels are defined as follows:
00 Informational
10 Warning
20 Error
30 Severe Error
40 Unrecoverable (usually a user error)
50 Unrecoverable (usually a compiler error)
Z Message: The message identifies the condition and indicates the action
taken by the compiler.
1. The statement number and the reference number do not appear on certain messages that reference missing items. For example, if
the PROGRAM-ID paragraph is missing, message LNC0031 appears on the listing with no statement or reference number listed.
When a program object is created, only ILE procedures in those module objects
containing debug data can be debugged by the ILE source debugger. The debug
data does not affect the performance of the running program object. Debug data
does increase the size of the generated program object.
A program object is run by using a dynamic program call. The entry point to the
program object is the PEP.
Path 1 Path 2
CRTCBLMOD Previously
Created
Module Objects,
Service programs
Module
Object(s)
CRTPGM CRTBNDCBL
Runnable Runnable
Program Object(s) Program Object(s)
These two paths both use the binding process. The Create Program (CRTPGM)
command creates a program object from module objects created from ILE COBOL
source programs using the Create COBOL Module (CRTCBLMOD) command, and
zero or more service programs.
Note: Module objects created using the Create RPG Module (CRTRPGMOD),
Create C Module (CRTCMOD), and Create CL Module (CRTCLMOD)
commands can also be bound using Create Program (CRTPGM).
The Create Bound COBOL (CRTBNDCBL) command creates one or more
temporary module objects from one or more ILE COBOL compilation units, and
then creates one or more program objects. Once the program object is created,
CRTBNDCBL deletes the module object(s) it created. This command performs the
combined tasks of the Create COBOL Module (CRTCBLMOD) and Create Program
(CRTPGM) commands in a single step. Previously created module objects and
service programs can be bound using a binding directory. However, the input
source member bound using this step must be the PEP module.
Note: Every program object only recognizes one PEP (and one UEP). If you bind
several module objects together to create a program object using CRTPGM
and each of these module objects has a PEP, you must specify in the
ENTMOD parameter, which module object’s PEP is to be used as the PEP
for the program object. Also, the order in which module objects and service
programs are specified in the CRTPGM command affects the way symbols
are resolved during the binding process. Therefore, it is important that you
understand how binding is performed. For more information on the binding
process, refer to the ILE Concepts book.
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.
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 the ILE Concepts
manual. Characteristics of a *BNDDIR object are:
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 list does not have to
exist yet on the system.
v The only valid library names are *LIBL or a specific 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.
Note: In order to use the CRTPGM command, you must have authority to use the
command and the modules required must first have been created using the
CRTCBLMOD, CRTCMOD, CRTRPGMOD, or CRTCLMOD commands.
Before you create a program object using the CRTPGM command, do the
following:
1. Establish a program name.
2. Identify the module object(s), and if required, service program(s) you want to
bind into a program object.
3. Identify any binding directories you intend to use. Implicit references to
binding directories, for ILE COBOL runtime service programs and ILE bindable
APIs, are made from module objects created by CRTCBLMOD and
CRTBNDCBL.
To create a program object using the CRTPGM command, perform the following
steps:
1. Enter the CRTPGM command.
2. Enter the appropriate values for the command parameters.
Table 1 lists the CRTPGM command parameters and their default values. For a full
description of the CRTPGM command and its parameters, refer to the CL and APIs
section of the Programming category in the iSeries 400 Information Center at this
Web site -http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
Table 1. Parameters for CRTPGM Command and their Default Values
Parameter
Group Parameter(Default Value)
Identification PGM(library name/program name) MODULE(*PGM)
Program ENTMOD(*FIRST)
access
Binding BNDSRVPGM(*NONE) BNDDIR(*NONE)
Run time ACTGRP(*NEW)
Miscellaneous OPTION(*GEN *NODUPPROC *NODUPVAR *WARN *RSLVREF)
DETAIL(*NONE)
ALWUPD(*YES)
ALWRINZ(*NO)
REPLACE(*YES)
AUT(*LIBCRTAUT)
TEXT(*ENTMODTXT)
TGTRLS(*CURRENT)
USRPRF(*USER)
ALWLIBUPD(*NO)
Once you have entered the CRTPGM command, the program object is created as
follows:
1. Listed module objects are copied into what will become the program object.
2. The module objects containing the PEP is identified and the first import in this
module is located.
All external references should be resolved for the CRTPGM command to bind
multiple modules into a program object. References to the ILE COBOL runtime
functions are resolved as they are automatically bound into any program object
containing ILE COBOL module objects.
1. To bind several module objects to create a program object, type:
CRTPGM PGM(ABC) MODULE(A B C) ENTMOD(*FIRST) DETAIL(*FULL)
Unlike the CRTPGM command, when you use the CRTBNDCBL command, you do
not need a separate preceding step of creating one or more module objects using
the CRTCBLMOD command. The CRTBNDCBL command performs the combined
tasks of the Create COBOL Module (CRTCBLMOD) and Create Program
(CRTPGM) commands by creating temporary module objects from the source file
member, and then creating one or more program objects. Once the program
object(s) is created, CRTBNDCBL deletes the module objects it created.
Note: If you want to retain the module objects, use CRTCBLMOD instead of
CRTBNDCBL. If you use CRTCBLMOD, you will have to use CRTPGM to
bind the module objects into one or more program objects. Also, if you want
to use options of CRTPGM other than those implied by CRTBNDCBL, use
CRTCBLMOD and CRTPGM.
" "
*LIBL/ QCBLLESRC
SRCFILE ( *CURLIB/ source-file-name )
library-name/
" "
*PGM
SRCMBR ( source-file-member-name )
| " "
SRCSTMF ( source-stream-file-name ) *PRINT
OUTPUT ( *NONE )
" "
30
GENLVL ( severity-level-value )
" "
*SRCMBRTXT OPTION ( OPTION Details )
TEXT ( *BLANK )
'text-description'
" "
CVTOPT ( CVTOPT Details )
" "
*NOMAX 30
MSGLMT ( maximum-number severity-level )
" "
*STMT *NONE
DBGVIEW ( *SOURCE ) OPTIMIZE ( *BASIC )
*LIST *FULL
*ALL
*NONE
" "
*NOFIPS *NOOBSOLETE
FLAGSTD ( )
*MINIMUM *OBSOLETE
*INTERMEDIATE
*HIGH
" "
0 *YES
FLAG ( severity-level ) REPLACE ( *NO )
" "
*USER
USRPRF ( *OWNER )
" "
*LIBCRTAUT *PGM
AUT ( *ALL ) LINKLIT ( *PRC )
*CHANGE
*USE
*EXCLUDE
authorization-list-name
" "
*YES *CURRENT
SIMPLEPGM ( *NO ) TGTRLS ( *PRV )
target-release
" "
*HEX
SRTSEQ ( *JOB )
*JOBRUN
*LANGIDUNQ
*LANGIDSHR
*LIBL/ sort-seq-table-name
*CURLIB/
library-name/
" "
*JOBRUN
LANGID ( *JOB )
language-identifier-name
" "
*PEP
ENBPFRCOL ( *ENTRYEXIT )
*FULL
" "
*NONE
" "
*JOBRUN *NOEXTEND
CCSID ( *JOB ) ARITHMETIC ( *EXTEND31 )
*HEX
ccsid-number
" "
NTLPADCHAR ( padchar1 )
padchar2
padchar3
| " "
LICOPT ( options ) *NONE
INCDIR ( directory )
| " "
*NO
PGMINFO ( *PCML )
| " "$
INFOSTMF ( program-interface-stream-file-name )
OPTION Details:
*SRC
*SOURCE *NOXREF *GEN *NOSEQUENCE *NOVBSUM
"
*NOSOURCE *XREF *NOGEN *SEQUENCE *VBSUM
*NOSRC
CVTOPT Details:
Note: If you use the BNDDIR parameter to bind additional modules and
service programs, these additional objects are not affected when *COL or
*NOCOL is specified for the program. The program profiling data
attribute for a module is set when the module is created.
BNDDIR Parameter:
Specifies the list of binding directories that are used in symbol resolution. Can
specify up to 50 binding directories.
*NONE
No binding directory is specified.
binding-directory-name
Specify the name of the binding directory used in symbol resolution. The
directory name can be qualified with one of the following library values:
*LIBL
The system searches the library list to find the library where the binding
directory is stored. This is the default.
*CURLIB
The current library for the job is searched. If no library is specified as the
current library for the job, library QGPL is used.
*USRLIBL
Only the libraries in the user portion of the job’s library list are searched.
library-name
Specify the name of the library to be searched.
ACTGRP Parameter:
Specifies the activation group this program is associated with when it is called.
QILE
When this program is called, it is activated into the named activation
group QILE. This is the default.
*NEW
When this program is called, it is activated into a new activation group.
*CALLER
When this program is called, it is activated into the caller’s activation
group.
The default values are used for all of the remaining parameters of CRTPGM when
it is invoked from the CRTBNDCBL command. For a description of these default
values Refer to the CRTPGM command in the CL and APIs section of the
Programming category in the iSeries 400 Information Center at this Web site
-http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
Note: In order to view a compiler listing you must have authority to use the
commands listed below.
v DSPJOB and the select option 4 (Display spooled files)
v WRKJOB
v WRKOUTQ queue-name
v WRKSPLF
You specify the collating sequence through CRTBNDCBL in the same manner as
you would through CRTCBLMOD. For a full description of how to specify an NLS
collating sequence, refer to “Specifying National Language Sort Sequence in
CRTCBLMOD” on page 44.
The binder listing includes the following sections depending on the value specified
for DETAIL:
Table 2. Sections of the Binder Listing based on DETAIL Parameter
Section Name *NONE *BASIC *EXTENDED *FULL
Command Option Summary X X X
Brief Summary Table X X X
Extended Summary Table X X
Binder Information Listing X X
Cross-Reference Listing X
Binding Statistics X
The information in this listing can help you diagnose problems if the binding was
not successful or to give feedback on what the binder encountered in the process.
The table consists of three lists with the number of entries in each of the following
categories:
C Program entry procedures: The number of procedures that get control from a
calling program.
D Multiple strong definitions: The number of module export procedures with
the same name. This should be 0.
E Unresolved references: The number of imported procedures or variables for
which no export was located. This should be 0.
F Symbol #: The Symbol number is from the Binder Information Listing
shown in “Binding Information Listing” on page 87. If *BASIC is specified
for the DETAIL parameter, this area is blank.
G Type: The type of the object containing the identifier is shown in the Type
field.
H Library: The name of the library containing the object is shown in the
Library field.
I Object: The name of the object which has the program entry procedure,
unresolved reference, or strong definition is shown in the Object field.
J Bound: If this field shows a value of *YES for a module object, the module
object is bound by copy. If this field shows a value of *YES for a program,
the program is bound by reference. If this field shows a value of *NO for a
module object or program, that object is not included in the bind.
K Identifier: The name of the procedure or variable from module source is
shown in the Identifier field.
L Module and Library: This field identifies the library and name of the module
object or service program that was processed.
M Number: A unique identifier assigned to each data item or ILE procedure in
this program. This number is used for cross referencing.
N Symbol: This field identifies the symbol as an export or an import. If this
field shows a value of Def then the symbol is an export. If this field shows
a value of Ref then the symbol is an import.
Binding Statistics
The Binding Statistics section is produced only when the *FULL value is used on
the DETAIL parameter. It shows how much system CPU time was used to bind
specific parts of the program. These values may only have meaning to you when
compared to similar output from other ILE programs or other times when a
particular program has been created. The value for the binding language
Note: You need authority to the source code and the necessary commands to make
any of these changes to the module object.
In these situations you may have many module objects to create at the same time.
You can use the Work with Modules (WRKMOD) command to get a list of module
objects selected by library, name, generic symbol, or *ALL. You can also limit the
list to just module objects created by the ILE COBOL compiler.
Once you have made a change to a module object, you must use the CRTPGM
command or UPDPGM command to bind the program object again.
For example:
a = (x + y) + (x + y) + 10
In solving for a, the compiler recognizes the equivalence between the two
expressions (x + y) and uses the already computed value to supply the value of
the second expression.
Greater optimization increases the efficiency with which the program object runs
on the system. However, with greater optimization, you will encounter increased
compile time and also you may not be able to view variables that have been
optimized. You can change the optimization level of a module object to display
variables accurately as you debug a program object and then change the
optimization level when the program object is ready for production.
ILE compilers support a range of optimization levels. There are currently four
optimization levels, three of which are available to ILE COBOL users, these are:
*NONE or 10
No additional optimization is performed on the generated code. This
optimization level allows variables to be displayed and changed when the
program object is being debugged. This value provides the lowest level of
runtime performance.
*BASIC or 20
Some optimization (only at the local block level) is performed on the
generated code. When the program object is being debugged, variables can
be displayed but not changed. This level of optimization slightly improves
runtime performance.
*FULL or 30
Full optimization (at the global level) is performed on the generated code.
Variables cannot be changed but can be displayed while the program object
is being debugged. However, the displayed value of a variable during
debugging may not be its current value.
To change the optimization level of a module object in a program object, use the
Work with Modules (WRKMOD) command. Type WRKMOD on the command line
and the Work with Modules display is shown. Select option 5 (Display) from the
First, check that the Creation data value is *YES. This means that the module object
can be translated again once the Optimization level value is changed. If the value is
*NO, you must create the module object again and include the machine instruction
template to change the optimization level.
Next, press the Roll Down key to see more information about the module object.
Check the Optimization level value. It may already be at the level you desire.
If the module has the machine instruction template and you want to change the
optimization level, press F12 (Cancel). The Work with Modules display is shown.
Next, press the Roll Down key to see the final set of information about the module
object.
Module compatibility:
Module created on . . . . . . . . . . . . . . . . . . : V4R4M0
Module created for . . . . . . . . . . . . . . . . . : V4R4M0
Earliest release module can be restored to . . . . . : V4R4M0
Conversion required . . . . . . . . . . . . . . . . . : *NO
Bottom
Press Enter to continue.
F3=Exit F12=Cancel
The Enable performance collection prompt shows that the module has been created
with performance measurement code for the entry into and exit from program
entry point only. The module compatibility prompts show the release and version
of the operating system that the module is compatible with.
Bottom
F3=Exit F4=Prompt F5=Refresh F12=Cancel F13=How to use this display
F24=More keys
Changing the module object to a lower level of optimization allows you to display
and possibly change the value of variables while debugging.
When you are finished changing the optimization level for the module objects in a
program object, create the program object again using the CRTPGM command, or
update the existing program object with the new module objects using the
UPDPGM command.
Removing all observability reduces the module object to its minimum size (with
compression). Once all observability is removed, you cannot change the module
object in any way unless you create the module object again.
To remove a type of data from the module object, remove all types, or remove
none, use the Work with Modules (WRKMOD) command. Type WRKMOD on the
command line and the Work with Modules display is shown. Select option 5
(Display) to view the attribute values that need to be changed. The Display
Module Information display is shown in Figure 26 on page 92.
First, check the value of the Creation Data parameter. If it is *YES, the Create Data
exists and can be removed. If the value is *NO, there is no Create Data to remove.
The module object cannot be translated again unless you create it again and
include the machine instruction template.
Next, press the Roll Down key to see more information about the module object.
Check the value of the Debug data parameter. If it is *YES, the Debug Data exists
You can ensure that the module object is created again using the Force module
recreation parameter. When the optimization level is changed, the module object is
always created again if the Create Data has not been removed. If you want the
program object to be translated again removing the debug data and not changing
the optimization level, you must change the Force module recreation parameter value
to *YES.
Repeat the process for any additional module objects you may want to change.
Whether you are changing one module object or several in the same program
object, the program creation time is the same because all imports are resolved
when the system encounters them.
When you are finished changing the optimization level for the module objects in a
program object, create the program object again using the CRTPGM command, or
update the existing program object with the new module objects using the
UPDPGM command.
Collection Levels
The collection levels are:
*PEP Performance statistics are gathered on the entry and exit of the program
entry procedure only. Choose this value when you want to gather overall
performance information for an application. This support is equivalent to
the support formally provided with the TPST tool. This is the default.
*ENTRYEXIT
Performance statistics are gathered on the entry and exit of all the
procedures of the program. This includes the program PEP routine.
This choice would be useful if you want to capture information on all
routines. Use this option when you know that all the programs called by
your application were compiled with either the *PEP, *ENTRYEXIT or
*FULL option. Otherwise, if your application calls other programs that are
not enabled for performance measurement, the performance tool will
charge their use of resources against your application. This would make it
difficult for you to determine where resources are actually being used.
*FULL Performance statistics are gathered on the entry and exit of all procedures.
Also statistics are gathered before and after each call to an external
procedure.
Use this option when you think that your application will call other
programs that were not compiled with either *PEP, *ENTRYEXIT or *FULL.
This option allows the performance tools to distinguish between resources
that are used by your application and those used by programs it calls
Procedures
The procedure level values are:
*ALLPRC
The performance data is collected for all procedures.
*NONLEAF
Performance data is collected for procedures that are non-leaf procedures
and for the PEP.
You use the Create Service Program (CRTSRVPGM) command to create a service
program. A service program resembles a program object in that both consist of one
or more module objects bound together to make a runnable object. However, a
service program differs in that it has no PEP. Since it has no PEP, it cannot be
called nor canceled. In place of a PEP, the service program can export procedures.
Only the exported procedures from the service program can be called through a
static procedure call made from outside of the service program. Exports of service
programs are defined using the binder language.
Refer to the ILE Concepts book for further information on service programs.
You can update a service program without having to re-create the other program
objects or service programs that use the updated service program provided that the
interface is unchanged or changed only in an upward compatible manner. You
control whether the changes are compatible with the existing support provided by
the service program. To make compatible changes to a service program, new
procedure names or data names should be added to the end of the export list and
the same signature as before must be retained.
A signature is generated from the names of procedures and date items and from
the order in which they are specified in the binder language. A signature is a value
that identifies the interface supported by the service program. You can also
explicitly specify the signature with the SIGNATURE parameter in the binder
language.
For service programs created from ILE COBOL source programs, the following
language elements are module exports that can be included in the export list of the
binder language:
v The name in the PROGRAM-ID paragraph in the outermost ILE COBOL
program of a compilation unit.
v The ILE COBOL compiler generated name derived from the name in the
PROGRAM-ID paragraph in the outermost ILE COBOL program of a
compilation unit provided that program does not have the INITIAL attribute.
The name is derived by adding the suffix _reset to the name in the
PROGRAM-ID paragraph. This name needs to be included in the export list only
if the ILE COBOL program in the service program needs to be canceled.
Table 3 lists the CRTSRVPGM parameters and their defaults. For a full description
of the CRTSRVPGM command and its parameters, refer to the CL and APIs section
of the Programming category in the iSeries 400 Information Center at this Web site
-http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm..
Table 3. Parameters for CRTSRVPGM Command and Their Default Values
Parameter
Group Parameter(Default Value)
Identification SRVPGM(*CURLIB/service-program-name)
MODULE(*SRVPGM)
Program EXPORT(*SRCFILE)
access SRCFILE(*LIBL/QSRVSRC)
SRCMBR(*SRVPGM)
Binding BNDSRVPGM(*NONE)
BNDDIR(*NONE)
Run time ACTGRP(*CALLER)
Assume that the following ILE COBOL source programs comprise the module
objects that make up the service program.
v RATE
Computes the interest rate, given a loan amount, term, and payment amount.
v AMOUNT
Computes the loan amount, given an interest rate, term, and payment amount.
v PAYMENT
Computes the payment amount, given an interest rate, term, and loan amount.
v TERM
Computes the term of payment, given an interest rate, loan amount, and
payment amount.
1. The binder language for the service program that makes the RATE, AMOUNT,
PAYMENT, and TERM ILE COBOL programs available looks like the following:
FILE: MYLIB/QSRVSRC MEMBER: FINANCIAL
STRPGMEXP PGMLVL(*CURRENT)
EXPORT SYMBOL(’TERM’)
EXPORT SYMBOL(’RATE’)
EXPORT SYMBOL(’AMOUNT’)
EXPORT SYMBOL(’PAYMENT’)
ENDPGMEXP
You can use SEU to enter the binder language source statement. The syntax
checker in SEU will prompt and validate the binder language input when you
specify a source type of BND. To start an edit session to enter the binder
language source, type:
STRSEU SRCFILE(MYLIB/QSRVSRC) SRCMBR(FINANCIAL)
TYPE(BND) OPTION(2)
Further examples of using the binder language and creating service programs
can be found in the ILE Concepts book.
By default, the CRTSRVPGM command has a binder language file specified on the
EXPORT and SRCFILE parameters to identify the exports from the service
program. The RTVBNDSRC command can be useful in helping you automatically
create this binder language.
For more information about the Retrieve Binder Source (RTVBNDSRC) command,
refer to the CL and APIs section of the Programming category in the iSeries 400
Information Center at this Web site
-http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
You can call an exported ILE procedure in a service program from an ILE COBOL
program by using the CALL literal statement (were literal is the name of an ILE
procedure in the service program). See “Performing Static Procedure Calls using
CALL literal” on page 207 for detailed information on how to write the CALL
statement in your ILE COBOL program to call an exported ILE procedure in a
service program.
In the ILE COBOL program, the data items to be shared among different module
objects must be described with the EXTERNAL clause in the Working Storage
The program object specified by program-name must exist in a library and this
library must be contained in the library list *LIBL. You can also explicitly specify
the library in the CL CALL command as follows:
CALL library-name/program-name
For further information about using the CL CALL command, see the CL and APIs
section of the Programming category in the iSeries 400 Information Center at this
Web site -http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
When you are running a batch job that calls an ILE COBOL program that uses the
Format 1 ACCEPT statement, the input data is taken from the job stream. This data
must be placed immediately following the CL CALL for the ILE COBOL program.
You must ensure that your program requests (through multiple ACCEPT
statements) the same amount of data as is available. See the “ACCEPT Statement”
section of the WebSphere Development Studio: ILE COBOL Reference for more
information.
If more data is requested than is available, the CL command following the data is
treated as input data. If more data is available than is requested, each extra line of
data is treated as a CL command. In each instance, undesirable results can occur.
Each of the parameter values can only be specified in only one of the following
ways:
v a character string constant
v a numeric constant
v a logical constant
v a double-precision floating point constant
You can use the ILE COBOL CALL statement in a ILE COBOL program to call
another ILE COBOL program. If the ILE COBOL call is a dynamic program call,
the program object can be library qualified by using the IN LIBRARY phrase. For
example, to call program object PGMNAME in library LIBNAME, you would
specify:
CALL "PGMNAME" IN LIBRARY "LIBNAME" USING variable1.
To run an ILE COBOL program from ILE C, use an ILE C function call. The name
of the function corresponds to the name of the ILE COBOL program. By default,
this function call is a static procedure call. To perform a dynamic program call, use
the #pragma linkage (PGMNAME, OS) directive. PGMNAME represents the name of the
ILE COBOL program that you want to run from the ILE C program. Once you
have used the #pragma linkage (PGMNAME, OS) directive to tell the ILE C compiler
that PGMNAME is an external program, you can run your ILE COBOL program
through an ILE C function call. For more information, refer to the chapter on
writing programs that call other programs in the WebSphere Development Studio: ILE
C/C++ Programmer’s Guide.
To run an ILE COBOL program from an ILE RPG program, use the CALL
operation code to make a dynamic program call or the CALLB operation code to
make a static procedure call. You identify the program to be called by specifying
its name as the Factor 2 entry. For more information, refer to the chapter on calling
programs and procedures in the WebSphere Development Studio: ILE RPG
Programmer’s Guide.
To run an ILE COBOL program from C++, use a C++ function call. The name of
the function corresponds to the name of the ILE COBOL program. To prevent C++
from internally changing the name of the function, that is to prevent the
VisualAge® C++ function name from mangling, you must prototype the function
call using the extern keyword. To call an ILE COBOL procedure that returns
nothing, and takes one 2 byte binary number, the C++ prototype would be:
extern "COBOL" void PGMNAME(short int);
To call the same COBOL program object, you would specify a linkage of ″OS″. The
prototype becomes:
extern "OS" void PGMNAME(short int);
A linkage of ″COBOL″ on a C++ function call not only prevents function name
mangling but causes any arguments passed to the ILE COBOL procedure to be
passed BY REFERENCE. If the ILE COBOL procedure is expecting a BY VALUE
parameter then a linkage of ″C″ should be specified.
Option:
The DDS for the display file of the above PAYROLL DEPARTMENT MENU looks
like the following:
....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
A* MENU PAYROLLD PAYROLL DEPARTMENT MENU
A
A R MENU TEXT(’PAYROLL DEPARTMENT MENU’)
A 1 29’PAYROLL DEPARTMENT MENU’
A 5 4’1. Inquire into employee master’
A 6 4’2. Change employee master’
A 7 4’3. Add new employee’
A 8 4’4. Return’
A 12 2’Option:’
A RESP 12 10VALUES(1 2 3 4)
A DSPATR(MDT)
If the user enters 1, 2, or 3 from the application menu, the CL program in Figure 32
calls the ILE COBOL programs CBLINQ, CBLCHG, or CBLADD respectively. If the
user enters 4 from the application menu, the CL program returns to the program
that called it.
For example, you can create a command, PAY, that calls a program, PAYROLL.
PAYROLL is the name of an ILE COBOL program that is called and run. You can
enter the command interactively, or in a batch job. See the CL Programming book
for further information about using the command definition.
If an ILE COBOL program ends abnormally during run time, the escape message
CEE9901
Application error. message-id unmonitored by program-name
at statement statement-number, instruction instuction-number.
is issued to the caller of the run unit. A CL program can monitor for this exception
by using the Monitor Message (MONMSG) command. For more information about
control language commands, see the CL and APIs section of the Programming
category in the iSeries 400 Information Center at this Web site
-http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
See the RTVJOBA and DSPJOB commands in the CL Programming book for more
information about return codes.
You can add the inquiry messages to a system reply list to provide automatic
replies to the messages. The replies for these messages may be specified
individually or generally. This method of replying to inquiry messages is especially
suitable for batch programs, which would otherwise require an operator to issue
replies.
You can add the following ILE COBOL inquiry messages to the system reply list:
v LNR7200
v LNR7201
v LNR7203
v LNR7204
v LNR7205
v LNR7206
v LNR7207
v LNR7208
v LNR7209
v LNR7210
v LNR7211
v LNR7212
v LNR7213
v LNR7214
v LNR7604.
The reply list is only used when an inquiry message is sent by a job that has the
Inquiry Message Reply (INQMSGRPY) attribute specified as INQMSGRPY(*SYSRPYL).
You can select one of four reply modes by specifying one of the following values
for the INQMSGRPY parameter:
SAME No change is made in the way that replies are sent to inquiry
messages
RQD All inquiry messages require a reply by the receiver of the inquiry
messages
DFT A default reply is issued
You can use the Add Reply List Entry (ADDRPYLE) command to add entries to
the system reply list, or the Work with Reply List Entry (WRKRPYLE) command to
change or remove entries in the system reply list. You can also reply to run time
inquiry messages with a user-defined error-handler.
For details of the ADDRPYLE and WRKRPYLE commands, and for more
information about error-handling APIs, refer to the CL and APIs section of the
Programming category in the iSeries 400 Information Center at this Web site
-http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
This chapter describes how to use the ILE source debugger to:
v Prepare your ILE COBOL program for debugging
v Start a debug session
v Add and remove programs from a debug session
v View the program source from a debug session
v Set and remove conditional and unconditional breakpoints
v Set and remove watch conditions
v Step through a program
v Display the value of variables, records, group items, and arrays
v Change the value of variables
v Change the reference scope
v Equate a shorthand name to a variable, expression, or debug command.
While debugging and testing your programs, ensure that your library list is
changed to direct the programs to a test library containing test data so that any
existing real data is not affected.
You can prevent database files in production libraries from being modified
unintentionally by using one of the following CL commands:
v Use the Start Debug (STRDBG) command and specify the UPDPROD(*NO)
parameter
v Use the Change Debug (CHGDBG) command, and specify the *NO value of the
UPDPROD parameter
v Use the SET debug command in the Display Module Source display. The syntax
for preventing file modification would be:
SET UPDPROD NO
See the chapter on debugging in the ILE Concepts book for more information on the
ILE source debugger (including authority required to debug a program object or a
service program and the affects of optimization levels).
Note: The ILE COBOL COLLATING SEQUENCE is not supported by the ILE
source debugger. If you use the ILE COBOL COLLATING SEQUENCE
clause in your ILE COBOL program to specify your own collating sequence,
this collating sequence will not be used by the ILE source debugger.
Before you can use the source debugger, you must specify the DBGVIEW
parameter with a value other than *NONE when you create a module object or
program object using the CRTCBLMOD or CRTBNDCBL command. After you
have started the debugger, you can set breakpoints or other ILE source debugger
options, and then run the program.
Debug Commands
Many debug commands are available for use with the ILE source debugger. The
debug commands and their parameters are entered on the Debug command line
displayed on the bottom of the Display Module Source and Evaluate Expression
displays. These commands can be entered in upper, lower or mixed case. Refer to
ILE Concepts book for a further discussion of the debug commands.
Note: The debug commands entered on the debug command line are not CL
commands.
Table 4 summarizes these debug commands. The online help for the ILE source
debugger describes the debug commands and explains their allowed abbreviations.
Table 4. ILE Source Debugger Commands
Debug Command Description
ATTR Permits you to display the attributes of a variable. The attributes are the
size and type of the variable as recorded in the debug symbol table.
Refer to Table 5 on page 111 for a list of attributes and their ILE COBOL
equivalences. These attributes are not the same as the attributes defined
by ILE COBOL.
BREAK Permits you to enter either an unconditional or conditional job
breakpoint at a position in the program being tested. Use BREAK
position WHEN expression to enter a conditional job breakpoint.
CLEAR Permits you to remove conditional and unconditional breakpoints, or to
remove one or all active watch conditions.
DISPLAY Allows you to display the names and definitions assigned by using the
EQUATE command. It also allows you to display a different source
module than the one currently shown on the Display Module Source
display. The module object must exist in the current program object.
EQUATE Allows you to assign an expression, variable, or debug command to a
name for shorthand use.
EVAL Allows you to display or change the value of a variable or to display the
value of expressions, records, group items, or arrays.
QUAL Allows you to define the scope of variables that appear in subsequent
EVAL or WATCH commands.
Attributes of Variables
The ILE source debugger does not describe the attributes of variables in the same
manner as ILE COBOL. Table 5 shows the equivalence between the attributes of
variables as described by the ILE source debugger and ILE COBOL data categories.
Table 5. Equivalence Between ILE Source Debugger Variable Attributes and ILE COBOL
Data Categories
ILE source debugger attributes of variables ILE COBOL data categories
FIXED LENGTH STRING Alphabetic
Alphanumeric
Alphanumeric-edited
Numeric-edited
External floating-point
Date
Time
Timestamp
GRAPHIC DBCS
DBCS-edited
You can create one of three views for each ILE COBOL module object that you
want to debug. They are:
v Listing view
v Source view
v Statement view.
In order to debug an ILE COBOL module object using a listing view, use the *LIST
or *ALL value on the DBGVIEW parameter for either the CRTCBLMOD or
CRTBNDCBL commands when you create the module object or program object.
If the source member contains multiple compilation units, the listing view will
contain the source listings of all of the compilation units, even if only one of them
To use the source view with the ILE source debugger, the ILE COBOL compiler
creates references to the source member while the module object (*MODULE) is
being created.
Note: The module object is created using references to locations of the source
statements in the root source member instead of copying the source
statements into the view. Therefore, you should not modify, rename, or
move root source members between the creation of the module and the
debugging of the module created from these members.
In order to debug an ILE COBOL module object using a source view, use the
*SOURCE or *ALL value on the DBGVIEW parameter for either the CRTCBLMOD
or CRTBNDCBL commands.
If the source member contains multiple compilation units, the source view will
contain the source code of all of the compilation units, even if only one of them
can be debugged. However, any debug commands issued from the Display
Module Source display will be applied only to the compilation unit being
debugged.
Note: No source code is shown in the Display Module Source display when a
statement view is used to debug an ILE COBOL module object.
To debug an ILE COBOL module object using a statement view, use the *STMT,
*SOURCE, *LIST or *ALL value on the DBGVIEW parameter for either the
CRTCBLMOD or CRTBNDCBL commands when you create the module.
To start the ILE source debugger, use the Start Debug (STRDBG) command. Once
the debugger is started, it remains active until you enter the End Debug
(ENDDBG) command. You can change the attributes of the debug mode later in
the job by using the Change Debug (CHGDBG) command.
Table 6 lists the parameters and their default values for the STRDBG command and
the CHGDBG command. The ENDDBG command does not have any parameters
associated with it. For a full description of the STRDBG, CHGDBG, and ENDDBG
commands and their parameters, refer to the CL and APIs section of the
Programming category in the iSeries 400 Information Center at this Web site
-http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
Table 6. Parameters for STRDBG and CHGDBG Commands and their Default Values
Parameter Group STRDBG Command CHGDBG Command
Parameter(Default Value) Parameter(Default Value)
Identification PGM(*NONE) DFTPGM(*PGM) DFTPGM(*SAME)
Trace MAXTRC(200) MAXTRC(*SAME)
TRCFULL(*STOPTRC) TRCFULL(*SAME)
Miscellaneous UPDPROD(*NO) UPDPROD(*SAME)
OPMSRC(*NO) OPMSRC(*SAME)
SRVPGM(*NONE)
CLASS(*NONE)
DSPMODSRC(*PGMDEP)
SRCDBGPGM(*SYSDFT)
UNMONPGM(*NONE)
Note: Trace applies only to OPM programs and is not applicable to ILE programs and
service programs.
You can initially add as many as 20 program objects to a debug session by using
the Program (PGM) parameter on the STRDBG command. (Depending on how the
OPM programs were compiled and also on the debug environment settings, you
may be able to debug them by using the ILE source debugger.) They can be any
combination of ILE or OPM programs.
Only program objects can be specified on the PGM parameter of the STRDBG
command. Up to 20 service programs can initially be added to the debug session
by using the Service Program (SRVPGM) parameter of the STRDBG command.
Additional service programs can be added to the debug session after it has been
started. In addition, you can initially add as many as 20 service program objects to
The first program specified on the STRDBG command is shown if it has debug
data, and, if OPM, the OPMSRC parameter is *YES. If ILE, the entry module is
shown, if it has debug data; otherwise, the first module bound to the ILE program
with debug data is shown.
To debug an OPM program using the ILE source debugger, the following
conditions must be met:
1. The OPM program was compiled with OPTION(*LSTDBG) or
OPTION(*SRCDBG). (Three OPM languages are supported: RPG, COBOL, and
CL. RPG and COBOL programs can be compiled with *LSTDBG or *SRCDBG,
but CL programs must be compiled with *SRCDBG.)
2. The ILE debug environment is set to accept OPM programs. You can do this by
specifying OPMSRC(*YES) on the STRDBG command. (The system default is
OPMSRC(*NO).)
If these two conditions are not met, then you must debug the OPM program with
the OPM system debugger.
STRDBG Example
For example, to start a debug session for the sample debug program MYPGM1 and
a called OPM program MYPGM2, type:
STRDBG PGM(TESTLIB/MYPGM1 MYLIB/MYPGM2) OPMSRC(*YES)
After entering the STRDBG command, the Display Module Source display appears.
When a mixture of ILE programs and ILE debugger-enabled OPM programs are
specified on the STRDBG command, the first program with debug data is shown.
If the first program is an ILE program, the first module object bound to the
program object with debug data is shown as in Figure 33 on page 116.
Changing the debug options using the SET debug command affects the value for
the corresponding parameter, if any, specified on the STRDBG command. You can
also use the Change Debug (CHGDBG) command to set debug options. However,
the OPMSRC option cannot be changed by the CHGDBG command. OPMSRC can
only be changed by the SET debug command.
Suppose you are in a debug session working with an ILE program, and you decide
you should also debug an OPM program that has debug data available. To enable
the ILE source debugger to accept OPM programs, follow these steps:
1. After entering STRDBG, if the current display is not the Display Module Source
display, type:
DSPMODSRC
2. Type:
SET
To add ILE program objects and service programs to a debug session, use option 1
(Add program) and type the name of the program object on the first line of the
Work with Module List display (see Figure 34 on page 118). The Work with Module
List display can be accessed from the Display Module Source display by pressing
F14 (Work with Module List). To add a service program, change the default
program type from *PGM to *SRVPGM. There is no limit to the number of ILE
program objects and service programs that can be included in a debug session at
any given time.
To add OPM program objects to a debug session, you have two choices depending
on the value specified for OPMSRC. If you specified OPMSRC(*YES), by using
either STRDBG, the SET debug command, or CHGDBG, then you add an OPM
program using the Work with Module List display. (Note that there will not be a
module name listed for an OPM program.) There is no limit to the number of
OPM programs that can be included in a debug session at one time when
OPMSRC(*YES) is specified. If you specified OPMSRC(*NO), then you must use
the Add Program (ADDPGM) command. Only 20 OPM programs can be in a
debug session when OPMSRC(*NO) is specified.
Note: You cannot debug an OPM program with debug data from both an ILE and
an OPM debug session. If an OPM program is already in an OPM debug
session, you must first remove it from that session before adding it to the
ILE debug session or stepping into it from a call statement. Similarly, if you
Bottom
Command
===> ___________________________________________________________________
F3=Exit F4=Prompt F5=Refresh F9=Retrieve F12=Cancel
When you have finished adding program objects or service programs to the debug
session, press F3 (Exit) from the Work with Module List display to return to the
Display Module Source display.
To remove ILE program objects and service programs from a debug session, use
option 4 (Remove program), next to the program object or service program you
want to remove, on the Work with Module List display (see Figure 35 on page 119).
The Work with Module List display can be accessed from the Display Module
Source display by pressing F14 (Work with Module List).
To remove OPM program objects from a debug session, you have two choices
depending on the value specified for OPMSRC. If you specified OPMSRC(*YES),
by using either STRDBG, the SET debug command, or CHGDBG, then you remove
an OPM program using the Work with Module display. (Note that there will not be
a module name listed for an OPM program.) There is no limit to the number of
OPM programs that can be removed from a debug session at one time when
OPMSRC(*YES) is specified. If you specified OPMSRC(*NO), then you must use
the Remove Program (RMVPGM) command. Only ten OPM programs can be in a
debug session when OPMSRC(*NO) is specified.
When you have finished removing program objects or service programs from the
debug session, press F3 (Exit) from the Work with Module List display to return to
the Display Module Source display.
The source of an OPM program can be shown if the following conditions are met:
1. The OPM program was compiled with OPTION(*LSTDBG) or
OPTION(*SRCDBG). (Only RPG and COBOL programs can be compiled with
*LSTDBG.)
2. The ILE debug environment is set to accept OPM programs; that is, the value
of OPMSRC is *YES. (The system default is OPMSRC(*NO).)
There are two methods to change what is shown on the Display Module Source
display:
v Change the module object that is shown
v Change the view of the module object that is shown.
The ILE source debugger remembers the last position in which the module object
is displayed and displays it in the same position when a module object is
re-displayed. Lines numbers that have breakpoints set are highlighted. When a
breakpoint, step, or message causes the program to stop and the display to be
shown, the source line where the event occurred will be highlighted.
To select a module object, type 5 (Display module source) next to the module
object you want to show. If you use this option with an ILE program object, the
module object containing the source view is shown (if it exists). Otherwise, the first
module object bound to the program object with debug data is shown. If you use
this option with an OPM program object, then the source or listing view is shown
(if available).
Once you have selected the module object that you want to view, press Enter and
the selected view will be shown in the Display Module Source display.
An alternate method of changing the module object that is shown is to use the
DISPLAY debug command. On the debug command line, type:
DISPLAY MODULE module-name
The module object module-name will now be shown. The module object must exist
in a program object that has been added to the debug session.
You can change the view of the module object that is shown on the Display
Module Source display through the Select View display. The Select View display
can be accessed from the Display Module Source display by pressing F15 (Select
View). The Select View display is shown in Figure 37 on page 121. The current
To select a view, type 1 (Select) next to the view you want to show.
After you have selected the view of the module object that you want to show,
press Enter and the selected view of the module object will be shown in the
Display Module Source display.
There are two types of breakpoints: job and thread. Each thread in a threaded
application may have it’s own thread breakpoint at the same position at the same
time. Both a job breakpoint and a thread breakpoint can be unconditional or
conditional. In general, there is one set of debug commands and Function keys for
job breakpoints and another for thread breakpoints. For the rest of this section on
breakpoints, the word breakpoint refers to both job and thread, unless specifically
mentioned otherwise.
When the program object or service program stops, the Display Module Source
display is shown. The appropriate module object is shown with the source
positioned at the line where the breakpoint occurred. This line is highlighted. At
this point, you can evaluate variables, set more breakpoints, and run any of the
debug commands.
The simplest way to set and remove an unconditional job breakpoint is to use F6
(Add/Clear breakpoint) from the Display Module Source display.
Repeat the previous steps for each unconditional job breakpoint you want to set.
If the line on which you want to set a job breakpoint has multiple statements,
pressing F6 (Add/Clear Breakpoint) will set the job breakpoint at the first
statement on the line.
Note: If the line on which you want to set a job breakpoint is not a runnable
statement, the job breakpoint will be set at the next runnable statement.
After the breakpoints are set, press F3 (End Program) to leave the Display Module
Source display. You can also use F21 (Command Line) from the Display Module
Source display to call the program from a command line.
To set an unconditional job breakpoint using the BREAK debug command, type:
BREAK line-number
on the debug command line. line-number is the number in the currently displayed
view of the module object on which you want to set a breakpoint.
If the line on which you want to set a breakpoint has multiple statements, the
BREAK debug command will set the breakpoint at the first statement on the line.
on the debug command line. line-number is the line number in the currently
displayed view of the module object from which you want to remove a breakpoint.
When a job breakpoint is cleared, it is cleared for all threads.
Setting
Using the Work with Module Breakpoints Display: To set an unconditional
thread breakpoint using the Work with Module Breakpoints display:
v Type 1 (Add) in the Opt field.
v In the Thread field, type the thread identifier.
v Fill in the remaining fields as if it were an unconditional job breakpoint.
v Press Enter.
Note: The Thread field is displayed when the DEBUG option on the SPAWN
command is greater than or equal to one. For more information, see
“Example of Using ILE COBOL in a Multithreaded Environment” on
page 315.
Using the TBREAK Command: The TBREAK debug command has the same
syntax as the BREAK debug command. Where the BREAK debug command sets a
job breakpoint at the same position in all threads, the TBREAK debug command
sets a thread breakpoint in a single thread—the current thread.
The current thread is the thread that is currently being debugged. Debug
commands are issued to this thread. When a debug stop occurs, such as a
Removing
To remove an unconditional thread breakpoint use the CLEAR debug command.
When a thread breakpoint is cleared, it is cleared for the current thread only.
Note: The relational operators supported for conditional breakpoints are <, >, =,
=<, =>, and <>.
One way you can set or remove conditional job breakpoints is through the Work
with Module Breakpoints display. The Work with Module Breakpoints display can
be accessed from the Display Module Source display by pressing F13 (Work with
module breakpoints). The Work with Module Breakpoints display is shown in
Figure 38.
Setting
You can set conditional job breakpoints using the Work with Module Breakpoints
display or using the BREAK debug command.
To set a conditional job breakpoint using the Work with Module Breakpoints
display:
1. Type 1 (Add) in the Opt field.
2. Type the debugger line number, to which you want to set the breakpoint, in the
Line field.
3. Type an conditional expression in the Condition field.
4. If a thread column is shown, before pressing Enter, type *JOB in the Thread
field.
5. Press Enter.
If the line on which you want to set a breakpoint has multiple statements, the
breakpoint is set at the first statement on the line.
Note: If the line on which you want to set a breakpoint is not a runnable
statement, the breakpoint will be set at the next runnable statement.
Then press F3 (End Program) to leave the Display Module Source display. You can
also use F21 (Command Line) from the Display Module Source display to call the
program object from a command line.
Run the program object or service program. When a statement with a conditional
job breakpoint is reached, the conditional expression associated with the breakpoint
is evaluated before the statement is run. If the result is false, the program object
continues to run. If the result is true, the program object stops, and the Display
Module Source display is shown. At this point, you can evaluate variables, set
more breakpoints, and run any of the debug commands.
To set a conditional job breakpoint using the BREAK debug command, type:
BREAK line-number WHEN expression
on the debug command line. line-number is the line number in the currently
displayed view of the module object on which you want to set a breakpoint and
expression is the conditional expression that is evaluated when the breakpoint is
encountered. The conditional expression can only be a simple expression. The term
on the right hand side of the equation can only contain a single value. For
example, I=21 is accepted but I=A+2 or I=3*2 are not accepted.
If the line on which you want to set a breakpoint has multiple statements, the
BREAK debug command will set the breakpoint at the first statement on the line.
Example: For example, to set a conditional job breakpoint at debugger line 35:
1. Type 1 (Add) in the Opt field.
2. Type 35 in the Line field.
3. Type I=21 in the Condition field, and press Enter as shown in Figure 38 on
page 124. (If a thread column is shown, before pressing Enter, type *JOB in the
Thread field.)
4. Repeat the previous steps for each conditional job breakpoint you want to set.
Removing
You can remove conditional job breakpoints using the Work with Module
Breakpoints display or using the CLEAR debug command.
To remove a conditional job breakpoint using the Work with Module Breakpoints
Display, type 4 (Clear) in the Opt next to the breakpoint you want to remove, and
press Enter. You can also remove unconditional breakpoints in this manner.
Figure 38 on page 124 shows a typical display where 4 (Clear) could be entered in
the Opt field.
Repeat the previous steps for each conditional job breakpoint you want to remove.
To remove a conditional job breakpoint using the CLEAR debug command, type:
CLEAR line-number
on the debug command line. line-number is line number in the currently displayed
view of the module object from which you want to remove a job breakpoint.
on the debug command line. The breakpoints are removed from all of the modules
bound to the program.
Note: After a watch condition has been registered, the new contents at the
watched storage location are saved as the new current value of the
corresponding expression or variable. The next watch condition will be
registered if the new contents at the watched storage location change
subsequently.
Characteristics of Watches
You should know the following characteristics about watches before working with
them:
v Watches are monitored system-wide, with a maximum of 256 watches that can
be active simultaneously. This number includes watches set by the system.
Depending on overall system use, you may be limited in the number of watch
conditions you can set at a given time. If you try to set a watch condition while
the maximum number of active watches across the system is exceeded, you will
receive an error message and the watch condition is not set.
Note: Changes made to a watched storage location are ignored if they are made
by a job other than the one that set the watch condition.
v After the command is successfully run, your application is stopped if a program
in your session changes the contents of the watched storage location, and the
Display Module Source display is shown.
If the program has debug data, and a source text view is available, it will be
shown. The source line of the statement that was about to be run when the
content change at the storage-location was detected is highlighted. A message
indicates which watch condition was satisfied.
If the program cannot be debugged, the text area of the display will be blank.
v Eligible programs are automatically added to the debug session if they cause the
watch-stop condition.
Bottom
Command
===>____________________________________________________________________
F3=Exit F4=Prompt F5=Refresh F9=Retrieve F12=Cancel
The Work with Watch display shows all watches currently active in the debug
session. You can remove or display watches from this display. When you select
Option 5 (Display), the Display Watch window shown in Figure 40 on page 129
displays information about the currently active watch.
Each watch allows you to monitor and compare a maximum of 128 bytes of
contiguous storage. If the maximum length of 128 bytes is exceeded, the watch
condition will not be set, and the debugger issues an error message.
By default, the length of the expression type is also the length of the
watch-comparison operation. The watch-length parameter overrides this default. It
For example, if a 4-byte binary integer is specified as the variable, without the
watch-length parameter, the comparison length is four bytes. However, if the
watch-length parameter is specified, it overrides the length of the expression in
determining the watch length.
Bottom
Press Enter to continue
Note: This display does not show watch conditions set by the system.
The watch number can be obtained from the Work With Watches display.
Note: While the CLEAR PGM command removes all breakpoints in the program
that contains the module being displayed, it has no effect on watches. You
must explicitly use the WATCH keyword with the CLEAR command to
remove watch conditions.
v The CL End Debug (ENDDBG) command removes watches set in the local job or
in a service job.
If the value of the variable kount changes subsequently, the application stops and
the Display Module Source display is shown, as illustrated in Figure 42.
v The line number of the statement where the change to the watch variable was
detected is highlighted. This is typically the first executable line following the
statement that changed the variable.
v A message indicates that the watch condition was satisfied.
Note: If a text view is not available, a blank Display Module Source display is
shown, with the same message as above in the message area.
In the first two cases, the stopped statement number is passed. In the third case,
the stopped MI instruction is passed. The information is displayed at the bottom
Bottom
Debug . . . ___________________________________________________________
________________________________________________________________________
F3=End program F6=Add/Clear breakpoint F10=Step F11=Display variable
F12=Resume F17=Watch variable F18=Work with watch F24=More keys
Watch number 1 at instruction 18, variable: KOUNT
You can step into an OPM program if it has debug data available, and if the debug
session accepts OPM programs for debugging.
Note: You cannot specify the number of statements to step through when you use
F10 (Step) or F22 (Step into). Pressing F10 (Step) or F22 (Step into) performs
a single step.
Another way to step through a program object or ILE procedure is to use the STEP
debug command. The STEP debug command allows you to run more than one
statement in a single step. The default number of statements to run, using the
STEP debug command, is one. To step through a program object or ILE procedure
using the STEP debug command, type:
STEP number-of-statements
on the debug command line, the next five statements of your program object or
ILE procedure are run, then the program object or ILE procedure is stopped again
and the Display Module Source display is shown.
If you choose to step over the called program object or ILE procedure then the
CALL statement and the called program object are run as a single step. The called
program object or ILE procedure is run to completion before the calling program
object or ILE procedure is stopped at the next step. Step over is the default step
mode.
If you choose to step into the called program object or ILE procedure then each
statement in the called program object or ILE procedure is run as a single step. If
the next step at which the running program object or ILE procedure is to stop falls
within the called program object or ILE procedure then the called program object
or ILE procedure is halted at this point and the called program object or ILE
procedure is shown in the Display Module Source display.
You can use F10 (Step) on the Display Module Source display to step over a called
program object or ILE procedure in a debug session. If the next statement to be run
is a CALL statement to another program object or ILE procedure, then pressing F10
Alternately, you can use the STEP OVER debug command to step over a called
program object or ILE procedure in a debug session. To use the STEP OVER debug
command, type:
STEP number-of-statements OVER
You can use F22 (Step into) on the Display Module Source display to step into a
called program object or ILE procedure in a debug session. If the next statement to
be run is a CALL statement to another program object or ILE procedure then
pressing F22 (Step into) will cause the first executable statement in the called
program object or ILE procedure to be run. The called program object or ILE
procedure will then be shown in the Display Module Source display.
Note: A called ILE program object or procedure must have debug data associated
with it, in order for it to be shown in the Display Module Source display. A
called OPM program object will be shown in the Display Module Source
display if the ILE source debugger is set up to accept OPM programs, and
the OPM program has debug data. (An OPM program has debug data if it
was compiled with OPTION(*SRCDBG) or OPTION(*LSTDBG).)
Alternately, you can use the STEP INTO debug command to step into a called
program object or ILE procedure in a debug session. To use the STEP INTO debug
command, type:
STEP number-of-statements INTO
on the debug command line, the next five statements of the program object or ILE
procedure are run. If the third statement is a CALL statement to another program
object or ILE procedure then two statements of the calling program object or ILE
procedure are run and the first three statements of the called program object or ILE
procedure are run.
The scope of the variables used in the EVAL command is defined by using the
QUAL command.
Note: ILE COBOL special registers are not supported by the ILE source debugger.
Thus, the values contained in the ILE COBOL special registers cannot be
displayed in a debug session. The ILE source debugger cannot evaluate the
result of a COBOL function identifier.
In cases where you are evaluating records, group items, or arrays, the message
returned when you press F11 (Display variable) may span several lines. Messages
that span several lines are shown on the Evaluate Expression display to show the
entire text of the message. Once you have finished viewing the message on the
Evaluate Expression display, press Enter to return to the Display Module Source
display.
on the debug command line. variable-name is the name of the variable that you
want to display. The value of the variable is shown on the message line if the
EVAL debug command is entered from the Display Module Source display and the
value can be shown on a single line. Otherwise, the value of the variable is shown
on the Evaluate Expression display.
For example, to display the value of the variable COUNTER on line 221 of the
module object shown in Figure 44 on page 135, type:
EVAL COUNTER
The message line of the Display Module Source display shows COUNTER = 89 as in
Figure 45.
on the debug command line. variable-name is the name of the variable that you
want to display in hexadecimal format. 'x' specifies that the variable is to be
displayed in hexadecimal format and '32' indicates that a dump of 32 bytes after
the start of the variable is to be displayed. The hexadecimal value of the variable is
shown on the Evaluate Expression display as in Figure 46 on page 137. If no length
is specified after the 'x', the size of the variable is used as the length. A minimum
Evaluate Expression
Previous debug expressions
> BREAK 221
> EVAL COUNTER
COUNTER = 89.
> EVAL B : X 32
00000 F8F90000 00000000 00000000 00000000 - 89..............
00010 00000000 00000000 00000000 00000000 - ................
Bottom
Debug . . . _________________________________________________________________
_______________________________________________________________________________
F3=Exit F9=Retrieve F12=Cancel F19=Left F20=Right F21=Command entry
Figure 46. Displaying the Hexadecimal Value of a Variable using the EVAL debug command
Note: The ILE source debugger does not support COBOL's reference modification
syntax for handling substrings. You need to use the %SUBSTR operator of
the ILE source debugger to handle substrings.
For example, you can obtain the first 10 elements of a 20-element character string
by using %SUBSTR(char20 1 10). You can obtain the last 5 elements of a 8-element
character string by using %SUBSTR(char8 4 5). In the case of a DBCS or
DBCS-edited item, element refers to a DBCS character (in other words, a two-byte
character).
You can use the %SUBSTR operator to assign a substring of a character string
variable to another variable or substring of a variable. Data is copied from the
source variable to the target variable from left to right. When the source or target
variables or both are substrings, then the operand is the substring portion of the
character string variable, not the entire character string variable. When the source
and target variable are of different sizes, then the following truncation and
padding rules apply:
Note: It is possible to use a substring of the same character string variable in both
the source variable and the target variable; however, if any portion of the
target string overlaps the source string, an error will result.
Figure 47 shows some example of how the %SUBSTR operator can be used.
Evaluate Expression
Previous Debug expressions
> EVAL CHAR10
CHAR10 = ’10CHARLONG’
> EVAL CHARA
CHARA = ’A’
> EVAL CHARA = %SUBSTR(CHAR10 3 5)
CHARA = ’C’
> EVAL %SUBSTR(CHAR10 1 2) = ’A’
CHAR10 = ’A CHARLONG’
> EVAL %SUBSTR(CHAR10 1 2) = ’XYZ’
CHAR10 = ’XYCHARLONG’
> EVAL %SUBSTR(CHAR10 7 4) = ’ABCD’
CHAR10 = ’XYCHARABCD’
> EVAL %SUBSTR(CHAR10 1 2) = %SUBSTR(CHAR10 7 4)
CHAR10 = ’ABCHARABCD’
Bottom
Debug . . . _________________________________________________________________
_______________________________________________________________________________
F3=Exit F9=Retrieve F12=Cancel F19=Left F20=Right F21=Command entry
Figure 47. Displaying a Substring of a Character String Variable using the %SUBSTR
operator
on the debug command line. data-name is the name of the record, group item, or
array that you want to display. The value of the record, group item, or array will
be shown on the Evaluate Expression display.
The following example shows you how to display the contents of an ILE COBOL
group item.
on the debug command line. The current contents of the group item ACCOUNT
will be shown on the Evaluate Expression display as in Figure 48.
To display the contents of a single element of the group item ACCOUNT, such as
element FIRST-NAME OF FULL-NAME OF ACCOUNT, type:
EVAL FIRST-NAME OF FULL-NAME OF ACCOUNT
on the debug command line. The current contents of the element FIRST-NAME OF
FULL-NAME OF ACCOUNT will be shown on the Evaluate Expression display as
in Figure 48. Press Enter to return to the Display Module Source display. You can
also display elements using partially qualified names provided that the name is
qualified sufficiently to resolve any name ambiguities.
Evaluate Expression
Previous Debug expressions
> EVAL ACCOUNT
NUMBER OF ACCOUNT = 12345
LAST-NAME OF FULL-NAME OF ACCOUNT = ’SMITH ’
FIRST-NAME OF FULL-NAME OF ACCOUNT = ’JOHN ’
> EVAL FIRST-NAME OF FULL-NAME OF ACCOUNT
FIRST-NAME OF FULL-NAME OF ACCOUNT = ’JOHN ’
Figure 48. Displaying a Group Item using the EVAL Debug Command
The following example shows you how to display the contents of an ILE COBOL
array.
05 A PIC X(5) OCCURS 5 TIMES.
on the debug command line. The current contents of the array A will be shown on
the Evaluate Expression display as in Figure 49 on page 140.
on the debug command line. The current contents of elements A(2), A(3), and A(4)
of the array A will be shown on the Evaluate Expression display as in Figure 49 on
page 140.
To display the contents of a single element of the array A, such as element A(4),
type:
EVAL A(4)
Note: The subscript value specified on the EVAL debug command can only be a
numeric value. For example, A(4) is accepted but A(I+2) or A(2*3) are not
accepted.
Evaluate Expression
Previous Debug expressions
> EVAL A
A(1) = ’ONE ’
A(2) = ’TWO ’
A(3) = ’THREE’
A(4) = ’FOUR ’
A(5) = ’FIVE ’
> EVAL A(2..4)
A(2) = ’TWO ’
A(3) = ’THREE’
A(4) = ’FOUR ’
> EVAL A(4)
A(4) = ’FOUR ’
on the debug command line. variable-name is the name of the variable that you
want to change and value is an identifier, literal, or constant value that you want to
assign to variable variable-name. For example,
EVAL COUNTER=3
You can use the EVAL debug command to assign numeric, alphabetic,
alphanumeric, DBCS, boolean, floating-point, and date-time data to variables
provided they match the definition of the variable.
Note: If the value that is assigned to the variable using the EVAL debug command
does not match the definition of the variable, a warning message is issued
and the value of the variable is not changed.
If the value that is assigned to a variable is a character string, the following rules
apply:
The following are examples of how various type of data can be assigned to
variables using the EVAL debug command.
EVAL COUNTER=3 (COUNTER is a numeric variable)
EVAL COUNTER=LIMIT (LIMIT is another numeric variable)
EVAL END-OF-FILE=’1’ (END-OF-FILE is a Boolean variable)
EVAL BOUNDARY=x’C9’ (BOUNDARY is an alphanumeric variable)
EVAL COMPUTER-NAME=’ISERIES" (COMPUTER-NAME is an alphanumeric variable)
EVAL INITIALS=%SUBSTR(NAME 17 3) (INITIALS and NAME are alphanumeric variables)
EVAL DBCS-NAME= G’OEKIK2K3OF’ (K1K2K3 are DBCS characters)
EVAL SHORT-FLOAT = 10
(SHORT-FLOAT is a single-precision floating-point data item -
COMP-1)
Note: You cannot assign a figurative constant to a variable using the EVAL debug
command. Figurative constants are not supported by the EVAL debug
command.
on the debug command line. shorthand-name is the name that you want to equate
with a variable, expression, or debug command, and definition is the variable,
expression, or debug command that you are equating with the name.
For example, to define a shorthand name called DC which displays the contents of
a variable called COUNTER, type:
EQUATE DC EVAL COUNTER
on the debug command line. Now, each time DC is typed on the debug command
line, the command EVAL COUNTER is performed.
on the debug command line. A list of the active names is shown on the Evaluate
Expression display.
When working with the source view, if the CCSID of the source file from which
the source view is obtained is different from the CCSID of the module object, then
the ILE source debugger may not recognize an ILE COBOL identifier containing
invariant characters.
However, when debugging ILE COBOL, ILE RPG, or ILE CL module objects,
identifier names in debug commands are converted to uppercase by the source
debugger, and therefore may be displayed differently.
In this case the format of the date item and the CCSID of the characters that will
form the contents of the date item will be based on the locale locale-french.
To create a locale, the locale must be described with a locale source member. Locale
source is similar to COBOL source. It has a certain number of sections with
predefined syntax and semantics, and just like COBOL source, must be compiled
to form a locale object. To create a locale object, a CCSID must be specified, along
with the locale source member name, file, and library. For more information on
creating locales, see “Creating Locales on the iSeries” on page 184.
This means that the COBOL data item date1 could have a CCSID different than the
job CCSID. The ILE source debugger has no way to determine the CCSID of date1,
You can code up to 18 digits in the PICTURE clause, as well as various other
characters of special significance. The “S” in the following example makes the
value signed.
05 PRICE PIC S99V99.
The field can hold a positive or negative value. The “V” indicates the position of
an implied decimal point. Neither “S” nor “V” are counted in the size of the item,
nor do they require extra storage positions, unless the item is coded as USAGE
DISPLAY with the SIGN IS SEPARATE clause. An exception is internal
floating-point data (COMP-1 and COMP-2), for which there is no PICTURE clause.
For example, an internal floating point data item is defined as follows:
05 GROMMET-SIZE-DEVIATION USAGE COMP-1 VALUE 02.35E-5
For information on how you can control how the compiler handles floating-point
data items, refer to the description of *FLOAT and *NOFLOAT under “CVTOPT
Parameter” on page 33 and in “Using the PROCESS Statement to Specify Compiler
Options” on page 47.
This ensures that the convention your machine uses for storing a non-separate sign
will not cause strange results when you use a machine that uses a different
convention.
If the contents of PRICE were 0150099 (representing the value 1,500.99), then
$ 1,500.99 would be displayed after the code is run.
If these two statements were to immediately follow the statements shown in the
previous example, then PRICE would be displayed as 0150099, representing the
value 1,500.99.
Numeric-edited items can also be associated with a locale. When a MOVE is made
to a numeric-edited item that is based on a locale, the result is edited according to
that locale. The CCSID associated with a locale also affects the edited result, and
when a program is run, the CCSIDs associated with the files, locales, and
numeric-edited items used by a program are compared to see if conversion is
necessary. For more information about how CCSIDs are treated at runtime, refer to
“Runtime CCSID Considerations” on page 16.
For complete information on the data descriptions for numeric data, refer to
WebSphere Development Studio: ILE COBOL Reference.
COMP-4 is synonymous with BINARY, and COMP and COMP-3 are synonymous
with PACKED-DECIMAL.
Regardless of which USAGE clause you use to control the computer’s internal
representation of the value, you use the same PICTURE clause conventions and
decimal value in the VALUE clause, except for floating-point data.
Binary items are well suited for containing subscripts or reference modification
start and length positions.
However, BINARY format is not as well suited for decimal alignment, so ILE
COBOL converts BINARY numbers in arithmetic expressions to PACKED
DECIMAL format. It is, therefore, preferable to use PACKED DECIMAL format for
arithmetic expressions.
Using PACKED DECIMAL format over BINARY format is also preferable when
converting numbers to display format. Converting a number from BINARY format
to DISPLAY format is more difficult than converting a number from PACKED
DECIMAL format to DISPLAY format.
On OS/400, COMP-1 and COMP-2 data items are represented in IEEE format.
For complete information on the data descriptions for numeric data, see WebSphere
Development Studio: ILE COBOL Reference.
User-defined data types can save you time and minimize source code because you
don’t have to redefine complex data structures that occur as part of the definition
of two or more data items within your program. All you need to do is create one
definition, and apply it to any subsequent definitions of the same type that you
might need, by using the TYPE clause.
For example, imagine you are developing an inventory program for a small
distributor, that distributes two types of items:
v Clothes. These come in many colors and sizes.
v Books. These come only with different titles.
Let’s say the inventory program is going to count the amount on hand for each of
the individual clothing items and books and store these in separate data items, and
then also put the accumulated totals for the clothing and book inventories into
separate data items.
Figure 50 on page 152 is an example of how you could use the TYPEDEF and
TYPE clauses to save time and minimize source code for the WORKING-
STORAGE section of a program like this.
This example creates a user-defined data type for clothing and books. Then it
creates separate data items for the three different clothing items and two different
book items, based on the user-defined data types. This is much easier and more
efficient than having to re-code the definitions for each of the inventory types.
There’s less chance of making a mistake, too.
Figure 50. Example Showing How TYPEDEF and TYPE Clauses Can Be Used in a Program (Part 1 of 4)
Figure 50. Example Showing How TYPEDEF and TYPE Clauses Can Be Used in a Program (Part 2 of 4)
Figure 50. Example Showing How TYPEDEF and TYPE Clauses Can Be Used in a Program (Part 3 of 4)
Figure 50. Example Showing How TYPEDEF and TYPE Clauses Can Be Used in a Program (Part 4 of 4)
Although the compiler converts short form to long form for comparisons, zeros are
used for padding the short number.
When a USAGE COMP-1 data item is moved to a fixed-point data item with more
than 6 digits, the fixed-point data item will receive only 6 significant digits, and
the remaining digits will be zero.
Given X’sd’, where s is the sign representation and d represents the digit, the valid
sign representations for external decimal (USAGE DISPLAY) without the SIGN IS
SEPARATE clause) are :
Positive: A, C, E, and F.
Negative: B and D.
Signs generated internally are F for positive and unsigned, and D for negative.
Given X’ds’, where d represents the digit and s is the sign representation, the valid
sign representations for internal decimal (USAGE PACKED-DECIMAL) ILE
COBOL data are:
Negative: B and D.
Signs generated internally are F for positive and unsigned, and D for negative.
Frequently, values are passed into your program and are assigned to items that
have incompatible data descriptions for those values. For example, non-numeric
data might be moved or passed into a field in your program that is defined as an
unsigned number. In either case, these fields contain invalid data. Ensure that the
contents of a data item conforms to its PICTURE and USAGE clauses before using
the data item in any further processing steps.
The numeric class test checks the contents of a data item against a set of values
that are valid for the particular PICTURE and USAGE of the data item. For
example, a packed decimal item would be checked for hexadecimal values X'0'
through X'9' in the digit positions, and for a valid sign value in the sign position
(whether separate or non-separate).
For the complete details of syntax and usage for ILE COBOL language constructs,
refer to the WebSphere Development Studio: ILE COBOL Reference.
instead of:
COMPUTE INCREMENT = INCREMENT + 1.
Or,
SUBTRACT OVERDRAFT FROM BALANCE.
instead of:
COMPUTE BALANCE = BALANCE - OVERDRAFT.
Or,
ADD 1 TO INCREMENT-1, INCREMENT-2, INCREMENT-3.
instead of:
You might also prefer to use the DIVIDE statement (with its REMAINDER phrase)
for division in which you want to process a remainder.
Arithmetic Expressions
In the examples of COMPUTE shown above, everything to the right of the equal
sign represents an arithmetic expression. Arithmetic expressions can consist of a
single numeric literal, a single numeric data item, or a single Intrinsic Function
reference. They can also consist of several of these items connected by arithmetic
operators. These operators are evaluated in a hierarchic order.
Table 7. Operator Evaluation
Operator Meaning Order of Evaluation
Unary + or − Algebraic sign First
** Exponentiation Second
/ or * Division or multiplication Third
Binary + or − Addition or subtraction Last
Operators at the same level are evaluated from left to right; however, you can use
parentheses with these operators to change the order in which they are evaluated.
Expressions in parentheses are evaluated before any of the individual operators are
evaluated. Parentheses, necessary or not, make your program easier to read.
Because numeric functions and arithmetic expressions hold similar syntactic status,
you can also nest an arithmetic expression as an argument to a numeric function:
COMPUTE X = FUNCTION MEAN (A, B, C / D).
In this example, there are only three function arguments: A, B and the arithmetic
expression (C / D).
You can reference all the elements of an array as function arguments by using the
ALL subscript. This feature is used with tables.
| General Number-Handling: Suppose you want to find the mean value of three
prices (represented as alphanumeric items with dollar signs), put this value into a
numeric field in an output record, and determine the length of the output record.
You could use NUMVAL-C (a function that returns the numeric value of an
alphanumeric string) and the MEAN function to do this:
01 X PIC 9(2).
01 PRICE1 PIC X(8) VALUE "$8000".
01 PRICE2 PIC X(8) VALUE "$4000".
01 PRICE3 PIC X(8) VALUE "$6000".
01 OUTPUT-RECORD.
05 PRODUCT-NAME PIC X(20).
05 PRODUCT-NUMBER PIC 9(9).
05 PRODUCT-PRICE PIC 9(6).
.
.
.
PROCEDURE DIVISION.
COMPUTE PRODUCT-PRICE =
Date and Time: The following example shows how to calculate a due date that is
90 days from today. The first eight characters returned by the CURRENT-DATE
function represent the date in a 4-digit year, 2-digit month, and 2-digit day format
(YYYYMMDD). In the example, this date is converted to its integer value. Then 90
is added to this value, and the integer is converted back to the YYYYMMDD
format.
01 YYYYMMDD PIC 9(8).
01 INTEGER-FORM PIC S9(9).
.
.
.
MOVE FUNCTION CURRENT-DATE(1:8) TO YYYYMMDD.
COMPUTE INTEGER-FORM = FUNCTION INTEGER-OF-DATE(YYYYMMDD).
ADD 90 TO INTEGER-FORM.
COMPUTE YYYYMMDD = FUNCTION DATE-OF-INTEGER(INTEGER-FORM).
DISPLAY ’Due Date: ’ YYYYMMDD.
You can also calculate a due date as a category date-time data item. For an
example of this type of calculation, refer to “Example of Calculating a Due Date”
on page 169.
Besides using Intrinsic Functions to convert characters, you can also use the
INSPECT statement.
The DISPLAY statements do not change the actual contents of ITEM-1 and only
affect how the letters are displayed. However, the MOVE statement causes
uppercase letters to be moved to the actual contents of ITEM-2.
Why Use NUMVAL and NUMVAL-C?: When you use NUMVAL or NUMVAL-C,
you do not need to statically declare numeric data in a fixed format and input data
in a precise manner. For example, for this code:
the user of the application must enter the numbers exactly as defined by the
PICTURE clause. For example:
+001.23
-300.00
Conversion also occurs when comparing or moving numeric data items containing
dates to date-time data items. For more information about the considerations for
these types of moves, refer to “MOVE Considerations for Date-Time Data Items”
on page 179.
When moving alphanumeric data items containing dates to date-time data items,
no conversion is done: whatever characters are contained in the alphanumeric data
item are moved to the date-time data item. It is the responsibility of the
programmer to ensure that dates contained in alphanumeric data items are in the
correct format before they are moved to date-time data items.
On the other hand, if you know what position in the collating sequence you want
but do not know what character it corresponds to, then reference the CHAR
function using the integer ordinal position as the argument, and CHAR will return
the desired character:
INITIALIZE CUSTOMER-NAME REPLACING ALPHABETIC BY FUNCTION CHAR(65).
| MAX and MIN: The MAX and MIN functions simply return the contents of one
| of the variables you supply. For example, with these data definitions:
| 05 Arg1 Pic x(10) Value "THOMASSON ".
| 05 Arg2 Pic x(10) Value "THOMAS ".
| 05 Arg3 Pic x(10) Value "VALLEJO ".
| This would assign the integer 3 to x, if the same arguments were used as in the
| previous example. If ORD-MIN were used instead, the integer 2 would be
| returned.
| Note: This group of functions can also be used for numbers, in which case the
| algebraic values of the arguments are compared. For more information, see
| “Arithmetic Expressions” on page 160. The above examples would probably
| be more realistic if Arg1, Arg2 and Arg3 were instead successive elements of
| an array (table). For information on using table elements as function
| arguments, see “Processing Table Items” on page 173.
| Here, R2 is evaluated to be larger than R1. Therefore, assuming that the symbol
| represents a blank space, the string ″f″ would be moved to R3 (the unfilled
| character positions in R3 are padded with spaces), and L evaluates to the value 5.
| If R1 were the value ″g″ then R1 would be larger than R2, and the string
| ″g″ would be moved to R3 (the unfilled character positions in R3 would
| be padded with spaces); the value 10 would be assigned to L.
For example:
77 CUSTOMER-NAME PIC X(30).
77 CUSTOMER-LOCATION-ASIA PIC G(50).
Whereas the LENGTH function can only be used where arithmetic expressions are
allowed, the LENGTH OF special register can be used in a greater variety of
contexts. For example, the LENGTH OF special register can be used as an
argument to an Intrinsic Function that allows integer arguments. (An Intrinsic
Function cannot be used as an operand to the LENGTH OF special register.) The
LENGTH OF special register can also be used as a parameter in a CALL statement.
to show the four-digit year, month, day, and time (in hours, minutes, seconds, and
hundredths of seconds) of compilation.
The WHEN-COMPILED special register supports only a two-digit year and carries
the time out only to seconds. The special register can only be used as the sending
field in a MOVE statement.
For more information on using date-time data items, refer to “Working with
Date-Time Data Types” on page 176.
Example of Finding the Duration Between Two Dates: The following example
shows how to calculate how many days fall between two dates in date-time
format:
01 YYYYMMDD FORMAT DATE "@Y%m%d".
01 EXPIRY-DATE FORMAT DATE "%m/%d/@Y" VALUE "10/31/1997".
01 DURATION PIC S9(5).
.
.
.
MOVE FUNCTION CURRENT-DATE(1:8) TO YYYYMMDD.
COMPUTE DURATION = FUNCTION FIND-DURATION (YYYYMMDD EXPIRY-DATE DAYS).
IF DURATION <= 0 THEN
DISPLAY ’Expiry date, ’ EXPIRY-DATE ’ has passed.’
END-IF.
Assuming that the current date is November 1, 1997, the output of the above
program would be:
Expiry date 10/31/1997 has passed.
Assuming that the current date is October 8, 1997, the output of the above
program would be:
Due Date: 01/06/1998
Assuming that the current date is October 8, 1997, the output of the above
program would be:
For example:
SPECIAL-NAMES.
. LOCALE "EN_US" IN LIBRARY "QSYSLOCALE" IS usa.
.
.
DISPLAY "Date is:" FUNCTION LOCALE-DATE("19970908" usa).
DISPLAY "Time is:" FUNCTION LOCALE-TIME("06345200+0000" usa).
would display:
Date is: 08/09/1997
Time is: 06:34:52
Note: To get the above result, locale USA must be in the GMT time zone.
The following discussion explains when arithmetic and arithmetic comparisons are
evaluated in fixed-point and floating-point. For details on the precision of
arithmetic evaluations, see “Conversions and Precision” on page 156.
Floating-Point Evaluations
In general, if your arithmetic evaluation has either of the characteristics listed
below, it will be evaluated by the compiler in floating-point arithmetic:
v An operand or result field is floating-point.
A data item is floating-point if you code it as a floating-point literal, or if you
define it as USAGE COMP-1, USAGE COMP-2, or as external floating-point
(USAGE DISPLAY with a floating-point PICTURE).
An operand that is a nested arithmetic expression or a reference to numeric
Intrinsic Function results in floating-point when:
– An argument in an arithmetic expression results in floating-point.
– The function is a floating-point function.
v It is an argument to a floating-point function.
Functions like COS and SIN are floating-point functions that expect one
argument. Since these functions are floating-point functions, the argument will
be calculated in floating-point.
Fixed-Point Evaluations
In general, if your arithmetic operation contains neither of the characteristics listed
above for floating-point, it will be evaluated by the compiler in fixed-point
arithmetic. In other words, your arithmetic evaluations will be handled by the
compiler as fixed-point only if all your operands are given in fixed-point, and your
result field is defined to be fixed-point. Nested arithmetic expression and function
references must represent fixed-point values.
In the preceding example there are two comparisons, and therefore four
comparands. If any of the four comparands is a floating-point value or resolves to
a floating-point value, all arithmetic in the IF statement will be done in
floating-point; otherwise all arithmetic will be done in fixed-point.
Thus, following these rules for the IF statement above, each IF statement’s
comparands must be looked at to determine if all the arithmetic in that IF
statement will be fixed-point or floating-point.
| Example 1:
| This example sums a cross section of Table-Two:
| Compute Table-Sum = FUNCTION SUM (Table-Two(ALL, 3, ALL)))
| Assuming that Table2 is a 2x3x2 array, the above statement would cause these
| elements to be summed:
| Table-Two(1,3,1)
| Table-Two(1,3,2)
| Table-Two(2,3,1)
| Table-Two(2,3,2)
| Example 2:
| This example computes values for all employees.
| 01 Employee-Table.
| 05 Emp-Count Pic s9(4) usage binary.
| 05 Emp-Record occurs 1 to 500 times
| depending on Emp-Count.
| 10 Emp-Name Pic x(20).
| 10 Emp-Idme Pic 9(9).
| 10 Emp-Salary Pic 9(7)v99.
| .
| .
| Procedure Division.
| Compute Max-Salary = Function Max(Emp-Salary(ALL))
| Compute I = Function Ord-Max(Emp-Salary(ALL))
| Compute Avg-Salary = Function Mean(Emp-Salary(ALL))
| Compute Salary-Range = Function Range(Emp-Salary(ALL))
| Compute Total-Payroll = Function Sum(Emp-Salary(ALL))
| Example 3:
| Scalars and array arguments can be mixed for functions that accept multiple
| arguments:
| Compute Table-Median = Function Median(Arg1 Table-One(ALL))
| Century support for the 21st Century has been added to ILE COBOL. This means
that if you are retrieving a year with the last 2 digits in the range of 40 – 99, the
digits “19” will be added as the prefix, and you will retrieve a four-digit year in
the range of 1940 – 1999. Contrastingly, if you are retrieving a year with the last 2
digits in the range of 00 – 39, the digits “20” will be added as the prefix, and you
will retrieve a four-digit year in the range of 2000 – 2039.
Long-Term Solution
To take your programs through the year 9999, you must eventually:
1. Change applications to retrieve a 4-digit year instead of a 2-digit year, using
one of the following methods:
v Using the new YYYYMMDD and YYYYDDD phrases of the ACCEPT
statement to obtain a 4-digit year or
v Using Intrinsic Functions to get 4-digit year date (such as CURRENT-DATE,
DATE-OF-INTEGER and DAY-OF-INTEGER) or
v Using Integrated Language Environment callable services to get 4-digit year
dates
2. Increase the size of the data items that contain dates so that they can store a
4-digit year, or change the data items into date data items that hold a 4-digit
year.
3. Rebuild databases with 4-digit years.
Short-Term Solution
If you cannot change all of your applications and data before the year 2000 you
can leave your data alone and change your application to interpret 2-digit years as
4-digit years. This type of technique is generally referred to as windowing. With
this technique you can take a 2-digit year and determine a 4-digit year based on a
predefined 100-year window. For example, given the window 1940 to 2039:
v A 2-digit year of 92 would be 1992
v A 2-digit year of 02 would be 2002.
There are two ways to do windowing in ILE COBOL. You can perform the
windowing yourself with the aid of the ILE COBOL intrinsic functions, or you can
let ILE COBOL perform the windowing by changing your numeric or character
dates into date data items.
If you want to do the windowing yourself, ILE COBOL provides a set of century
window Intrinsic Functions, which allow 2-digit years to be interpreted in a
100-year window (because each 2-digit number can only occur once in any
100-year period). You select the period, give the Intrinsic Function a 2-digit year, or
a date or day with a two-digit year, and the Intrinsic Function will return the
appropriate value with a 4-digit year in that 100-year window.
The ILE COBOL compiler provides three century window intrinsic functions:
YEAR-TO-YYYY, DAY-TO-YYYYDDD, and DATE-TO-YYYYMMDD. The
Form more information about the century window Intrinsic Functions, refer to the
WebSphere Development Studio: ILE COBOL Reference.
In order for ILE COBOL to perform the windowing for you, you must change your
character or numeric dates into date data items. In the code fragment below there
are two numeric items that represent dates. The code is going to display a message
if the current date is past the expiration date.
01 my-dates.
* expiration-date is year 1997, month 10, day 9
05 expiration-date PIC S9(6) VALUE 971009
USAGE PACKED-DECIMAL.
* current-date-1 is year 2002, month 8, day 5
05 current-date-1 PIC S9(6) VALUE 020805
USAGE PACKED-DECIMAL.
IF current-date-1 > expiration-date THEN
DISPLAY "items date is past expiration date"
END-IF.
In the above code even though 2002 is greater than 1997, the numeric values
020805 is not greater than 971009, so the IF will evaluate to FALSE, and the
DISPLAY statement will not be run. However, by changing the numeric dates to
date data items the DISPLAY statement will run. Notice that the size (in bytes) of
both expiration-date and current-date-1 has not changed:
01 my-dates.
* expiration-date is year 1997, month 10, day 9
05 expiration-date FORMAT DATE "%y%m%d" VALUE "971009"
USAGE PACKED-DECIMAL.
* current-date-1 is year 2002, month 8, day 5
05 current-date-1 FORMAT DATE "%y%m%d" VALUE "020805"
USAGE PACKED-DECIMAL.
IF current-date-1 > expiration-date THEN
DISPLAY "items date is past expiration date"
END-IF.
However, you can use the century window Intrinsic Functions to convert your
databases or files from 2-digit year dates to 4-digit year dates. You can do this by
reading in the 2-digit year dates, interpreting them to get 4-digit years, and then
rewriting the data into a copy of the original that has been expanded to hold the
4-digit year data. All new data would then go into the new file or database.
The reason that the century window buys you more time is that you know in any
given section of ILE COBOL code whether you are trying to figure out if a date is
old (the date is in the past) or if a due date has not yet been reached (the date is in
the future). You can then use this knowledge to determine how to set your century
window.
There are limitations, though. For example, the century window cannot solve the
problem of trying to figure out how long a customer has been with your company,
if the time-span is greater than 100 years and you only have 2-digit years in your
dates. Another example is sorting. All of the records that you want to sort by date
must have 4-digit year dates. For these problems and others, you need to use
ACCEPT statements, Intrinsic Functions, or ILE date services which return a 4-digit
year.
For items of class date-time the FORMAT clause is used in place of a PICTURE
clause. In the example above, after the keyword FORMAT one of the words DATE,
TIME, or TIMESTAMP appears. These words identify the category of the date-time
item.
Note: The words DATE and TIME are reserved words; whereas, the word
TIMESTAMP is a context-sensitive word.
After the reserved word or context-sensitive word that dictates the category of the
date-time item a format literal may appear. A format literal is a non-numeric literal
that describes the format of a date or time item.
In the case of data item date1 the %m stands for months, %d for days, and the @Y for
year (including a 2-digit century). The % and @ character begin a specifier. The three
specifiers used in the format literal of date1 are part of a set of specifiers
documented in WebSphere Development Studio: ILE COBOL Reference. A format literal
is a combination of specifiers and separators. So again looking at date1 there are
two separators, both of which are the character /.
In the above example each specifier has a pre-determined size. For example data
item time2 has three specifiers: %H, %M, and %S, which stand for hours (2 digits),
minutes (2 digits), and seconds (2 digits); as well as two specifiers both of which
are the character :. Thus the total size of time2 is 8 characters.
Separators and specifiers may come in any order in a format literal; and must obey
the following rules:
In the above example neither date2 nor timestamp1 have format literals specified.
Items of category timestamp can not have user defined format literals; however,
they do have a default format literal of @Y-%m-%d-%H.%M.%S.@Sm. For an item of
category date or time, if a format literal is not explicitly specified in the data
description entry one can be specified in the SPECIAL-NAMES paragraph. An
example is shown below:
SPECIAL-NAMES. FORMAT OF DATE IS "@C:%y:%j",
FORMAT OF TIME IS "%H:%M:%S:@Sm".
If the above SPECIAL-NAMES paragraph had been specified in the same program
as group item group-item, the date format of date2 would have been @C:%y:%j. On
the other hand, if a SPECIAL-NAMES paragraph did not exist, the format of the
date item would default to ISO. An ISO date has the format @Y-%m-%d. The only
item of category time without a format literal (implicitly or explicitly defined) is
time3, so if the above SPECIAL-NAMES paragraph did exist, time3 would have
the time format %H:%M:%S:@Sm. On the other hand, if no FORMAT OF TIME clause
appeared in the SPECIAL-NAMES paragraph, the format would default to ISO. An
ISO time has the format %H.%M.%S.
In DDS to specify the format of a date field, the DATFMT keyword can be
specified. The DATFMT keyword can also be specified on zoned, packed, and
character fields. For these types of fields, COPY DDS would normally generate a
PICTURE clause for a numeric zoned, numeric packed, and alphanumeric data
item, respectively. You can force COPY DDS to generate a FORMAT clause for
these items by specifying the *CVTTODATE value of the CVTOPT parameter.
For a list of the DATFMT parameters allowed for zoned, packed, and character
DDS fields, and their equivalent ILE COBOL format that is generated from COPY
DDS when the CVTOPT(*CVTTODATE) conversion parameter is specified, refer to
“Class Date-Time” on page 390.
This same data description entry can have one or more 88 (condition-names)
associated with it. The VALUE clause of the condition-name can contain a THRU
phrase. The following clauses can refer to a class date-time data description entry:
v LIKE
v REDEFINES
v RENAMES
v TYPE.
The following code fragment shows various definitions of class date-time items:
01 TimestampT IS TYPEDEF
FORMAT TIMESTAMP VALUE "1997-12-01-05.52.50.000000".
01 group-item.
05 date1 FORMAT DATE OCCURS 3 TIMES VALUE "1997-05-08".
05 date2 FORMAT DATE "@Y-%m-%d" VALUE "2001-09-08".
05 date3 REDEFINES date2 FORMAT DATE.
88 date3-key-dates VALUE "1997-05-01" THRU "2002-05-01".
05 time1 FORMAT TIME "%H:%M" VALUE "14:10".
05 time2 LIKE time1.
05 timestamp1 TYPE TimestampT.
Each of the above clauses has various rules when used with an item of class
date-time.
The VALUE clause for a date-time item should be a non-numeric literal in the
format of the date-time item. No checks are made at compile time to verify that the
format of the VALUE clause non-numeric literal matches the FORMAT clause. It is
up to the programmer to make sure the VALUE clause non-numeric literal is
correct.
The level 88 (condition-names) associated with a date-time item can have a THRU
phrase. The VALUE clause of a level-88 item associated with a date-time item
should contain a non-numeric literal whose format matches the parent item.
Level-88 items used in relational conditions result in a date-time comparison.
A LIKE clause that refers to a date-time item cannot modify its size. The LIKE
clause causes the new item to inherit all the attributes of the FORMAT clause,
including the SIZE and LOCALE clauses.
Date-time data items can be used with the following statements, clauses, and
intrinsic functions:
v MOVE
Date-time data types can also be used in SORT (and MERGE) operations, however,
some restrictions apply. For more information about these restrictions, refer to
“Date-Time Data Type Considerations” on page 381.
Translation of @p to Uppercase
Time items can be defined with the @p conversion specifier. This specifier will be
replaced with either AM or PM. However, the AM and PM can be any mix of
upper and lower case characters. This means that in a statement that contains both
source and receivers with the @p conversion specifier, the source can contain a mix
of upper and lower case characters, but the receiver will always be translated into
upper case characters. For example:
01 group-item.
05 time1 FORMAT TIME "%I:%M @p" VALUE "06:20 am".
05 time2 LIKE time1.
MOVE time1 TO time2.
DISPLAY "time2 = " time2.
In the above code, time1 is the source for the MOVE statement, so its @p specifier
can be a mix of upper and lower case, in this example it is lowercase am. The
To show you how this works, three date moves are done in this program:
ID DIVISION.
PROGRAM-ID. datmoves.
ENVIRONMENT DIVISION.
CONFIGURATION SECTION.
SPECIAL-NAMES.
FORMAT DATE IS ’%m/%d/%y’.
DATA DIVISION.
WORKING-STORAGE SECTION.
77 date1 format date Value ’07/12/39’.
77 date2 format date ’@Y/%m/%d’.
77 date3 format date ’%y/%m/%d’.
01 ALPHA_USA_S PIC X(08).
PROCEDURE DIVISION.
PARA1.
move date1 to date2. 1
display "date2 =" date2.
*
move date2 to date3. 2
display "date3 =" date3.
*
move FUNCTION ADD-DURATION (date3 YEARS 1) to date2. 3
display "date2 =" date2.
In move 2, a 4-digit year is moved to a 2-digit year, and the century (1st 2 digits
of the year) is just truncated.
In move 3, a year is added to date3 and it is then moved back to a 4-digit year.
Because the year that was added moved the 2-digit year of the date out of the 21st
century, the date becomes a 20th century date and is inaccurate. This move shows
you how the windowing algorithm works, and how inaccuracies can result when
moving dates between 4-digit and 2-digit year formats.
Overriding the Default Date Window Using the DATTIM Process Statement
Option: Sometimes you may not be able to avoid moving dates between 4-digit
and 2-digit years, and you know that inaccuracy will result based on the default
windowing algorithm that ILE COBOL uses. You can use the DATTIM process
statement option to change the default date window.
Syntax
The default DATTIM(1900, 40) results in a 100-year window of 1940 through 2039.
To solve the problem encountered in our previous example, we could set the
DATTIM option in either of the following ways:
v Specifying DATTIM(1900 70) would result in a 100-year window of 1970 through
2069
v If we assume that all 2-digit years are in the 21st century we could specify
DATTIM(2000 00), which would result in a 100-year window of 2000 through
2099.
The only change in the output is the result of move 3. If you remember from the
previous example, the output was date2 =1940/07/12, which was an inaccurate
result from moving an updated 2-digit date to a 4-digit date based on the default
ILE COBOL windowing algorithm (base century of 1900 and base year of 40).
For example, a time data item might have the format %H:%M:%S @So/@Sm.
If there are two time data items and one is moved to the other, the specifiers that
hold fractions of a second in the sending data item are all converted to one
number, representing the number of microseconds. The microseconds are then
converted to the appropriate fractions of a second in the receiving time data item.
Time Zones: Category time and timestamp data items are affected by time zones.
ILE COBOLretrieves time zone information from the iSeries system value
QUTCOFFSET (Coordinated Universal Time Offset, also known as Greenwich
Mean Time offset), and from LC_TOD locale category. A time data item associated
with a locale uses the time zone in the tzdiff keyword of the LC_TOD locale
category. A time data item which is not associated with a locale and a timestamp
data item are assumed to be in the time zone of the iSeries system. That is, in the
time zone specified by the QUTCOFFSET system value.
The locale source for EN_US that is shipped with an iSeries system has a default
tzdiff value of 0. However, this can be changed by the user by copying the locale
source to a different source physical file. In the MOVE statement above, the data
item SYSTEM-TIME-1 is not associated with any locale, so its time zone is dictated
by the QUTCOFFSET system value. The data item LOCALE-TIME-1 is associated
with locale EN_US in library QSYSLOCALE. This means that its time zone is dictated
by the LC_TOD locale category of this locale. During the MOVE statement, the
resulting time in LOCALE-TIME-1 will be adjusted by the difference in the time zones
between SYSTEM-TIME-1 and LOCALE-TIME-1.
ILE COBOL does not take into consideration Daylight Savings Time. To
accommodate this, you would have to update the Coordinated Universal Time
Offset in the LC_TOD locale category and in QUTCOFFSET to account for this
time difference.
Other intrinsic functions that take time zones into consideration are:
FIND-DURATION, LOCALE-TIME, and CONVERT-DATE-TIME.
Locale information is grouped into locale categories that control specific aspects of
the runtime of a program. These locale categories are:
Locale-Category Name Behavior Affected
LC_CTYPE Defines character types, such as upper-case,
lower-case, space, digit, and punctuation. Affects
the behavior of locale-based numeric-edited, date,
and time items, as well as locale-based intrinsic
functions.
LC_COLLATE Defines the collating sequence.
LC_TIME Defines the date and time conventions, such as
calendar used, time zone, and days of the week.
Affects the behavior of date and time data items
whose format is based on a locale, and intrinsic
functions that return date and time items.
LC_NUMERIC Defines numeric formats.
LC_MONETARY Defines the monetary names, symbols, punctuation,
and other details. Affects locale-based
numeric-edited items.
For more information about how locales of type *LOCALE are created, see “Using
Coded Character Set Identifiers” on page 14.
If the current locale is not set explicitly using SET LOCALE, it is implicitly set by
the ILE COBOL runtime at program activation time. This is the same default locale
that you can set using the DEFAULT keyword in Format 8 of the SET statement.
Here is how the ILE COBOL runtime sets the current locale when a program is
activated:
The current locale used by ILE COBOL is shared with ILE C compiler and ILE C++
compiler. This means that the ILE C compiler setlocale function that changes the
current locale for ILE C compiler programs also affects the current locale for ILE
COBOL programs, and the other way around.
For more information about how locales of type *LOCALE are enabled, see “Using
Coded Character Set Identifiers” on page 14.
Note: Switching locales between the editing and de-editing of a given data item
can result in unpredictable behavior. You are responsible for ensuring that
the locale used for de-editing is the same as the locale used for editing.
v When a LOCALE phrase is used in a PICTURE clause or a FORMAT clause, and
mnemonic-name-1 is specified, the current locale is the one associated with the
mnemonic-name in the SPECIAL-NAMES paragraph. It must be identified
anytime before the first reference in a source unit to a data item requiring its
use. Its scope is that source unit.
v For a SET statement, the locale specified in the FROM phrase becomes the
current locale for the run unit, until it is changed again by another SET
statement.
The LC_MONETARY category of a locale definition source file defines rules and
symbols for formatting monetary numeric information. This category begins with
an LC_MONETARY category header and ends with an END LC_MONETARY
category trailer.
All operands for the LC_MONETARY category keywords are defined as string or
integer values. String values are bounded by double-quotation marks (″″). All
values are separated from the keyword they define by one or more spaces. Two
adjacent double-quotation marks indicate an undefined string value. A -1 indicates
an undefined integer value. The following keywords are recognized in the
LC_MONETARY category:
int_curr_symbol
Specifies the string used for the international currency symbol. The
operand for the int_curr_symbol keyword is a four-character string. The
first three characters contain the alphabetic international-currency symbol.
The fourth character specifies a character separator between the
international currency symbol and a monetary quantity. Specifies the string
used for the local currency symbol. This keyword is not used by ILE
COBOL.
currency_symbol
Specifies the string used for the local currency symbol. In ILE COBOL, this
keyword is used along with several other keywords to format the cs
locale-based PICTURE-editing symbol. Refer to ″p_cs_precedes″,
″p_sep_by_space″, ″n_cs_precedes″, and ″n_sep_by_space″.
mon_decimal_point
Specifies the string used for the decimal delimiter used to format monetary
quantities. In ILE COBOL, this corresponds to the . locale-based
PICTURE-editing symbol.
mon_thousands_sep
Specifies the string used for grouping digits to the left of the decimal
delimiter in formatted monetary quantities.
mon_grouping
Defines the size of each group of digits in formatted monetary quantities.
The operand for the mon_grouping keyword consists of a sequence of
semicolon-separated integers. Each integer specifies the number of digits in
a group. The initial integer defines the size of the group immediately to the
left of the decimal delimiter. The following integers define succeeding
groups to the left of the previous group. If the last digit is not -1,
subsequent grouping is performed using the previous digit. If the last digit
is -1, grouping is only performed for the number of groups specified.
The following is an example of the interpretation of the mon_grouping
keyword. Assuming the value to be formatted is 123456789 and the
operand for the mon_thousands_sep keyword is comma (,), the following
results occur:
mon_grouping Value Formatted Value
3;-1 123456,789
Note: In ILE COBOL, this keyword is used along with several other
keywords to format the + locale-based PICTURE-editing symbol.
Refer to ″negative_sign″, ″p_sign_posn″, and ″n_sign_posn″.
negative_sign
Specifies the string used to indicate a negative-valued formatted monetary
quantity.
Note: In ILE COBOL, this keyword is used along with several other
keywords to format the + locale-based PICTURE-editing symbol.
Refer to ″positive_sign″, ″p_sign_posn″, and ″n_sign_posn″.
int_frac_digits
Specifies an integer value representing the number of fractional digits
(those after the decimal delimiter) to be displayed in a formatted monetary
quantity using the int_curr_symbol value. This keyword is not used by ILE
COBOL.
frac_digits
Specifies an integer value representing the number of fractional digits
(those after the decimal delimiter) to be displayed in a formatted monetary
quantity using the currency_symbol value. This keyword is not used by
ILE COBOL.
p_cs_precedes
Specifies an integer value indicating whether the int_curr_symbol or
currency_symbol string precedes or follows the value for a non-negative
formatted monetary quantity. The following integer values are recognized:
0 Indicates that the currency symbol follows the monetary quantity.
1 Indicates that the currency symbol precedes the monetary quantity.
Note: In ILE COBOL, this keyword is used along with several other
keywords to format the cs locale-based PICTURE-editing symbol.
Refer to ″currency_symbol″, ″p_sep_by_space″, ″n_cs_precedes″, and
″n_sep_by_space″.
p_sep_by_space
Specifies an integer value indicating whether the int_curr_symbol or
currency_symbol string is separated by a space from a non-negative
formatted monetary quantity. The following integer values are recognized:
0 Indicates that no space separates the currency symbol from the
monetary quantity.
1 Indicates that a space separates the currency symbol from the
monetary quantity.
2 Indicates that a space separates the currency symbol and the
positive_sign string, if adjacent.
Note: In ILE COBOL, this keyword is used along with several other
keywords to format the cs locale-based PICTURE-editing symbol.
Refer to ″currency_symbol″, ″p_cs_precedes″, ″p_sep_by_space″, and
″n_sep_by_space″.
n_sep_by_space
Specifies an integer value indicating whether the int_curr_symbol or
currency_symbol string is separated by a space from a negative formatted
monetary quantity. The following integer values are recognized:
0 Indicates that no space separates the currency symbol from the
monetary quantity.
1 Indicates that a space separates the currency symbol from the
monetary quantity.
2 Indicates that a space separates the currency symbol and the
negative_sign string, if adjacent.
Note: In ILE COBOL, this keyword is used along with several other
keywords to format the cs locale-based PICTURE-editing symbol.
Refer to ″currency_symbol″, ″p_cs_precedes″, ″p_sep_by_space″, and
″n_cs_precedes″.
p_sign_posn
Specifies an integer value indicating the positioning of the positive_sign
string for a non-negative formatted monetary quantity. The following
integer values are recognized:
0 Indicates that parenthesis enclose both the monetary quantity and
the int_curr_symbol or currency_symbol string.
1 Indicates that the positive_sign string precedes the quantity and
the int_curr_symbol or currency_symbol string.
2 Indicates that the positive_sign string follows the quantity and the
int_curr_symbol or currency_symbol string.
3 Indicates that the positive_sign string immediately precedes the
int_curr_symbol or currency_symbol string.
4 Indicates that the positive_sign string immediately follows the
int_curr_symbol or currency_symbol string.
Note: In ILE COBOL, this keyword is used along with several other
keywords to format the + locale-based PICTURE-editing symbol.
Refer to ″positive_sign″, ″negative_sign″, and ″n_sign_posn″.
Note: In ILE COBOL, this keyword is used along with several other
keywords to format the + locale-based PICTURE-editing symbol.
Refer to ″positive_sign″, ″negative_sign″, and ″p_sign_posn″.
LC_MONETARY—Example
The following is an example of the LC_MONETARY category listed in a locale
definition source file:
LC_MONETARY
#
int_curr_symbol "<U><S><D>"
currency_symbol "<dollar-sign>"
mon_decimal_point "<period>"
mon_thousands_sep "<comma>"
mon_grouping 3;-1
positive_sign "<plus-sign>"
negative_sign "<hyphen>"
LC_TIME Category
In ILE COBOL the LC_TIME category is used to format date and time items that
are based on a locale. Like other locale categories, LC_TIME consists of a series of
keywords followed by their operands. The LC_TIME keyword ″d_fmt″ specifies the
format of locale based date data items. The LC_TIME keyword ″t_fmt″ specifies the
format of locale based time data items.
The following section gives a more detailed description of all the LC_TIME
category keywords, including those not currently used by ILE COBOL. The
descriptions below mention several conversion specifiers such as %a and %c that
are currently not supported by ILE COBOL.
The LC_TIME category of a locale definition source file defines rules and symbols
for formatting time and date information. This category begins with an LC_TIME
category header and terminates with an END LC_TIME category trailer.
All operands for the LC_TIME category keywords are defined as string or integer
values. String values are bounded by double quotation marks (″″). All values are
separated from the keyword they define by one or more spaces. Two adjacent
double quotation marks indicate an undefined string value. A -1 indicates an
undefined integer value. Field descriptors are used by commands and subroutines
that query the LC_TIME category to represent elements of time and date formats.
The following keywords are recognized in the LC_TIME category:
abday Defines the abbreviated weekday names corresponding to the %a field
descriptor. Recognized values consist of seven semicolon-separated strings.
The first string corresponds to the abbreviated name for the first day of the
week (Sun), the second to the abbreviated name for the second day of the
week, and so on.
day Defines the full spelling of the weekday names corresponding to the %A
field descriptor. Recognized values consist of seven semicolon-separated
strings. The first string corresponds to the full spelling of the name of the
first day of the week (Sunday), the second to the name of the second day
of the week, and so on. This keyword is not used by ILE COBOL.
abmon
Defines the abbreviated month names corresponding to the %b field
descriptor. Recognized values consist of 12 semicolon-separated strings.
The first string corresponds to the abbreviated name for the first month of
the year (Jan), the second to the abbreviated name for the second month of
the year, and so on. This keyword is not used by ILE COBOL.
mon Defines the full spelling of the month names corresponding to the %B field
descriptor. Recognized values consist of 12 semicolon-separated strings.
The first string corresponds to the full spelling of the name for the first
An era value consists of one string for each era. If more than one era was
specified, each era string is separated by a ; (semicolon).
era_d_fmt
Defines the string used to represent the date in alternate-era format
corresponding to the %Ex field descriptor. The string can contain any
combination of characters and field descriptors.
era_t_fmt
Defines the string used to represent the time in alternate-era format
corresponding to the %EX field descriptor. The string can contain any
combination of characters and field descriptors.
era_d_t_fmt
Defines the string used to represent the date and time in alternate-era
format corresponding to the %Ec field descriptor. The string can contain
any combination of characters and field descriptors.
alt_digits
Defines alternate strings for digits corresponding to the %O field
descriptor. Recognized values consist of a group of strings separated by ;
(semicolons). The first string represents the alternate string for zero, the
second string represents the alternate string for one, and so on. A
maximum of 100 alternate strings can be specified.
Escape Sequences
The following are escape sequences allowed for the d_t_fmt, d_fmt, and t_fmt
keyword values:
\\ Represents the backslash character.
\a Represents the alert character.
\b Represents the backspace character.
\f Represents the form-feed character.
\n Represents the newline character.
LC_TIME Example
The following is an example of a LC_TIME category in a locale definition source
file:
LC_TIME
#
#Abbreviated weekday names (%a)
abday "<S><u><n>";"<M><o><n>";"<T><u><e>";"<W><e><d>";\
"<T><h><u>";"<F><r><i>";"<S><a><t>"
#
#Full weekday names (%A)
day "<S><u><n><d><a><y>";"<M><o><n><d><a><y>";\
"<T><u><e><s><d><a><y>";"<W><e><d><n><e><s><d><a><y>";\
"<T><h><u><r><s><d><a><y>";"<F><r><i><d><a><y>";\
"<S><a><t><u><r><d><a><y>"
#
#Abbreviated month names (%b)
abmon "<J><a><n>";"<F><e><b>";"<M><a><r>";"<A><p><r>";\
"<M><a><y>";"<J><u><n>";"<J><u><l>";"<A><u><g>";\
"<S><e><p>";"<O><c><t>";"<N><o><v>";"<D><e><c>"
#
#Full month names (%B)
mon "<J><a><n><u><a><r><y>";"<F><e><b><r><u><a><r><y>";\
"<M><a><r><c><h>";"<A><p><r><i><l>";"<M><a><y>";\
"<J><u><n><e>";"<J><u><l><y>";"<A><u><g><u><s><t>";\
"<S><e><p><t><e><m><b><e><r>";"<O><c><t><o><b><e><r>";\
"<N><o><v><e><m><b><e><r>";"<D><e><c><e><m><b><e><r>"
#
#Date and time format (%c)
d_t_fmt "%a_%bf%d %H:%M:%S %Y"
#
#Date format (%x)
d_fmt "%m/%d/%y"
#
#Time format (%X)
t_fmt "%H:%M:%S"
#
#Equivalent of AM/PM (%p)
am_pm "<A><M>";"<P><M>"
#
#12-hour time format (%r)
t_fmt_ampm "%I:%M:%Sm%p"
#
era "+:0:0000/01/01:+*:AD:%EC";\
"+:1:-0001/12/31:-*:BC:%Ey";
era_d_fmt ""
alt_digits "<0><t><h>";"<1><s><t>";"<2><n><d>";"<3><r><d>";\
"<4><t><h>";"<5><t><h>";"<6><t><h>";"<7><t><h>";\
"<8><t><h>";"<9><t><h>";"<1><0><t><h>"
#
END LC_TIME
LC_TOD Category
In ILE COBOL, the LC_TOD locale category dictates the timezone for a locale
based time item. In particular the tzdiff keyword specifies the difference between
the local time and Greenwich mean time. This information is used when moving
or comparing a locale based time item to another time (locale or non-locale based).
The tzdiff keyword is the only LC_TOD keyword currently used by ILE COBOL.
All the operands for the LC_TOD category are defined as string or integer values.
String values are bounded by double-quotation marks (″″). All values are separated
from the keyword they define by one or more spaces. Two adjacent
double-quotation marks indicate an undefined string value. A 0 (zero) indicates an
undefined integer value. The following keywords are recognized in the LC_TOD
category.
tzdiff Specifies an integer value representing the time zone difference in minutes.
It is the difference between the local time and Greenwich mean time.
tname Specifies the string used for the time zone name.
dstname
Specifies the string used for the daylight savings time name.
dststart
Specifies a set of four integers representing the start date for the daylight
savings time. The operand for the dststart keyword consists of a sequence
of four comma-separated integers in the following format:
month,week,day,time
LC_TOD Example
The following is an example of a LC_TOD category in a locale definition source
file:
LC_TOD
#
tzdiff 360
tname "<C><e><n><t><r><a><l>"
dstname "<P><D><T>"
#Set daylight savings time to start on 3rd week of October at
#midnight on Saturday.
dststart 10,3,6,0
#Set daylight savings time to end on April 23, at midnight.
dstend 4,0,23,0
dstshift 3600
#
END LC_TOD
The OS/400 system provides communication between ILE COBOL programs, and
between ILE COBOL and non-ILE COBOL programs.
When a program object is activated using a dynamic program call, the PEP is
given control. The PEP then calls the UEP which is the outermost ILE COBOL
program in the module object that is to be performed first. Refer to the ILE
Concepts book for a discussion on PEPs and UEPs.
When activation allocates the storage necessary for the static variables used by a
program object, the space is allocated from an activation group. Each activation
In ILE, a COBOL run unit is composed of program objects and service programs
that all run in a single ILE activation group. To preserve OPM COBOL/400
compatible run unit semantics, your ILE COBOL application must meet the
following conditions:
v Each ILE COBOL compilation unit must be compiled and then bound into a
single program object.
v All run unit participants (ILE COBOL or other ILE programs/procedures) must
run in a single ILE activation group.
Note: You should use a named ILE activation group in which to run your
application in order to properly maintain COBOL run unit semantics. By
using a named ILE activation group for all participating program objects,
you need not specify a particular ILE COBOL program object to be the
main program before your application is run.
If these conditions are not met, there may be a control boundary that binds the
scope of the STOP RUN so that the state of the entire application is not refreshed.
Note: The above condition dictates that an ILE COBOL program running in the
*DFTACTGRP is generally run in a run unit that is not compatible with an
OPM COBOL/400 run unit.
Control Boundaries
All ILE languages, including ILE COBOL, use a common mechanism called the call
stack for transferring control to and from called ILE procedures or OPM program
objects. The call stack consists of a last-in, first-out list of call stack entries, one
entry for each called ILE procedure or program object. Each call stack entry has
In ILE COBOL, each ILE COBOL program or nested program that is called has one
call stack entry. Each declarative that is called also has its own call stack entry.
A call adds a new entry on the stack for the called ILE procedure or OPM program
object and passes control to the called object. A return removes the call stack entry
and passes control back to the called ILE procedure or program object in the
previous call stack entry.
In ILE, you can create an application that runs program objects in multiple
activation groups. You can call an ILE COBOL program object that is running in a
different activation group from that of the calling program. In this case, the call
stack entry for the called program object is known as a control boundary. A
control boundary is defined as any ILE call stack entry for which the immediately
preceding call stack entry is for an ILE procedure or program object in a different
activation group. An ILE call stack entry for which the immediately preceding call
stack entry is for an OPM program object is also a control boundary.
When a STOP RUN statement (or a GOBACK statement in a main ILE COBOL
program) is encountered in a called ILE COBOL program, control is transferred to
the caller of the control boundary. In a run unit that is compatible with an OPM
COBOL/400 run unit, STOP RUN will end the run unit.
The control boundary is also where an unhandled error is turned into a function
check. When the function check is again unhandled, then, at the control boundary,
it will be changed to the generic ILE failure condition, CEE9901, and sent to the
caller of the control boundary.
A subprogram is a program in the run unit below the main program in the call
stack. For more information about program stacks and other terms concerning
interprogram communication, see the CL Programming manual.
Chapter 9. Calling and Sharing Data Between ILE COBOL Programs 199
Initialization of Storage
The first time an ILE COBOL program in a run unit is called, its storage is
initialized. Storage is initialized again under the following conditions:
v The PROGRAM-ID paragraph of the ILE COBOL program possesses the
INITIAL clause. Storage is reinitialized each time the program is called.
v The run unit is ended, then reinitiated.
v The program is canceled (using the CANCEL statement for ILE COBOL) and
then called again.
v The end of section-name and paragraph-name branching addresses (set by
previous PERFORM statements) are always re-initialized each time the program
is called.
The called ILE COBOL program starts running at the top of the non-declarative
part of the Procedure Division. If a called ILE COBOL program does not have a
Procedure Division or does not have a non-declarative part in the Procedure
Division, it will simply return to the calling ILE COBOL program.
When the called program processing is completed, the program can either transfer
control back to the calling program or end the run unit. The run unit is ended after
STOP RUN is issued and the nearest control boundary is a hard control boundary.
If the nearest control boundary is a soft control boundary, then control returns to
the caller of the control boundary but the run unit remains active.
A called program must not directly or indirectly call its caller (such as program X
calling program Y; program Y calling program Z; and program Z then calling
program X). This is called a recursive call. ILE COBOL does not allow recursion in
| non-recursive main programs or subprograms. Recursive calls are only allowed if
you code the RECURSIVE clause on the recursively invoked program’s
PROGRAM-ID paragraph. If you try to recursively call a COBOL program that
does not have the RECURSIVE clause coded on its PROGRAM-ID paragraph, a
| run time error message is generated.
A static procedure call transfers control to a called ILE COBOL program that is
bound by copy or by reference into the same program object as the calling ILE
A dynamic program call transfers control to a called ILE COBOL program that has
been bound into a separate program object from the calling ILE COBOL program.
The called ILE COBOL program must be the UEP of the program object. Only the
ILE COBOL program that is the UEP of the program object can be called from
another ILE COBOL program that is in a different program object. ILE COBOL
programs, other than the one designated as the UEP, are only visible within the
program object. With a dynamic program call, the called program object is
activated the first time it is called within the activation group. Dynamic program
calls can be made using the CALL literal, CALL identifier, or CALL
procedure-pointer-data-item statements. Use the SET procedure-pointer-data-item TO
ENTRY program-object-name statement to set the procedure-pointer-data-item before
using the CALL procedure-pointer-data-item statement.
For additional information on static procedure calls and dynamic program calls,
see “Using Static Procedure Calls and Dynamic Program Calls” on page 206.
You identify whether you are calling a program object or a procedure by specifying
the linkage type of the call.
Chapter 9. Calling and Sharing Data Between ILE COBOL Programs 201
.
.
.
CANCEL LINKAGE TYPE IS PROGRAM literal-1
v To call or cancel a procedure, specify LINKAGE TYPE IS PROCEDURE in
the CALL, CANCEL statement, or SET...ENTRY statement. The IN LIBRARY
phrase cannot be specified for a CALL, CANCEL, or a SET statement with a
LINKAGE TYPE IS PROCEDURE phrase. The IN LIBRARY phrase is used to
specify an OS/400 library name for a program object (*PGM).
PROCEDURE DIVISION.
.
.
.
CALL LINKAGE TYPE IS PROCEDURE literal-1
.
.
.
CANCEL LINKAGE TYPE IS PROCEDURE literal-1
2. The LINKAGE TYPE clause of the SPECIAL-NAMES paragraph
v To call or cancel a program object, specify LINKAGE TYPE IS PROGRAM
FOR literal-1 in the SPECIAL-NAMES paragraph where literal-1 is the name
of the program object you are calling. You do not need to specify the
LINKAGE TYPE keyword with the CALL, CANCEL, or SET...ENTRY
statement when the linkage has been defined in the SPECIAL-NAMES
paragraph.
ENVIRONMENT DIVISION.
CONFIGURATION SECTION.
.
.
.
SPECIAL-NAMES.
LINKAGE TYPE IS PROGRAM FOR literal-1.
.
.
.
PROCEDURE DIVISION.
.
.
.
CALL literal-1.
.
.
.
CANCEL literal-1.
v To call or cancel a procedure, specify LINKAGE TYPE IS PROCEDURE FOR
literal-1 in the SPECIAL-NAMES paragraph where literal-1 is the name of the
procedure you are calling. You do not need to specify the LINKAGE TYPE
phrase with the CALL, CANCEL, or SET...ENTRY statement. When the
linkage has been defined in the SPECIAL-NAMES paragraph.
ENVIRONMENT DIVISION.
CONFIGURATION SECTION.
.
.
.
SPECIAL-NAMES.
LINKAGE TYPE IS PROCEDURE FOR literal-1.
.
.
.
PROCEDURE DIVISION.
.
.
.
CALL literal-1.
.
.
.
CANCEL literal-1.
Nested programs are contained in the same module as their calling program when
they are compiled. Therefore, nested programs always run in the same activation
group as their calling programs.
Figure 51 on page 204 describes a nested program structure with directly and
indirectly contained programs.
Chapter 9. Calling and Sharing Data Between ILE COBOL Programs 203
Figure 51. Nested Program Structure with Directly and Indirectly Contained Programs
Figure 52 shows the outline of a nested structure with some contained programs
identified as COMMON.
PROGRAM-ID. A.
PROGRAM-ID. A1.
PROGRAM-ID. A11.
PROGRAM-ID. A111.
Figure 52. Nested Program Structure with Directly and Indirectly Contained Programs
The following table describes the calling hierarchy for the structure that is shown
in Figure 52. Notice that A12, A2, and A3 are identified as COMMON and the
resulting differences in calls associated with them.
Table 11. Calling Hierarchy for Nested Structures with COMMON Programs
This Program Can call these programs And can be called by these programs
A A1, A2, A3 None
A1 A11, A12, A2, A3 A
A11 A111, A12, A2, A3 A1
A111 A12, A2, A3 A11
A12 A2, A3 A1, A11, A111
A2 A3 A, A1, A11, A111, A12, A3
A3 A2 A, A1, A11, A111, A12, A2
Chapter 9. Calling and Sharing Data Between ILE COBOL Programs 205
v A2 cannot call A1 because A1 is not COMMON and is not directly contained in
A2
| v A111 cannot call A11 because that would be a recursive call, unless A11, or A1,
| or A has a RECURSIVE clause in its PROGRAM-ID paragraph.
v A1 can call A2 because A2 is COMMON
v A1 can call A3 because A3 is COMMON.
Local Names: Names are local unless declared to be GLOBAL (except the
program name). These local names are not visible or accessible to any program
outside of the one where they were declared; this includes both contained and
containing programs.
Global Names: A name that is specified as global (by using the GLOBAL clause)
is visible and accessible to the program in which it is declared, and to all the
programs that are directly and indirectly contained within the program. This
allows the contained programs to share common data and files from the containing
program, simply by referencing the name of the item.
Any item that is subordinate to the global item (including condition names and
indexes) is automatically global.
The same name may be declared with the GLOBAL clause multiple times,
providing that each declaration occurs in a different program. Be aware that
masking, or hiding, a name within a nested structure is possible by having the
same name occur within different programs of the same containing structure.
The binding process differs, depending on whether your ILE COBOL program uses
static procedure calls or dynamic program calls. When a static procedure call is
used to call an ILE COBOL subprogram, it must first be compiled into a module
object and then bound, by copy or by reference, into the same program object as
the calling ILE COBOL program. When a dynamic program call is used to call an
ILE COBOL subprogram, the ILE COBOL subprogram must be compiled and
bound as a separate program object. For more information on the binding process,
see the ILE Concepts book.
When an ILE COBOL subprogram is called using a dynamic program call, many
other tasks may need to be performed before the called ILE COBOL program is
actually performed. These tasks include the following:
v If the activation group in which the called ILE COBOL program is to be
activated does not exist, it must first be created before the called ILE COBOL
program can be activated in it.
v If the called ILE COBOL program has not been previously activated, it must first
be activated before it can be performed. Activating the called ILE COBOL
program also implies activating all service programs bound (directly or
indirectly) to it. Activation involves performing the following functions:
– Uniquely allocating the static data needed by the program object or service
program
– changing the symbolic links to used service programs into links to physical
addresses.
Thus, a dynamic program call is slower than a static procedure call due to the cost
of activation the first time it is performed in an activation group.
Dynamic program calls and static procedure calls also differ in the number of
operands that can be passed from the calling ILE COBOL program to the called
ILE COBOL program. You can pass up to 255 operands using a dynamic program
call. With a static procedure call, you can pass up to 400 operands.
Chapter 9. Calling and Sharing Data Between ILE COBOL Programs 207
ENVIRONMENT DIVISION.
CONFIGURATION SECTION.
.
.
.
SPECIAL-NAMES.
LINKAGE TYPE IS PROCEDURE FOR literal-1.
.
.
.
PROCEDURE DIVISION.
.
.
.
CALL literal-1.
3. Use the LINKLIT parameter of the CRTCBLMOD and CRTBNDCBL
commands, or the associated PROCESS statement option.
v You specify *PRC with the LINKLIT parameter of the CRTCBLMOD and
CRTBNDCBL commands, at compile time, to indicate that static procedure
calls are to take place for all external CALL literal-1 statements in the ILE
COBOL program. You do not need to specify the LINKAGE TYPE clause in
the SPECIAL-NAMES paragraph or the LINKAGE TYPE phrase with the
CALL or CANCEL statement when the linkage has been defined by the
LINKLIT parameter of CRTCBLMOD.
CRTCBLMOD MODULE(MYLIB/XMPLE1)
SRCFILE(MYLIB/QCBLLESRC) SRCMBR(XMPLE1)
LINKLIT(*PRC)
v You code the CALL statements as follows when using the LINKLIT
parameter of CRTCBLMOD to specify linkage type:
PROCEDURE DIVISION.
.
.
.
CALL literal-1.
A dynamic program call activates the subprogram at run time. Use a dynamic call
statement when:
v You want to simplify maintenance tasks and take advantage of code re-usability.
When a subprogram is changed, all module objects, except for service programs,
that call it statically and are bound by copy must be re-bound. If they are bound
by reference, they do not need to be re-bound provided that the interface
between the subprogram and the module objects is unchanged. If the changed
subprogram is called dynamically, then only the changed subprogram needs to
be re-bound. Thus, dynamic calls make it easier to maintain one copy of a
subprogram with a minimum amount of binding.
v The subprograms called with the CALL literal are used infrequently or are very
large.
If the subprograms are called only on a few conditions, dynamic calls can
activate the subprograms only when needed.
If the subprograms are very large or there are many of them, use of static calls
might require a larger working set size in main storage.
Chapter 9. Calling and Sharing Data Between ILE COBOL Programs 209
An open pointer that associates a CALL identifier (and any associated IN LIBRARY
item) with an object is set the first time you use the identifier in a CALL statement.
If you carry out a call by an identifier to a program object that you subsequently
delete or rename, you must use the CANCEL statement to null the open pointer
associated with the identifier. This ensures that when you next use the identifier to
call your program object, the associated open pointer will be set again.
If you apply the CANCEL statement directly to the literal ″ABCD″, you do not null
the open pointer associated with IDENT-1. Instead, you can continue to call
program ABCD simply by using IDENT-1 in your CALL statement.
The value of the open pointer also changes if you change the value of the CALL
identifier and perform a call using this new value. The value of the open pointer is
also affected by any associated IN LIBRARY item. If a different library is specified
for a CALL to IDENT-1 than on a previous call to IDENT-1, the open pointer is
reset.
Before using the CALL procedure-pointer statement, you must set the
procedure-pointer data item to an address value. The procedure-pointer data item can
be set to the outermost COBOL program (an ILE procedure), an ILE procedure in
another compilation unit, or a program object. You use the Format 6 SET Statement
to set the value of the procedure-pointer data item.
You specify LINKAGE TYPE IS PROCEDURE in the SET statement to set the
procedure-pointer data item to an ILE procedure.
You specify LINKAGE TYPE IS PROGRAM in the SET statement to set the
procedure-pointer data item to a program object.
You can also use the LINKAGE TYPE clause of the SPECIAL-NAMES paragraph
or the LINKLIT parameter of the CRTCBLMOD and CRTBNDCBL commands to
determine the type of the object to which the procedure-pointer data item is set.
Refer to “Identifying the Linkage Type of Called Programs and Procedures” on
page 201 for more information on setting the linkage type using the LINKAGE
TYPE clause of the SPECIAL-NAMES paragraph or the LINKLIT parameter of the
CRTCBLMOD and CRTBNDCBL commands.
You code the SET statement and CALL statement as follows when using CALL
procedure-pointer to perform a static procedure call:
PROCEDURE DIVISION.
.
.
.
SET procedure-pointer
TO ENTRY LINKAGE TYPE IS PROCEDURE literal-1.
You code the SET statement and CALL statement as follows when using CALL
procedure-pointer to perform a dynamic program call:
PROCEDURE DIVISION.
.
.
.
SET procedure-pointer
TO ENTRY LINKAGE TYPE IS PROGRAM literal-1.
.
.
.
CALL procedure-pointer.
Chapter 9. Calling and Sharing Data Between ILE COBOL Programs 211
Returning from a Main Program
To return control from a main program, you use either STOP RUN, GOBACK, or
EXIT PROGRAM with the CONTINUE phrase. The STOP RUN and GOBACK
statements end the run unit, and control is returned to the caller of the main
program. EXIT PROGRAM without the CONTINUE phrase cannot be used to
return control from a main program. When EXIT PROGRAM without the
CONTINUE phrase is encountered in a main program, no operation is performed
and processing continues at the next statement in the main program.
As a result of the activation group ending, the called ILE COBOL program is
placed in its initial state.
When the STOP RUN or GOBACK statements are performed from a called main
ILE COBOL program in a named activation group, the activation group is ended
when control is returned to the calling program. The activation group will close all
files and return all resources back to the system.
A subprogram is usually left in its last-used state when it ends with EXIT
PROGRAM or GOBACK. The next time it is called in the run unit, its internal
values will be as they were left, except that all PERFORM statements are
considered to be complete and will be reset to their initial values. In contrast, a
main program is initialized each time it is called. There are two exceptions:
v A subprogram that is dynamically called and then canceled will be in the initial
state the next time it is called.
v A program, which has the INITIAL clause specified in its PROGRAM-ID
paragraph, will be in the initial state each time it is called.
CALL A
AG1 - Named
Activation Group
ILE COBOL
Program A
Figure 54. Example of EXIT PROGRAM, STOP RUN, and GOBACK behavior in a Single
Named Activation Group
Chapter 9. Calling and Sharing Data Between ILE COBOL Programs 213
group will be implicitly committed. All resources allocated to the activation
group will be returned back to the system. As a result of the activation
group ending, all programs that were active in the activation group are
placed in their initial state.
4 The activation group remains active and control is returned to Program A.
All files and resources used in the activation group are left in their last
used state.
CALL A
Figure 55. Example of EXIT PROGRAM, STOP RUN, and GOBACK behavior in Two Named
Activation Groups
CALL A
ILE COBOL CB
Program D
ILE COBOL
Program E
Figure 56. Example of EXIT PROGRAM, STOP RUN, and GOBACK behavior in multiple
*NEW and Named Activation Groups
Chapter 9. Calling and Sharing Data Between ILE COBOL Programs 215
pending commit operations scoped to the activation group will be
implicitly committed. All resources allocated to the activation group will be
returned back to the system. As a result of the activation group ending, all
programs that were active in the activation group are placed in their initial
state.
5 If an EXIT PROGRAM statement without the CONTINUE phrase was
used, no operation is processed because the statement is in a main
program. Processing continues with the next statement in the program.
If an EXIT PROGRAM statement with the CONTINUE phrase was used,
control is returned to the calling program or command. In a *NEW
activation group, when a main program returns control to the caller, the
activation group is ended. The activation group will close all files scoped
to the activation group. Any pending commit operation scoped to the
activation group will be implicitly committed.
All resources allocated to the activation group will be returned back to the
system. As a result of the activation group ending, all programs that were
active in the activation group are placed in their initial state.
CALL A
ILE COBOL CB
Program D
OPM COBOL/400
Program E
Figure 57. Example of EXIT PROGRAM, STOP RUN, and GOBACK behavior in *NEW,
Named, and *DFTACTGP Activation Groups
When an ILE COBOL program returns to its caller, the contents of its
RETURN-CODE special register are transferred into the RETURN-CODE special
register of the calling program.
Chapter 9. Calling and Sharing Data Between ILE COBOL Programs 217
When control is returned from a main ILE COBOL program to the operating
system, the RETURN-CODE special register contents are returned as a user return
code.
Local data is accessible only from within the program in which the local data is
declared. Local data is not visible or accessible to any program outside of the one
where it is declared; this includes both contained and containing programs.
Global data is accessible from within the program in which the global data is
declared or from within any other nested programs which are directly or indirectly
contained in the program that declared the global data.
To declare a data-name as global, specify the GLOBAL clause either in the data
description entry by which the data-name is declared or in another entry to which
that data description entry is subordinate.
To declare a file-name as global, specify the GLOBAL clause in the file description
entry for that file-name.
BY CONTENT means that the calling program is passing only the contents of the
literal or identifier. With a CALL...BY CONTENT, the called program cannot change
the value of the literal or identifier in the calling program, even if it modifies the
parameters it received.
BY VALUE means that the calling program is passing the value of the literal, or
identifier, not a reference to the sending item. The called program can change the
parameter in the called program. However, because the subprogram has access
only to a temporary copy of the sending item, those changes don’t affect the
argument in the calling program.
Any changes made by the subprogram to the parameter affect the argument in
the calling program.
v If you want to pass the address of a record area to a called program, specify:
CALL...BY REFERENCE ADDRESS OF record-name
The subprogram receives the ADDRESS OF special register for the record-name
you specify.
You must define the record name as a level-01 or level-77 item in the Linkage
Section of the called and calling programs. A separate ADDRESS OF special
register is provided for each record in the Linkage Section.
v If you want to pass the address of any data item in the DATA DIVISION to a
called program, specify:
CALL...BY CONTENT ADDRESS OF data-item-name
v If you do not want the definition of the argument of the CALL statement in the
calling program and the definition of the parameter in the called subprogram to
share the same memory, specify:
CALL...BY CONTENT identifier
v If you want to pass data to ILE programs that require BY VALUE parameters
use:
CALL...BY VALUE item
v If you want to pass a numeric integer of various lengths specify:
CALL...BY VALUE integer-1 SIZE integer-2
The numeric integer is passed as a binary value of length integer-2. The SIZE
phrase is optional. If not specified, integer-1 is passed as a 4 byte binary number.
v If you want to call an ILE C, C++ or RPG function with a function return value,
use:
CALL...RETURNING identifier
Chapter 9. Calling and Sharing Data Between ILE COBOL Programs 219
v If you want to pass a literal value to a called program, specify:
CALL...BY CONTENT literal
The calling program passes the length of identifier from its LENGTH OFspecial
register.
v If you want to pass both a data item and its length to a subprogram, specify a
combination of BY REFERENCE and BY CONTENT. For example:
CALL 'ERRPROC' USING BY REFERENCE A
BY CONTENT LENGTH OF A.
v If you do not want the called program to receive a corresponding argument or if
you want the called program to use the default value for the argument, specify
the OMITTED phrase in place of the data item on the CALL...BY REFERENCE
or CALL...BY CONTENT statement. For example:
CALL...BY REFERENCE OMITTED
CALL...BY CONTENT OMITTED
In the called program, you can use the CEETSTA API to determine if a specified
parameter is OMITTED or not.
v If you want to pass data items with operational descriptors, specify the
LINKAGE TYPE IS PRC...USING ALL DESCRIBED clause in the
SPECIAL-NAMES paragraph. Then use the CALL...BY REFERENCE, CALL...BY
CONTENT or CALL...BY VALUE statement to pass the data. Operational
descriptors provide descriptive information to the called ILE procedure in cases
where the called ILE procedure cannot precisely anticipate the form of the data
items being passed. You use operational descriptors when they are expected by a
called ILE procedure written in a different ILE language and when they are
expected by an ILE bindable API. Refer to the ILE Concepts book for more
information about operational descriptors. For example:
SPECIAL-NAMES. LINKAGE TYPE PRC FOR ’ERRPROC’
USING ALL DESCRIBED.
.
.
.
CALL 'ERRPROC' USING BY REFERENCE identifier.
or
SPECIAL-NAMES. LINKAGE TYPE PRC FOR ’ERRPROC’
USING ALL DESCRIBED.
.
.
.
CALL 'ERRPROC' USING BY CONTENT identifier.
Data items in a calling program can be described in the Linkage Section of all the
programs it calls directly or indirectly. In this case, storage for these items is
allocated in the outermost calling program.
Writing the Linkage Section in the Called Program: You must know what is
being passed from the calling program and set up the Linkage Section in the called
program to accept it. To the called program, it doesn’t matter which clause of the
CALL statement you use to pass the data (BY REFERENCE, BY VALUE or BY
CONTENT). In all cases, the called program must describe the data it is receiving.
It does this in the Linkage Section.
The number of data-names in the identifier list of a called program should not be
greater than the number of data-names in the identifier list of the calling program.
There is a one-to-one positional correspondence; that is, the first identifier of the
calling program is passed to the first identifier of the called program, and so forth.
The ILE COBOL compiler does not enforce consistency in terms of number of
arguments and number of parameters nor does it enforce consistency in terms of
type and size between an argument and its corresponding parameter.
When the number of arguments is less than the number of parameters, a runtime
exception is not generated in the calling program when the CALL statement is
performed. Instead, a pointer exception is generated in the called program when it
tries to access an unsupplied parameter.
or:
PROCEDURE DIVISION USING BY REFERENCE DATA-ITEM
To make the possibility of mismatched records even smaller, put the level-01 record
in a copy member, and copy it in both programs. (That is, copy it in the
Working-Storage Section of the calling program and in the Linkage Section of the
called program.)
Chapter 9. Calling and Sharing Data Between ILE COBOL Programs 221
Figure 58. Common Data Items in Subprogram Linkage
You specify the EXTERNAL clause on the 01-level data description in the
Working-Storage Section of the ILE COBOL program, and the following rules
apply:
1. Items subordinate to an EXTERNAL group item are themselves EXTERNAL.
2. The name used for the data item cannot be used on another EXTERNAL item
within the same program.
3. The VALUE clause cannot be specified for any group item, or subordinate item,
that is EXTERNAL.
4. EXTERNAL data cannot be initialized and its initial value at runtime is
hexadecimal zero.
Any ILE COBOL program within a run unit, having the same data description for
the item as the program containing the item, can access and process the data item.
For example, if program A had the following data description:
01 EXT-ITEM1 PIC 99 EXTERNAL.
Program B could access the data item by having the identical data description in
its Working-Storage Section.
Also, when different sized EXTERNAL data items of the same name are
represented in multiple program objects or service programs that are activated in
the same activation group, and the later activated program object or service
program has a larger size for the same named EXTERNAL data item, then the
activation of the later activated program object or service program will fail.
The type consistency across data items of the same name that are declared in
multiple ILE COBOL programs is not enforced by the ILE COBOL compiler. You
are responsible for ensuring that the usage of these data items is consistent.
Remember, any program that has access to an EXTERNAL data item can change its
value. Do not use this clause for data items you need to protect.
The example in Figure 59 on page 224 shows some of the advantages of using
EXTERNAL files:
v The main program can reference the record area of the file, even though the
main program does not contain any input-output statements.
v Each subprogram can control a single input-output function, such as OPEN or
READ.
v Each program has access to the file.
The following table gives the program (or subprogram) name for the example in
Figure 59 on page 224 and describes its function.
Table 12. Program Names for Input-Output Using EXTERNAL Files Example
Name Function
EF1MAIN This is the main program. It calls all the subprograms and then
verifies the contents of a record area.
EF1OPENO This program opens the external file for output and checks the File
Status Code.
EF1WRITE This program writes a record to the external file and checks the
File Status Code.
Chapter 9. Calling and Sharing Data Between ILE COBOL Programs 223
Table 12. Program Names for Input-Output Using EXTERNAL Files Example (continued)
Name Function
EF1OPENI This program opens the external file for input and checks the File
Status Code.
EF1READ This program reads record from the external file and checks the
File Status Code.
EF1CLOSE This program closes the external file and checks the File Status
Code.
The sample program also uses the EXTERNAL clause for a data item in the
Working-Storage Section. This item is used for checking File Status Codes.
| 5722WDS V5R2M0 020719 LN IBM ILE COBOL CBLGUIDE/EXTLFL ISERIES1 02/08/15 13:11:39 Page 2
S o u r c e
STMT PL SEQNBR -A 1 B..+....2....+....3....+....4....+....5....+....6....+....7..IDENTFCN S COPYNAME CHG DATE
1 000100 IDENTIFICATION DIVISION.
2 000200 PROGRAM-ID. EF1MAIN.
000300*
000400* This is the main program that controls
000500* the external file processing.
000600*
000700
3 000800 ENVIRONMENT DIVISION.
4 000900 INPUT-OUTPUT SECTION.
5 001000 FILE-CONTROL.
6 001100 SELECT EF1
7 001200 ASSIGN TO DISK-EFILE1
8 001300 FILE STATUS IS EFS1
9 001400 ORGANIZATION IS SEQUENTIAL.
001500
10 001600 DATA DIVISION.
11 001700 FILE SECTION.
12 001800 FD EF1 IS EXTERNAL
001900 RECORD CONTAINS 80 CHARACTERS.
13 002000 01 EF-RECORD-1.
14 002100 05 EF-ITEM-1 PIC X(80).
002200
15 002300 WORKING-STORAGE SECTION.
16 002400 01 EFS1 PIC 99 EXTERNAL.
002500
17 002600 PROCEDURE DIVISION.
002700 EF1MAIN-PROGRAM SECTION.
002800 MAINLINE.
18 002900 CALL "EF1OPENO"
19 003000 CALL "EF1WRITE"
20 003100 CALL "EF1CLOSE"
21 003200 CALL "EF1OPENI"
22 003300 CALL "EF1READ"
23 003400 IF EF-RECORD-1 = "First Record" THEN
24 003500 DISPLAY "First record correct"
003600 ELSE
25 003700 DISPLAY "First record incorrect"
26 003800 DISPLAY "Expected: First Record"
27 003900 DISPLAY "Found: " EF-RECORD-1
004000 END-IF
28 004100 CALL "EF1CLOSE"
29 004200 GOBACK.
30 004300 END PROGRAM EF1MAIN.
004400
004600
* * * * * E N D O F S O U R C E * * * * *
Chapter 9. Calling and Sharing Data Between ILE COBOL Programs 225
| 5722WDS V5R2M0 020719 LN IBM ILE COBOL CBLGUIDE/EXTLFL ISERIES1 02/08/15 13:11:39 Page 8
S o u r c e
STMT PL SEQNBR -A 1 B..+....2....+....3....+....4....+....5....+....6....+....7..IDENTFCN S COPYNAME CHG DATE
1 008400 IDENTIFICATION DIVISION.
2 008500 PROGRAM-ID. EF1WRITE.
008600*
008700* This program writes a record to the external file.
008800*
008900
3 009000 ENVIRONMENT DIVISION.
4 009100 INPUT-OUTPUT SECTION.
5 009200 FILE-CONTROL.
6 009300 SELECT EF1
7 009400 ASSIGN TO DISK-EFILE1
8 009500 FILE STATUS IS EFS1
9 009600 ORGANIZATION IS SEQUENTIAL.
009700
10 009800 DATA DIVISION.
11 009900 FILE SECTION.
12 010000 FD EF1 IS EXTERNAL
010100 RECORD CONTAINS 80 CHARACTERS.
13 010200 01 EF-RECORD-1.
14 010300 05 EF-ITEM-1 PIC X(80).
010400
15 010500 WORKING-STORAGE SECTION.
16 010600 01 EFS1 PIC 99 EXTERNAL.
010700
17 010800 PROCEDURE DIVISION.
010900 EF1WRITE-PROGRAM SECTION.
011000 MAINLINE.
18 011100 MOVE "First record" TO EF-RECORD-1
19 011200 WRITE EF-RECORD-1
20 011300 IF EFS1 NOT = 0 THEN
21 011400 DISPLAY "File Status " EFS1 " on WRITE"
22 011500 STOP RUN
011600 END-IF
23 011700 GOBACK.
24 011800 END PROGRAM EF1WRITE.
011900
012100
* * * * * E N D O F S O U R C E * * * * *
Chapter 9. Calling and Sharing Data Between ILE COBOL Programs 227
| 5722WDS V5R2M0 020719 LN IBM ILE COBOL CBLGUIDE/EXTLFL ISERIES1 02/08/15 13:11:39 Page 14
S o u r c e
STMT PL SEQNBR -A 1 B..+....2....+....3....+....4....+....5....+....6....+....7..IDENTFCN S COPYNAME CHG DATE
1 015900 IDENTIFICATION DIVISION.
2 016000 PROGRAM-ID. EF1READ.
016100*
016200* This program reads a record from the external file.
016300*
016400
3 016500 ENVIRONMENT DIVISION.
4 016600 INPUT-OUTPUT SECTION.
5 016700 FILE-CONTROL.
6 016800 SELECT EF1
7 016900 ASSIGN TO DISK-EFILE1
8 017000 FILE STATUS IS EFS1
9 017100 ORGANIZATION IS SEQUENTIAL.
017200
10 017300 DATA DIVISION.
11 017400 FILE SECTION.
12 017500 FD EF1 IS EXTERNAL
017600 RECORD CONTAINS 80 CHARACTERS.
13 017700 01 EF-RECORD-1.
14 017800 05 EF-ITEM-1 PIC X(80).
017900
15 018000 WORKING-STORAGE SECTION.
16 018100 01 EFS1 PIC 99 EXTERNAL.
018200
17 018300 PROCEDURE DIVISION.
018400 EF1READ-PROGRAM SECTION.
018500 MAINLINE.
18 018600 READ EF1
19 018700 IF EFS1 NOT = 0 THEN
20 018800 DISPLAY "File Status " EFS1 " on READ"
21 018900 STOP RUN
019000 END-IF
22 019100 GOBACK.
23 019200 END PROGRAM EF1READ.
019300
019500
* * * * * E N D O F S O U R C E * * * * *
For a full description of how pointers are used in an ILE COBOL program, refer to
Chapter 12, “Using Pointers in an ILE COBOL Program” on page 285.
Internal and external floating-point data items can be passed using the local data
area. Internal floating-point numbers written to the local data area using a
DISPLAY statement are converted to external floating-point numbers.
Chapter 9. Calling and Sharing Data Between ILE COBOL Programs 229
The system automatically creates a local data area for each job. The local data area
is defined outside the ILE COBOL program as an area of 1024 bytes.
When a job is submitted, the submitting job’s local data area is copied into the
submitted job’s local data area. If there is no submitting job, the local data area is
initialized to blanks.
An ILE COBOL program can access the local data area for its job with the ACCEPT
and DISPLAY statements, using a mnemonic name associated with the
environment-name LOCAL-DATA.
There is only one local data area associated with each job. Even if several work
stations are acquired by a single job, only one local data area exists for that job.
There is not a local data area for each workstation.
Using the Data Area formats (as opposed to the Local Data Area formats) of the
ACCEPT and DISPLAY statements, you can access these data areas. The FOR
phrase allows you to specify the name of the data area. Optionally, you can specify
an IN LIBRARY phrase to indicate the OS/400 library where the data area exists. If
the IN LIBRARY phrase is not specified, the library defaults to *LIBL.
When you use the DISPLAY statement to write data to a data area you have
created, it is locked by the system with a LEAR (Lock Exclusive Allow Read) lock
before any data is written to the data area. If any other lock exists on the data area,
the LEAR lock is not applied, and the data area is not written. By specifying the
WITH LOCK phrase, you can keep the data area locked after the Display operation
has completed.
When you use the ACCEPT statement to retrieve data from a data area you have
created, the system applies an LSRD (Lock Shared for Read) lock to prevent the
data area from being changed while it is read. After the read is complete, the LSRD
lock is removed, and a LEAR lock is placed on the data area if a WITH LOCK
phrase was specified.
For both the ACCEPT and DISPLAY statements, if a WITH LOCK phrase was not
specified, any LEAR lock held prior to the statement will be removed.
In ILE COBOL only one LEAR lock will be placed on a data area while the
COBOL Run unit (activation group) is active. If any data areas remain locked when
an activation group ends, the locks are removed.
ILE COBOL supports decimal (*DEC), character (*CHAR), logical (*LGL), and
DDM (*DDM) data areas. Regardless of the type of data area, information is
moved to and from a data area left-justified. When referencing a decimal data area,
or a logical data area, the AT position, if specified, must be 1.
Data is moved in packed format to and from a decimal data area. A decimal data
area is created with a specified number of total digits and decimal digits. This
same number of digits must be declared in an ILE COBOL program accessing the
decimal data area. For example:
v CL command to create the data area:
CRTDTAARA DTAARA(QGPL/DECDATA) TYPE(*DEC) LEN(5 2)
v Partial ILE COBOL program to access data area:
WORKING-STORAGE SECTION.
01 data-value.
05 returned-packed1 pic s9(3)v9(2) packed-decimal.
PROCEDURE DIVISION.
move 345.67 to returned-packed1.
DISPLAY data-value UPON data-area
FOR "DECDATA" LIBRARY "QGPL".
ACCEPT data-value FROM data-area
FOR "DECDATA" LIBRARY "QGPL".
If you use a prestart job, you do not have to wait for a program that you call to go
through job initiation processing. Job initiation is performed before a program can
actually start. Because job initiation has already taken place, a prestart job allows
your program to start more quickly after the program start request is received.
An ILE COBOL program can access the PIP data area for its job with the ACCEPT
statement, using a mnemonic name associated with the function-name PIP-DATA.
The PIP data area is a 2 000-byte alphanumeric item and contains parameters
received from a calling program. It provides the program initialization parameters
that, in non-prestart jobs, is provided through Standard COBOL parameters.
You use a Format 5 ACCEPT statement to access the PIP data area, similar to the
way in which you use a Format 4 ACCEPT statement to read from the local data
area. Note that you cannot update the PIP data area using ILE COBOL. See the
WebSphere Development Studio: ILE COBOL Reference for detailed syntax information.
For more information regarding prestart jobs and the PIP data area, refer to the CL
Programming manual.
Chapter 9. Calling and Sharing Data Between ILE COBOL Programs 231
– The ILE COBOL program issuing the EXIT PROGRAM has the INITIAL
attribute. If it has the INITIAL attribute, then all internal files defined in that
program are closed.
– An EXIT PROGRAM statement with the AND CONTINUE RUN UNIT
phrase is issued in the main program of a *NEW activation group. In this
case, control returns from the main program to the caller, which, in turn,
causes the *NEW activation group to end, closing all of the files scoped to the
activation group.
v A STOP RUN statement returns control to the caller of the program at the
nearest control boundary. If this is a hard control boundary, the activation group
(run unit) will end, and all files scoped to the activation group will be closed.
v A GOBACK statement issued from a main program (which is always at a hard
control boundary) behaves the same as the STOP RUN statement. A GOBACK
statement issued from a subprogram behaves the same as the EXIT PROGRAM
statement. It does not change the status of any of the files in a run unit unless
the ILE COBOL program issuing the GOBACK has the INITIAL attribute. If it
has the INITIAL attribute, then all internal files defined in that program are
closed.
v A CANCEL statement resets the storage that contains information about the
internal file. If the program has internal files that are open when the CANCEL
statement is processed, those internal files are closed when that program is
canceled. The program can no longer use the files unless it reopens them. If the
canceled program is called again, the program considers the file closed. If the
program opens the file, a new linkage to the file is established.
To reset the internal values of a subprogram to their initial state before it is called
again, you must cancel the subprogram. Canceling the subprogram ensures that
the next time the subprogram is called, it will be entered in its initial state.
After a CANCEL statement for a called subprogram has been executed, that
subprogram no longer has a logical connection to the program. The contents of
data items in EXTERNAL data records and EXTERNAL files described by the
subprogram are not changed when a subprogram is canceled. If a CALL statement
is executed later in the run unit naming the same subprogram, that subprogram
will be entered in its initial state.
Note: When canceling a program object that contains multiple ILE COBOL
programs, only the ILE COBOL program associated with the PEP of the
program object is canceled.
Refer to the WebSphere Development Studio: ILE COBOL Reference for a full
description of the CANCEL statement.
You cannot cancel an ILE COBOL program from an OPM COBOL/400 program or
an OPM RPG/400 program.
Chapter 9. Calling and Sharing Data Between ILE COBOL Programs 233
234 ILE COBOL Programmer’s Guide
Chapter 10. COBOL and the eBusiness World
This chapter describes how you can use ILE COBOL as part of an eBusiness
solution. It includes:
v “COBOL and XML”
v “COBOL and MQSeries, V5.2”
v “COBOL and Java Programs” on page 236
IBM has developed two tools which can be used to integrate XML and COBOL
programs. IBM’s XML for C++ parser (XML4C) is a validating XML parser written
in a portable subset of C++. It consists of three shared libraries (2 code and 1 data)
which provide classes for parsing, generating, manipulating, and validating XML
documents.
In order to use the parser with procedural languages such as C, COBOL and RPG,
you will also need XML Interface for RPG. This wrapper interface allows ILE C,
RPG and COBOL programs on the iSeries server to interface with the XML parser.
Both these products are constantly evolving. They are available through
alphaWorks, which gives early adopters direct access to IBM’s emerging
“alpha-code” technologies. You can download alpha code and participate in online
discussions with IBM’s researchers and developers. For the latest information
about these alpha technologies, including hardware and software requirments, see
http://www.alphaWorks.ibm.com/
With MQSeries for AS/400, V5.2, your ILE COBOL program can communicate with
other programs on the same platform or a different platform using the same
messaging product. For more information on MQSeries for AS/400, V5.2, including
hardware and software requirements, please see
ibm.com/software/ts/mqseries/platforms/os400/
You can also use the following components of the IBM Toolbox for Java to combine
COBOL and Java programs:
v The ProgramCall class in the IBM Toolbox for Java uses the OS/400 Host Server
Program Call driver to call OS/400 program objects.
| v Program Call Markup Language (PCML) is a tag language based on the
| Extensible Markup Language (XML). You can generate tags that fully describe
| the input and output parameters for ILE COBOL programs that are called by
| your Java application by specifying the PGMINFO and INFOSTMF parameters
| on the COBOL command. The IBM Toolbox for Java includes an application
| programming interface (API) that interprets the PCML, calls the program, and
| simplifies the retrieval of data returned from the iSeries machine.
For more information about these approaches, refer to the Java section of the
Programming category in the iSeries 400 Information Center at this Web site -
http://www.ibm.com/eserver/iseries/infocenter.
System Requirements
In order to to integrate COBOL and Java programs, consider the following
requiremnts:
v IBM Qshell Interpreter is a no-charge option of OS/400 (5769-SS1, option 30).
v AS/400 Developer Kit for Java is a WebSphere Development Studio for iSeries
component and can be specified at installation time.
v IBM’s Java 2 Software Development Kit (J2SDK), Standard Edition v1.2.2 is
shipped with WebSphere Development Studio for iSeries. If you choose to use a
different Java Development Kit, then it must be version 1.2 or higher to ensure
the functionality of all pieces of Java code.
v IBM Toolbox for Java is required to use IBM Toolbox for Java classes, including
PCML. It is provided with WebSphere Development Studio for iSeries
component and can be specified at installation time.
| PCML will be generated for all parameters specifed in the PROCEDURE DIVISION
| header USING phrase. PCML will be generated for a parameter specified in the
| GIVING/RETURNING phrase for this header. An error will be issued if the
| GIVING/RETURNING item is not a 4 byte binary integer. Items specified in the
| USING phrase that are defined as ″inputoutput″ in the generated PCML can be
| used to return information to the calling program. For the calling program (eg
| JAVA program) to see the contents of the RETURN-CODE special register, the
| RETURN-CODE special register must be specified on the USING phrase of the
| PROCEDURE DIVISION header.
| Example:
| The following is an example COBOL source program and corresponding PCML
| generated for this program:
|
Code the COBOL Program: This section describes how to code a COBOL
program that is called by a Java program. The guidelines are illustrated in two
sample COBOL programs. A later section shows two Java programs that interact
with these COBOL programs.
MAIN-LINE SECTION.
MAIN-PROGRAM-LOGIC.
EVALUATE TITLE-CODE
WHEN 1
DISPLAY "Hello, Mr. ", NAME-X
WHEN 2
DISPLAY "Hello, Ms. ", NAME-X
WHEN OTHER
DISPLAY "Hello, ", NAME-X
END-EVALUATE.
GOBACK.
MAIN-LINE SECTION.
MAIN-PROGRAM-LOGIC.
EVALUATE TITLE-CODE
WHEN 1
DISPLAY "Bye, Mr. ", NAME-X
WHEN 2
DISPLAY "Bye, Ms. ", NAME-X
WHEN OTHER
DISPLAY "Bye, ", NAME-X
END-EVALUATE.
GOBACK.
Create the COBOL Module: To create a COBOL module, use the CRTCBLMOD
command, as shown in the examples on the two following screens.
Additional Parameters
Bottom
F3=Exit F4=Prompt F5=Refresh F10=Additional parameters F12=Cancel
F13=How to use this display F24=More keys
Create a Service Program: Bind the module or modules into a service program,
using the CRTSRVPGM command as shown below. Specify the EXPORT option.
More...
F3=Exit F4=Prompt F5=Refresh F12=Cancel F13=How to use this display
F24=More keys
Code the Java Program: This section describes how to code a Java program that
calls a COBOL program. The guidelines are illustrated in two sample Java
programs, which call the COBOL programs that were shown in a previous section.
Java source files are stored in the Integrated File System (IFS). You can use the
stream file editor, EDTF, to edit these files.
switch (args.length) {
case 1:
titleCode = Integer.parseInt(args[0]);
name = "Someone";
break;
case 2:
titleCode = Integer.parseInt(args[0]);
name = args[1];
break;
default:
titleCode = 0;
name = "Someone";
break;
}
displayHello(titleCode, name);
Bye bye = new Bye( );
bye.displayBye(titleCode, name);
}
}
class Bye {
static {
System.loadLibrary("HELLOBYE"); 1
}
static native void displayBye(int parm1, String parm2); 2
}
Compile the Java Program: To compile the Java source programs, you can enter
the Qshell interpreter (QSH) and issue the following commands:
javac Hello.java
javac Bye.java
| Invoke theJava program: To invoke the Java source programs, you can enter the
| Qshell interpreter (QSH) and issue the following commands:
| >java Hello
| Hello, Someone
| Bye, Someone
| >java Hello 1
| Hello, Mr. Someone
| Bye, Mr. Someone
| >java Hello 2 USA
| Hello, Ms. USA
| Bye, Ms. USA
For detailed information about the parameters associated with these invocation
API functions, refer to Java Native Interface Specification Release 1.1 (Revised May,
1997).
Additional Parameters
Bottom
F3=Exit F4=Prompt F5=Refresh F10=Additional parameters F12=Cancel
F13=How to use this display F24=More keys
class HelloWorld {
System.out.println("Hello World");
Notes:
1. To preserve truncation for short, int, and long primitive types, you must specify NOSTDTRUNC on the
PROCESS statement.
A Java reference type consists of a class, an interface and an array. A reference type
is passed as a Java int type argument.
01 JNI-NATIVE-INTERFACE.
01 VM-INIT-ARGS.
05 VERSION PIC S9(9) BINARY VALUE 65537.
05 FILLER PIC S9(9) BINARY.
05 FILLER PIC S9(9) BINARY.
05 FILLER PIC S9(9) BINARY.
05 PROPERTIES USAGE PROCEDURE-POINTER.
05 CHECK-SOURCE PIC S9(9) BINARY.
05 NATIVE-STACK-SIZE PIC S9(9) BINARY.
05 JAVA-STACK-SIZE PIC S9(9) BINARY.
05 MIN-HEAP-SIZE PIC S9(9) BINARY.
05 MAX-HEAP-SIZE PIC S9(9) BINARY.
05 VERIFY-MODE PIC S9(9) BINARY.
05 FILLER PIC S9(9) BINARY.
05 FILLER PIC S9(9) BINARY.
05 CLASSPATH USAGE POINTER.
05 MESSAGE-HOOK USAGE PROCEDURE-POINTER.
05 EXIT-HOOK USAGE PROCEDURE-POINTER.
05 ABORT-HOOK USAGE PROCEDURE-POINTER.
05 ENABLE-CLASSIC-GC PIC S9(9) BINARY.
05 ENABLE-VERBOSE-GC PIC S9(9) BINARY.
05 DISABLE-ASYNC-GC PIC S9(9) BINARY.
05 FILLER PIC S9(9) BINARY.
05 FILLER PIC S9(9) BINARY.
05 FILLER PIC S9(9) BINARY.
In general:
v If your ILE COBOL program is calling another language, use a CALL statement
with the USING phrase that points to the items that will constitute the
parameter list. Control is returned to your program at the next statement after
the CALL statement (unless the called program or any program called by it
terminates the run unit).
v If your ILE COBOL program is being called with parameters by another
language, you need a USING phrase on the PROCEDURE DIVISION statement,
and a Linkage Section that describes the parameters to be received. Your ILE
COBOL program can return control to the calling program with a GOBACK
statement or an EXIT PROGRAM statement.
v Your ILE COBOL program can terminate the run unit with a STOP RUN
statement or GOBACK statement provided that the nearest control boundary is a
hard control boundary; the run unit will not be terminated if the nearest control
boundary is a soft control boundary.
For a full description of how to call an ILE COBOL program from another
language, refer to that language’s programming guide.
One consideration for you when passing or receiving data with non-ILE COBOL
programs is the matching of the parameter lists. If your ILE COBOL program is
calling a non-ILE COBOL program, you must understand what is expected in the
way of input, and set up your data items accordingly. If your program is being
called, you must know what will be passed, and set up your Linkage Section to
accept it.
An ILE COBOL program can call ILE C programs and procedures using dynamic
program calls or static procedure calls.
You call an ILE C program or procedure from an ILE COBOL program by using
the CALL literal statement (were literal is the name of the ILE C program or
procedure). To call the ILE C program or procedure, you write the CALL literal
statement in the same way as you would if you were calling another ILE COBOL
subprogram. See “Using Static Procedure Calls and Dynamic Program Calls” on
page 206 for detailed information about how to write the CALL statement in your
ILE COBOL program to call an ILE C program using dynamic program calls or
static procedure calls.
You can also call an ILE C program from an ILE COBOL program by using the
CALL identifier statement. See “Using CALL identifier” on page 209 for more
information on CALL identifier.
You can only call an ILE C function that returns a value if the RETURNING phrase
of the ILE COBOL CALL statement has been specified.
Two or more ILE C programs in the same activation group can interact with each
other's runtime resources. Refer to the WebSphere Development Studio: ILE C/C++
Programmer’s Guide for a description of how this is accomplished. Therefore, you
should ensure that the ILE C programs you call from your ILE COBOL program
are designed to work together in the same activation group. Two ILE C programs
in the same activation group can share things like errno, signal vectors, and
storage pools. If your ILE COBOL program needs to call more than one ILE C
programs that are not designed to share the same run time then specify a different
name for the activation group in which the ILE C program will run.
| ILE C allows recursion but ILE COBOL does not for default program type. You
| need to use a RECURSIVE clause in PROGRAM-ID paragraph to make a COBOL
| program become a recursive program. If an ILE C function calls an ILE COBOL
| non recursive program recursively, a runtime error message will be generated from
| the ILE COBOL program.
To call an ILE C function from an ILE COBOL program, the name of the ILE C
function being called may need to be case-sensitive, longer than 10 characters (up
to 256 characters), and contain some special characters. In this case, use a static
procedure call and compile your ILE COBOL program with the *NOMONOPRC
value of the OPTION parameter of the CRTCBLMOD or CRTBNDCBL commands.
When a ILE C++ compiler procedure is called from ILE COBOL, the keywords
extern ″COBOL″ or extern ″C″ should be placed on the ILE C++ compiler function
When data is passed to the ILE C program using CALL...BY CONTENT, the value
of the data item is copied to a temporary location and then a pointer containing
the address of the copy’s temporary location is placed into the argument list that is
accepted by the ILE C program.
For CALL...BY VALUE, the value of the item is placed into the argument list that is
accepted by the ILE C program. CALL...BY VALUE can be used to call ILE C
procedures but not ILE C program objects.
In your ILE COBOL program, you describe the arguments that you want to pass to
the ILE C program or procedure, in the Data Division in the same manner as you
describe other data items in the Data Division. Refer to “Passing and Sharing Data
Between Programs” on page 218 for a description of how to describe the arguments
that you want to pass.
When the called ILE C program object begins running, the function main is
automatically called. Every ILE C program object must have one function named
main. When you pass parameters to the ILE C program object, you must declare
two parameters with the function main. Although any name can be given to these
parameters, they are usually referred to as argc and argv. The first parameter, argc
(argument count), has type int and indicates how may arguments were supplied
on the CALL statement that called the ILE C program object. The second
parameter, argv (argument vector), has type array of pointers to char array objects.
The value of argc indicates the number of pointers in the array argv. If a program
name is available, the first element in argv points to a character array that contains
the program name of the invocation name of the ILE C program that is being run.
The remaining elements in argv contain pointers to the parameters being passed to
the called ILE C program. The last element, argv[argc], always contains NULL.
Refer to the WebSphere Development Studio: ILE C/C++ Programmer’s Guide for
further information on describing parameters in the called ILE C program or
procedure.
Table 15 on page 268 shows the ILE COBOL data type compatibility with ILE C.
Chapter 11. Calling and Sharing Data with Other Languages 267
Table 15. ILE COBOL Data Type Compatibility with ILE C
ILE COBOL ILE C declaration in prototype Length Description
PIC X(n). char[n] n A character field where n=1 to
or 16 711 568
char *
FORMAT DATE literal. char[6] 6 A date field.
PIC X(5). char[5] 5 A day field.
PIC X. char 1 A day-of-week field.
FORMAT TIME literal. char[8] 8 A time field.
FORMAT TIMESTAMP. char[n] 26 A timestamp field.
PIC G(n) char[2n] 2n A graphic field.
PIC 1 INDIC .. char 1 An indicator.
PIC S9(n) DISPLAY char[n] n A zoned decimal.
PIC S9(n-p)V9(p) COMP-3 decimal(n,p) n/2+1 A packed decimal.
PIC S9(n-p)V9(p) decimal(n,p) n/2+1 A packed decimal.
PACKED-DECIMAL.
PIC S9(4) COMP-4. short int 2 A 2-byte signed integer with a
range of -9999 to +9999.
PIC S9(4) BINARY. short int 2 A 2-byte signed integer with a
range of -9999 to +9999.
PIC S9(9) COMP-4. int 4 A 4-byte signed integer with a
range of -999999999 to
+999999999.
PIC S9(9) BINARY. int 4 A 4-byte signed integer with a
range of -999999999 to
+999999999.
PIC S9(9) COMP-4. long int 4 A 4-byte signed integer with a
range of -999999999 to
+999999999.
PIC S9(9) BINARY. long int 4 A 4-byte signed integer with a
range of -999999999 to
+999999999.
PIC S9(18) COMP-4. long long 8 An 8-byte integer.
PIC S9(18) BINARY. long long 8 An 8-byte integer.
05 VL-FIELD. _Packed struct {short i; char[n]} n+2 A variable length field where i
10 i PIC S9(4) COMP-4. is the intended length and n is
10 data PIC X(n). the maximum length.
05 n PIC 9(9) COMP-4. struct {unsigned int : n}x; 4 Bitfields can be manipulated
05 x redefines n PIC X(4). using hex literals.
01 record struct n A structure. Use the _Packed
05 field1... qualifier on the struct.
05 field2... Structures passed should be
passed as a pointer to the
structure if you want to change
the contents of the structure.
USAGE IS POINTER * 16 A pointer.
PROCEDURE-POINTER pointer to function 16 A 16-byte pointer to a
procedure.
USAGE IS INDEX int 4 A 4-byte integer.
The ILE COBOL program and the ILE C program must be statically bound
together in order for the external data item to be shared.
In the ILE COBOL program, the data item must be described with the EXTERNAL
clause in the Working Storage Section. See “Sharing EXTERNAL Data” on page 222
or refer to the section on the EXTERNAL clause in the ILE C for a further
description of how external data is used in an ILE COBOL program.
In the ILE C program, the data item must be declared using the extern keyword.
Refer to WebSphere Development Studio: ILE C/C++ Programmer’s Guide for a detailed
description of the extern keyword.
When return is issued from an ILE C program, it may cause the ILE activation
group in which the called ILE C program is running to end. If the ILE C program
was defined to run in a *NEW activation group then when return is issued near a
hard control boundary, the activation group in which the ILE C program was
running is ended. If the ILE C program was defined to run in a *CALLER
activation group or a named activation group then when return is issued, the
activation group in which the ILE C program was running remains active. A
subsequent call to the ILE C program in this activation group will find the ILE C
program in its last used state.
Chapter 11. Calling and Sharing Data with Other Languages 269
The exit(n) function can cause control to be returned to the nearest control
boundary. An exception condition can cause an exception handler to be invoked or
cause control to be returned to the nearest control boundary.
When the ILE C program is running in a different named activation group than the
calling ILE COBOL program, exit(n) or an unhandled exception cause the
following to happen. If exit(n) or an unhandled exception occur near a hard
control boundary, the activation group in which the ILE C program is running is
ended. If they occur near a soft control boundary, the activation group remains
active. If an unhandled exception ends the activation group in which the ILE C
program is running, the CEE9901 escape message is raised in the calling ILE
COBOL program’s activation group.
When the ILE C program and the calling ILE COBOL program are running in the
same activation group, exit(n) or an unhandled exception cause the following to
happen. If exit(n) or an unhandled exception occur near a hard control boundary,
the activation group, including the ILE COBOL program, is ended. If an unhandled
exception ends the activation group in which both the ILE C program and the ILE
COBOL program are running, the CEE9901 escape message is issued to the
program prior to the hard control boundary. If exit(n) or an unhandled exception
occur near a soft control boundary, all programs and procedures, including the ILE
COBOL program, between the ILE C program from which the exit(n) is made and
the program at the soft control boundary, are ended.
Control is returned to your ILE COBOL program at the next statement after the
CALL statement if the called program ends without an exception. If the called
program ends with an exception then an exception handling procedure identified
in your ILE COBOL program may be invoked. Refer to Chapter 14, “ILE COBOL
Error and Exception Handling” on page 319 for a full description of transferring
control to an exception handling procedure.
The called program can also send an escape message past the calling ILE COBOL
program skipping it altogether. In this case, the invocation of the ILE COBOL
program is canceled. Canceling the invocation is similar to returning from the ILE
COBOL program.
*********************************************************************
* cbl1 qcbllesrc
*
* Description:
*
* COBOL source with ILE C procedure call.
*
*********************************************************************
Identification Division.
Program-Id. cbl1.
Author. Author’s Name.
Installation. IBM Toronto Lab
Date-Written. July 14, 1998.
Date-Compiled. Will be replaced by compile date.
Environment Division.
Configuration Section.
Source-Computer. IBM-ISERIES.
Object-Computer. IBM-ISERIES.
Special-Names.
INPUT-OUTPUT SECTION.
File-Control.
Data Division.
Working-Storage Section.
01 RESULT-STRING PIC X(20) VALUE ALL "X".
Procedure Division.
TEST1-INIT.
DISPLAY RESULT-STRING.
CALL PROCEDURE "C1" USING RESULT-STRING.
DISPLAY RESULT-STRING.
STOP RUN.
*----------------------------------------------------------------------
* Output before call
* XXXXXXXXXXXXXXXXXXXX
* Output after call
* XXXXXXXXX*#XXXXXXXXX
Chapter 11. Calling and Sharing Data with Other Languages 271
v To create the ILE C module C1, type
CRTCMOD MODULE(C1) SRCFILE(*CURLIB/QCSRC)
2. Create a program using the two modules
CRTPGM PGM(CBL1) MODULE(*CURLIB/CBL1 *CURLIB/C1)
3. Call the program
CALL PGM(*CURLIB/CBL1)
The sample code for CBL2 QCBLLESRC is shown in Figure 73 on page 273.
File-Control.
Data Division.
Working-Storage Section.
01 RESULT-STRING PIC X(20) VALUE ALL "X".
Procedure Division.
TEST1-INIT.
DISPLAY RESULT-STRING.
CALL "C2" USING BY REFERENCE RESULT-STRING.
DISPLAY RESULT-STRING.
STOP run.
*----------------------------------------------------------------------
* Output before call
* XXXXXXXXXXXXXXXXXXXX
* Output after call
* XXXXXXXXX*#XXXXXXXXX
Chapter 11. Calling and Sharing Data with Other Languages 273
When a dynamic program call is used to call an ILE RPG program, the ILE RPG
program must be compiled and bound as a separate program object. When a static
procedure call is used to call an ILE RPG procedure, the ILE RPG procedure must
first be compiled into a module object and then bound to the calling ILE COBOL
program. Refer to the WebSphere Development Studio: ILE RPG Programmer’s Guide
for a description of compiling and binding ILE RPG programs and procedures.
You call an ILE RPG program or procedure from an ILE COBOL program by using
the CALL literal statement (where literal is the name of the ILE RPG program or
procedure). To call the ILE RPG program or procedure, you write the CALL literal
statement in the same way as you would if you were calling another ILE COBOL
subprogram. See “Using Static Procedure Calls and Dynamic Program Calls” on
page 206 for detailed information about how to write the CALL statement in your
ILE COBOL program to call an ILE RPG program using dynamic program calls or
static procedure calls.
You can also call an ILE RPG program from an ILE COBOL program by using the
CALL identifier statement. See “Using CALL identifier” on page 209 for more
information on CALL identifier.
When data is passed to the ILE RPG program using CALL...BY REFERENCE, a
pointer to the data item is placed into the argument list that is accepted by the ILE
RPG program. When data is passed to the ILE RPG program using CALL...BY
CONTENT, the value of the data item is copied to a temporary location and then a
pointer containing the address of the copy’s temporary location is placed into the
argument list that is accepted by the ILE RPG program. For CALL...BY VALUE, the
value of the item is placed into the argument list that is accepted by the ILE RPG
program. CALL...BY VALUE can be used to call ILE RPG procedures but not ILE
RPG program objects.
In your ILE COBOL program, you describe the arguments that you want to pass to
the ILE RPG program or procedure, in the Data Division in the same manner as
you describe other data items in the Data Division. Refer to “Passing and Sharing
Data Between Programs” on page 218 for a description of how to describe the
arguments that you want to pass.
In the called ILE RPG program, you describe the parameters that you want to
receive from the ILE COBOL program using the PARM operation. Each receiving
parameter is defined in a separate PARM operation. You specify the name of the
parameter in the Result field. The Factor 1 and Factor 2 entries are optional and
indicate variables or literals. The value from the Factor 1 field is transferred from
the Result field entry when the call occurs. The value from the Factor 2 field is
placed in the Result field entry upon return.
Table 16 shows the ILE COBOL data type compatibility with ILE RPG.
Table 16. ILE COBOL Data Type Compatibility with ILE RPG
ILE COBOL ILE RPG I-Spec, D-Spec, or Length Description
C-Spec
PIC X(n). blank or A in data type column, n A character field where n=1 to
n in length column, and blank 32 767
in decimal position column
PIC 1 INDIC .. *INxxxx 1 An indicator.
PIC S9(n) DISPLAY S in data type column or blank n A zoned decimal.
in data type column, n in
length column, and 0 in
decimal position column
PIC S9(n-p)V9(p) COMP-3 P in data type column, n in n/2 + 1 A packed decimal.
length column, and p in
decimal position column
PIC S9(n-p)V9(p) P in data type column, n in n/2 + 1 A packed decimal.
PACKED-DECIMAL. length column, and p in
decimal position column
Not supported I in data type column, 3 in 1 A 1-byte signed integer with a
length column, and 0 in range of -128 to 127
decimal position column
Not supported U in data type column, 3 in 1 A 1-byte unsigned integer with
length column, and 0 in a range of 0 to 255
decimal position column
PIC S9(4) COMP-4. B in data type column, 4 in 2 A 2-byte signed integer with a
length column, and 0 in range of -9999 to +9999.
decimal position column
PIC S9(4) BINARY. B in data type column, 4 in 2 A 2-byte signed integer with a
length column, and 0 in range of -9999 to +9999.
decimal position column
PIC S9(4) BINARY. I in data type column, 5 in 2 A 2-byte signed integer with a
*NOSTDTRUNC option length column, and 0 in range of -32768 to 32767
decimal position column
Not supported U in data type column, 5 in 2 A 2-byte unsigned integer with
length column, and 0 in a range of 0 to 65535
decimal position column
PIC S9(9) COMP-4. B in data type column, 9 in 4 A 4-byte signed integer with a
length column, and 0 in range of -999999999 to
decimal position column +999999999.
PIC S9(9) BINARY. B in data type column, 9 in 4 A 4-byte signed integer with a
length column, and 0 in range of -999999999 to
decimal position column +999999999.
Chapter 11. Calling and Sharing Data with Other Languages 275
Table 16. ILE COBOL Data Type Compatibility with ILE RPG (continued)
ILE COBOL ILE RPG I-Spec, D-Spec, or Length Description
C-Spec
PIC S9(9) BINARY. I in data type column, 10 in 4 A 4-byte signed integer with a
*NOSTDTRUNC option length column, and 0 in range of -2147483648 to
decimal position column 2147483647
Not supported U in data type column, 10 in 4 A 4-byte unsigned integer with
length column, and 0 in a range of 0 to 4294967295
decimal position column
PIC S9(18) COMP-4. I in data type column, 20 in 8 An 8-byte signed integer with a
length column, and 0 in range of -9223372036854775808
decimal position column to 9223372036854775807.
PIC S9(18) BINARY. I in data type column, 20 in 8 An 8-byte signed integer with a
length column, and 0 in range of -9223372036854775808
decimal position column to 9223372036854775807.
Not supported U in data type column, 20 in 8 An 8-byte unsigned integer
length column, and 0 in with a range of 0 to
decimal position column 18446744073709551615.
USAGE IS COMP-1 F in data type column, 4 in 4 A 4-byte internal floating-point
length column field.
USAGE IS COMP-2 F in data type column, 8 in 8 An 8-byte internal
length column. floating-point field.
05 VL-FIELD. A in data type column, n in n+2 A variable length field where i
10 i PIC S9(4) COMP-4. length column. Keyword is the intended length and n is
10 data PIC X(n). VARYING. the maximum length.
05 n PIC 9(9) COMP-4. U in data type column, 4 in 4 Bitfields can be manipulated
05 x redefines n PIC X(4). length column. To manipulate using hex literals.
move to unsigned field in data
structure overlaid by character
array and use bit operations on
each byte.
01 record data structure n A structure. Structures passed
05 field1... should be passed as a pointer
05 field2... to the structure if you want to
change the contents of the
structure.
USAGE IS POINTER * in data type column 16 A pointer.
PROCEDURE-POINTER * in data type column and 16 A 16-byte pointer to a
keyword PROCPTR procedure.
USAGE IS INDEX I in data type column, length is 4 A 4-byte integer.
10, 0 in decimal position
REDEFINES data structure subfield n An element of a union.
OCCURS Keyword OCCURS or keyword n*(length of An array.
DIM data_type)
FORMAT DATE D in data type column n A date data type.
FORMAT TIME T in data type column n A time data type.
FORMAT TIMESTAMP Z in data type column n A timestamp data type.
PIC G(n) G in data type column n*2 A graphic (double-byte) data
type.
Not supported C in data type column n*2 A UCS-2 (Universal Character
Set) data type.
When returning from an ILE RPG subprocedure, the RETURN operation code
causes control to be returned to the caller. If the procedure returns a value, the
returned value is specified in the extended factor 2 of the RETURN operation. If
the subprocedure returns a value, the COBOL CALL statement should have a
RETURNING phrase.
Control is returned to your ILE COBOL program at the next statement after the
CALL statement if the called program ends without an exception. If the called
program ends with an exception then control is returned to the exception handling
procedure identified in your ILE COBOL program. Refer to Chapter 14, “ILE
COBOL Error and Exception Handling” on page 319 for a full description of
transferring control to an exception handling procedure.
The called program can also send an escape message past the calling ILE COBOL
program skipping it altogether. In this case, the invocation of the ILE COBOL
program is canceled. Canceling the invocation is similar to returning from the ILE
COBOL program.
When a dynamic program call is used to call an ILE CL program, the ILE CL
program must be compiled and bound as a separate program object. When a static
procedure call is used to call an ILE CL procedure, the ILE CL procedure must first
be compiled into a module object and then bound to the calling ILE COBOL
program. Refer to the CL Programming for a description of compiling and binding
ILE CL programs and procedures.
You call an ILE CL program or procedure from an ILE COBOL program by using
the CALL literal statement (where literal is the name of the ILE CL program or
procedure). To call the ILE CL program or procedure, you write the CALL literal
statement in the same way as you would if you were calling another ILE COBOL
subprogram. See “Using Static Procedure Calls and Dynamic Program Calls” on
page 206 for detailed information about how to write the CALL statement in your
ILE COBOL program to call an ILE CL program using dynamic program calls or
static procedure calls.
You can also call an ILE CL program from an ILE COBOL program by using the
CALL identifier statement. See “Using CALL identifier” on page 209 for more
information on CALL identifier.
Chapter 11. Calling and Sharing Data with Other Languages 277
Passing Data to an ILE CL Program or Procedure
You can pass data to a called ILE CL program or procedure by using CALL...BY
REFERENCE or CALL...BY CONTENT. Refer to “Passing Data Using CALL...BY
REFERENCE, BY VALUE, or BY CONTENT” on page 219 for a description of how
to use CALL...BY REFERENCE or CALL...BY CONTENT.
In your ILE COBOL program, you describe the arguments that you want to pass to
the ILE CL program or procedure, in the Data Division in the same manner as you
describe other data items in the Data Division. Refer to “Passing and Sharing Data
Between Programs” on page 218 for a description of how to describe the arguments
that you want to pass.
In the called ILE CL program, you describe the parameters that you want to
receive from the ILE COBOL program on the PARM parameter of the PGM
statement. The order in which the receiving parameters are listed in the PARM
parameter must the same as the order in which they are listed on the CALL
statement in the ILE COBOL program. In addition to the position of the
parameters, you must pay careful attention to their length and type. Parameters
listed in the called ILE CL program must be declared as the same length and type
as they are in the calling ILE COBOL program.
You use DCL statements to describe the receiving parameters in the called ILE CL
program. The order of the DCL statements is not important. Only the order in
which the parameters are specified on the PGM statement determines what
variables are received. The following example shows how parameters are described
in the called ILE CL program.
PGM PARM(&P1 &P2);
DCL VAR(&P1); TYPE(*CHAR) LEN(32)
DCL VAR(&P2); TYPE(*DEC) LEN(15 5)
.
.
.
RETURN
ENDPGM
Table 17 on page 279 shows the ILE COBOL data type compatibility with ILE CL.
Control is returned to your ILE COBOL program at the next statement after the
CALL statement if the called program ends without an exception. If the called
program ends with an exception then control is returned to the exception handling
procedure identified in your ILE COBOL program. Refer to Chapter 14, “ILE
COBOL Error and Exception Handling” on page 319 for a full description of
transferring control to an exception handling procedure.
The called program can also send an escape message past the calling ILE COBOL
program skipping it altogether. In this case, the invocation of the ILE COBOL
program is canceled. Canceling the invocation is similar to returning from the ILE
COBOL program.
You call an OPM program from an ILE COBOL program by using the CALL literal
statement (were literal is the name of the OPM program). To call the OPM
program, you write the CALL literal statement in the same way as you would if
you were calling another ILE COBOL subprogram using a dynamic program call.
See “Performing Dynamic Program Calls using CALL literal” on page 208 for
detailed information about how to write the CALL statement in your ILE COBOL
program to call an OPM program using dynamic program calls.
Chapter 11. Calling and Sharing Data with Other Languages 279
You can also call an OPM program from an ILE COBOL program by using the
CALL identifier statement. See “Using CALL identifier” on page 209 for more
information on CALL identifier.
Programs written in OPM languages can only be run in the Default Activation
Group (*DFTACTGRP).
You can call an ILE COBOL program from an OPM program by using the same
call semantics as you would for calling another OPM program.
External data cannot be shared between OPM programs and ILE COBOL
programs.
For a mixed language application of OPM COBOL/400 and ILE COBOL programs
running in the Default Activation Group, each ILE COBOL program is considered
to be a non-COBOL program by the OPM COBOL/400 programs and each OPM
COBOL/400 program is considered to be a non-COBOL program by the ILE
COBOL programs. Also, each ILE COBOL program that is called by an OPM
COBOL/400 program generates a soft control boundary by which the scope of the
STOP RUN issued by the ILE COBOL program is bound.
When STOP RUN is issued by the ILE COBOL program, control is returned to the
OPM COBOL/400 program without refreshing the state of the ILE COBOL
program and the OPM COBOL/400 run unit is not ended. When STOP RUN is
issued from an OPM COBOL/400 program, control is returned to the caller of the
current main OPM COBOL/400 program and the OPM COBOL/400 run unit is
ended.
Note: This scenario does not conform to an OPM COBOL/400 run unit.
In the following example, an ILE COBOL program uses QPXXCALL to call a Pascal
procedure.
| 5722WDS V5R20 020719 LN IBM ILE COBOL CBLGUIDE/COBTOPAS ISERIES1 02/08/15 13:38:36 Page 2
| S o u r c e
| STMT PL SEQNBR -A 1 B..+....2....+....3....+....4....+....5....+....6....+....7..IDENTFCN S COPYNAME CHG DATE
| 1 000100 IDENTIFICATION DIVISION.
| 2 000200 PROGRAM-ID. COBTOPAS.
| 3 000300 ENVIRONMENT DIVISION.
| 4 000400 CONFIGURATION SECTION.
| 5 000500 SOURCE-COMPUTER. IBM-ISERIES
| 6 000600 OBJECT-COMPUTER. IBM-ISERIES
| 7 000700 DATA DIVISION.
| 8 000800 WORKING-STORAGE SECTION.
| 9 000900 01 PARAMETER-LIST.
| 10 001000 05 ENTRY-NAME PIC X(100) VALUE "SQUARE".
| 11 001100 05 ENTRY-ID PIC X(10) VALUE "*MAIN".
| 12 001200 05 PROG-NAME PIC X(20) VALUE "MATH".
| 13 001300 05 A-REAL PIC S9(9) COMP-4 VALUE 0.
| 14 001400 05 CLEAN PIC S9(9) COMP-4 VALUE 0.
| 15 001500 05 INPT PIC S99 VALUE 0.
| 16 001600 PROCEDURE DIVISION.
| 001700 MAINLINE.
| 17 001800 DISPLAY "ENTER AREA NUMBER:".
| 18 001900 ACCEPT INPT.
| 19 002000 MOVE INPT TO A-REAL.
| 20 002100 CALL "QPXXCALL" USING ENTRY-NAME
| 002200 ENTRY-ID
| 002300 PROG-NAME
| 002400 A-REAL.
| 21 002500 DISPLAY A-REAL.
| 22 002600 CALL "QPXXDLTE" USING CLEAN.
| 23 002700 STOP RUN.
| 002800
| * * * * * E N D O F S O U R C E * * * * *
segment MATH;
procedure SQUARE ( var X : integer ) ; external ;
procedure SQUARE;
begin
X := X * X
end; .
Figure 75. Pascal entry-point that is to be called from an ILE COBOL program.
Chapter 11. Calling and Sharing Data with Other Languages 281
In the above example, the first invocation the ENTRY-ID parameter of QPXXCALL will
establish a Pascal Main Environment. You can use QPXXDLTE to clean up Pascal
Reentrant and Main Environments. Passing zero in the CLEAN parameter to
QPXXDLTE causes the current Pascal Main Environment to be deleted.
You can call an ILE COBOL program from an EPM program by using the same call
semantics as you would for calling another EPM program.
External data cannot be shared between EPM programs and ILE COBOL programs.
In the following example program, the CALL to QCMDEXC (at sequence number
000160) results in the processing of the Add Library List Entry (ADDLIBLE) CL
command (at sequence number 000110). The successful completion of the CL
command results in the addition of the library, COBOLTEST, to the library list.
| 5722WDS V5R2M0 020719 LN IBM ILE COBOL CBLGUIDE/CMDXMPLE ISERIES1 02/08/15 13:40:28 Page 2
| S o u r c e
| STMT PL SEQNBR -A 1 B..+....2....+....3....+....4....+....5....+....6....+....7..IDENTFCN S COPYNAME CHG DATE
| 1 000100 IDENTIFICATION DIVISION.
| 2 000200 PROGRAM-ID. CMDXMPLE.
| 3 000300 ENVIRONMENT DIVISION.
| 4 000400 CONFIGURATION SECTION.
| 5 000500 SOURCE-COMPUTER. IBM-ISERIES
| 6 000600 OBJECT-COMPUTER. IBM-ISERIES
| 7 000700 DATA DIVISION.
| 8 000800 WORKING-STORAGE SECTION.
| 9 000900 01 PROGRAM-VARIABLES.
| 10 001000 05 CL-CMD PIC X(33)
| 001100 VALUE "ADDLIBLE COBOLTEST".
| 11 001200 05 PACK-VAL PIC 9(10)V9(5) COMP-3
| 001300 VALUE 18.
| 12 001400 PROCEDURE DIVISION.
| 001500 MAINLINE.
| 13 001600 CALL "QCMDEXC" USING CL-CMD PACK-VAL.
| 14 001700 STOP RUN.
| 001800
| * * * * * E N D O F S O U R C E * * * * *
If the member type for the source program is SQLCBLLE when the COBOL syntax
checker encounters an SQL statement, the statement is passed to the SQL syntax
checker. If an error is detected, a message is returned.
You can create SQL programs for use with your ILE COBOL programs. The SQL
cursor used by your ILE COBOL program may be scoped to either the module
object or the activation group. You specify the SQL cursor scoping through the
CLOSQLCSR parameter of the Create SQL Program commands (CRTSQLxxx).
For more information about SQL statements and SQL cursors, refer to the DB2
Universal Database for AS/400 section of the Database and File Systems category in the
iSeries 400 Information Center at this Web site -
http://www.ibm.com/eserver/iseries/infocenter.
The next section, “Using Intrinsic Functions or the ACCEPT Statement to Retrieve
Current Century” on page 284, discusses how you can also use several of the
intrinsic functions, and the ACCEPT statement to do the same thing.
IDENTIFICATION DIVISION.
PROGRAM-ID. DATE1.
* Example program to get the 4 digit year in ILE COBOL for ISERIES
ENVIRONMENT DIVISION.
CONFIGURATION SECTION.
SOURCE-COMPUTER. IBM-ISERIES
OBJECT-COMPUTER. IBM-ISERIES
DATA DIVISION.
WORKING-STORAGE SECTION.
01 date-vars.
05 lilian pic 9(4) usage binary.
05 lilian-time-stamp pic x(8).
05 gregorian-date.
10 greg-year pic x(4).
10 greg-month pic x(2).
10 greg-day pic x(2).
10 greg-time pic x(9).
10 filler pic x(6).
PROCEDURE DIVISION.
TEST-PARA.
call procedure "CEELOCT" using
lilian lilian-time-stamp
gregorian-date.
display "date is " gregorian-date.
display "year " greg-year.
display "month " greg-month.
STOP RUN.
Chapter 11. Calling and Sharing Data with Other Languages 283
Using Intrinsic Functions or the ACCEPT Statement to Retrieve
Current Century
You can also use one of the following intrinsic functions to retrieve the current
century or a 4-digit year:
CURRENT-DATE
Returns the current 4-digit year, as well as other information about the
current date and time.
DATE-OF-INTEGER
Takes an integer date, the number of days since December 31, 1600, and
returns a Gregorian date with a 4-digit year in the form YYYYMMDD.
DAY-OF-INTEGER
Takes an integer date, the number of days since December 31, 1600, and
returns a Julian date with a 4-digit year in the form YYYYDDD.
DATE-TO-YYYYMMDD
Converts a 2-digit year Gregorian date to a 4-digit year Gregorian date.
DAY-TO-YYYYDDD
Converts a 2-digit year Julian date to a 4-digit year Julian date.
EXTRACT-DATE-TIME
Extracts a part of the date or time information contained in a date, time or
timestamp item. The year is extracted as a 4-digit year or a 1-digit century.
YEAR-TO-YYYY
Converts a 2-digit year to a 4-digit year.
The FROM DATE YYYYMMDD phrase of the ACCEPT statement can be used to
retrieve a 4-digit year Gregorian date from the system. The FROM DAY YYYYDDD
phrase of the ACCEPT statement can be used to retrieve a 4-digit year Julian date
from the system.
SPECIAL NAMES.
LINKAGE TYPE PROCEDURE FOR "open" USING ALL DESCRIBED.
Defining Pointers
You can define pointers in two ways:
v A pointer to a data item. This pointer is defined with the USAGE POINTER
clause. The resulting data item is called a pointer data item.
v A pointer to an ILE COBOL program, an ILE procedure, or a program object.
This pointer is defined with the USAGE PROCEDURE-POINTER clause. The
resulting data item is called a procedure-pointer data item.
ILE COBOL pointer data items point to system space objects. One part of the
pointer describes its attributes, such as to which AS/400 space object it is pointing.
Another part of the pointer contains the offset into the AS/400 system space object.
ILE COBOL procedure-pointer data items are AS/400 open pointers. Open
pointers have the ability to be used as other types of AS/400 pointers. In
particular, when an ILE COBOL procedure-pointer data item is set to a program
object, the open pointer will contain an AS/400 system pointer. When an ILE
COBOL procedure-pointer data item is set to an ILE procedure, the open pointer
will contain an AS/400 procedure pointer.
A pointer a 16-byte elementary item that can be compared for equality, or used to
set the value of other pointer items.
If pointers are used in a relational condition, the only valid operators are equal to,
or not equal to.
Pointer data items are defined explicitly with the USAGE IS POINTER clause, and
are implicit when using an ADDRESS OF special register or the ADDRESS OF an
item.
If a group item is described with the USAGE IS POINTER clause, the elementary
items within the group item are pointer data items. The group itself is not a
pointer data item, and cannot be used in the syntax where a pointer data item is
allowed. If a group item is described with the USAGE PROCEDURE-POINTER
clause, the same rules apply. The USAGE clause of an elementary item cannot
contradict the USAGE clause of a group to which the item belongs.
Using ILE C and other languages, you can declare pointers to teraspace memory.
ILE C requires a special compile-time option to address this type of storage, but
ILE COBOL can always address this storage if compiled with a target release of
V4R4M0 or later. For more information on pointers in teraspace, see the ILE
Concepts publication.
Pointer Alignment
Pointers can be defined at any level (except 88) in the File, Working-Storage, or
Linkage sections of a program.
In the File and Working-Storage sections, the compiler ensures that this exception
does not occur by adding implicit FILLER items. Every time an implicit FILLER
item is added by the compiler, a warning is issued. In the Linkage Section, no
implicit FILLER items are added by the compiler; however, warnings are issued
indicating how many bytes of FILLER would have been added had the group item
appeared in the File or Working-Storage sections.
You can define a data item as a pointer by specifying the USAGE IS POINTER
clause or the USAGE IS PROCEDURE-POINTER clause as shown in the following
example:
ID DIVISION.
PROGRAM-ID. PROGA.
WORKING-STORAGE SECTION.
77 APTR USAGE POINTER.
77 APROC-PTR USAGE PROCEDURE-POINTER.
01 AB.
05 BPTR USAGE POINTER.
05 BVAR PIC S9(3) PACKED-DECIMAL.
LINKAGE SECTION.
In the above example, AVAR is an 01-level data item, so the ADDRESS OF AVAR is
the ADDRESS OF special register. Because a special register is an actual storage
area, the SET statement moves the contents of ADDRESS OF AVAR into pointer
data item APTR.
In the above example, if the SET statement used ADDRESS OF CVAR, no special
register exists. Instead, the pointer data item APTR is assigned the calculated
address of CVAR.
In the above example, the second SET statement is setting procedure-pointer data
item APROC-PTR to the outermost ILE COBOL program ″PROGA″.
If the pointer is part of a table, the first item in the table is placed on a 16-byte
boundary. To ensure that all subsequent occurrences of the pointer fall on a 16-byte
boundary, a FILLER item is added to the end of the table if necessary.
In the above example, APTR is a pointer data item. The 77-level item, therefore, is
placed on a 16-byte boundary. The group item AB is an 01-level item and is
automatically placed on a 16-byte boundary. Within the group item AB, BPTR is
not on a 16-byte boundary. To align it properly, the compiler inserts a 6-byte
FILLER item after ALPHA-NUM. Finally, CPTR requires a FILLER of 2 bytes to
align its first occurrence. Because ALPHA-NUM-THREE is only 5 bytes long,
another 11-byte FILLER must be added to the end of ARRAY-1 to align all
subsequent occurrences of CPTR.
When a pointer is defined in the File Section, and a file does not have blocking in
effect, each 01-level item will be on a 16-byte boundary. If a file has blocking in
effect, only the first record of a block is guaranteed to be on a 16-byte boundary.
Redefining Pointers
A pointer data item or procedure-pointer data item may be the subject or object of
a REDEFINES clause.
When a pointer is the subject of a REDEFINES clause, the object data item must be
on a 16-byte boundary. For example:
WORKING-STORAGE SECTION.
01 AB.
05 ALPHA-NUM PIC X(16).
05 APTR REDEFINES ALPHA-NUM USAGE POINTER.
05 BPTR USAGE POINTER.
05 CPTR REDEFINES BPTR USAGE POINTER.
In the above example, both APTR and CPTR are pointer data items that redefine
16-byte aligned items. In the following example, the redefined item would result in
a severe compiler error:
WORKING-STORAGE SECTION.
01 EF.
05 ALPHA-NUM PIC X(5).
05 HI.
10 ALPHA-NUM-TWO PIC X(11).
10 APTR USAGE POINTER.
05 BPTR REDEFINES HI USAGE POINTER.
In the above example, APTR is aligned on a 16-byte boundary. That is, the ILE
COBOL compiler did not need to add FILLER items to align APTR. The group
item HI is not on a 16-byte boundary, and so neither is pointer data item BPTR.
Because the ILE COBOL compiler cannot add FILLER items to place BPTR on a
16-byte boundary, a severe error will result.
In the following example, similar to the above, the ILE COBOL compiler is able to
place the pointer data item on a 16-byte boundary:
WORKING-STORAGE SECTION.
01 EF.
05 ALPHA-NUM PIC X(5).
05 HI.
10 ALPHA-NUM-TWO PIC X(11).
10 APTR USAGE POINTER.
10 ALPHA-NUM-THREE PIC X(5).
05 KL REDEFINES HI.
10 BPTR USAGE POINTER.
In the above example, group item KL is not on a 16-byte boundary; however, the
compiler adds an 11-byte FILLER before pointer data item BPTR to ensure that it
falls on a 16-byte boundary.
On the AS/400 system, the initial value of a pointer data item or procedure-pointer
data item with or without a VALUE clause of NULL, equals NULL.
You can use LENGTH OF in the Procedure Division anywhere a numeric data item
having the same definition as the implied definition of the LENGTH OF special
register is used; however, LENGTH OF cannot be used as a subscript or a
receiving data item. LENGTH OF has the implicit definition:
USAGE IS BINARY, PICTURE 9(9)
The following example shows how you can use LENGTH OF with pointers:
WORKING-STORAGE SECTION.
77 APTR USAGE POINTER.
01 AB.
05 BPTR USAGE PROCEDURE-POINTER.
05 BVAR PIC S9(3) PACKED-DECIMAL.
05 CVAR PIC S9(3) PACKED-DECIMAL.
PROCEDURE DIVISION.
MOVE LENGTH OF AB TO BVAR.
MOVE LENGTH OF BPTR TO CVAR.
In the above example, the length of group item AB is moved to variable BVAR.
BVAR has a value of 20 because BPTR is 16 bytes long, and both variables BVAR
and CVAR are 2 bytes long. CVAR receives a value of 16.
You can also use the LENGTH OF special register to set up data structures within
user spaces, or to increment addresses received from another program. To see an
example of a program that uses the LENGTH OF special register to define data
structures within user spaces, refer to Figure 80 on page 293.
For each operand that is listed on the CALL USING statement in the calling ILE
program, there must be a corresponding operand that is specified by the USING
phrase in the Procedure Division of the called program.
When using the ADDRESS OF special register, you no longer need to ensure a
one-to-one mapping between the USING phrases of the two programs. For those
data items in the Linkage Section that are not specified in the USING phrase of the
Procedure Division header, you can use a SET statement to specify the starting
address of the data structure. Once the SET statement is run, the data item can be
freely referred to since the address of the data item is already set. For an example
of a SET statement used in this manner, refer to Figure 81 on page 294. In Figure 81
on page 294, 15 and 16 illustrates how the SET statement is used to set the
starting address of the data structures ls-header-record and ls-user-space at the
beginning of the user space.
You cannot use the calculated ADDRESS OF where an item can be changed. Only
the ADDRESS OF special register can be changed. For example, in Figure 81 on
page 294, the SET statement at 17 uses the ADDRESS OF special register because
it is an 01-level item. At 18, ADDRESS OF is used because, although it is an
01-level item, it is reference-modified.
When compiling a MOVE statement, the ILE COBOL compiler generates code to
maintain (a pointer MOVE) or not maintain (a non-pointer MOVE) pointers within
a group item.
A pointer MOVE is done when all of the following conditions are met:
1. The source or receiver of a MOVE statement contains a pointer
Of the conditions listed above, determining if two data items are properly aligned
can be the most difficult.
Note: A pointer MOVE is slower than using the SET statement to move a pointer.
Items must be on the same offset relative to a 16-byte boundary for a pointer
MOVE to occur. (A warning is issued if this is not true.)
The following example shows three data structures, and the results when a MOVE
statement is issued:
WORKING-STORAGE SECTION.
01 A.
05 B PIC X(10).
05 C.
10 D PIC X(6).
10 E POINTER.
01 A2.
05 B2 PIC X(6).
05 C2.
10 D2 PIC X(10).
10 E2 POINTER.
01 A3.
05 B3 PIC X(22).
05 C3.
10 D3 PIC X(10).
10 E3 POINTER.
PROCEDURE DIVISION.
MOVE A to A2. 1
MOVE A to A3. 1
MOVE C to C2. 2
MOVE C2 to C3. 3
1 This results in a pointer MOVE because the offset of each group item to be
moved is zero. Pointer integrity is maintained.
2 This results in a non-pointer MOVE, because the offsets do not match. The
offset of group item C is 10, and the offset of group item C2 is 6. Pointer
integrity is not maintained.
3 This results in a pointer MOVE, because the offset of group item C2 is 6,
and the offset of C3 relative to a 16-byte boundary is also 6. (When the
offset is greater than 16, the offset relative to a 16-byte boundary is
calculated by dividing the offset by 16. The remainder is the relative offset.
In this case, the offset was 22, which, when divided by 16, leaves a
remainder, or relative offset, of 6.) Pointer integrity is maintained.
If a group item contains a pointer, and the ILE COBOL compiler cannot
determine the offset relative to a 16-byte boundary, the ILE COBOL
compiler issues a warning message, and the pointer move is attempted.
However, pointer integrity may not be maintained. The ILE COBOL
compiler cannot determine the offset if the item is defined in the Linkage
The ILE COBOL compiler places all 01-level and 77-level items on a 16-byte
boundary whether or not they contain pointers.
The ILE COBOL run time has to determine the offset of an item relative to a
16-byte boundary when the BY CONTENT item is:
v Reference modified with an unknown starting position, or
v Defined in the Linkage Section.
For a complete definition of the SET statement, refer to the WebSphere Development
Studio: ILE COBOL Reference.
POINTA is a program that reads customer names and addresses into a user space,
and then displays the information in a list. The program assumes that the customer
information exists in a file called POINTACU.
....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
A* THIS IS THE CUSTOMER INFORMATION FILE - POINTACUST
A
A
A R FSCUST TEXT(’CUSTOMER MASTER RECORD’)
A FS_CUST_NO 8S00 TEXT(’CUSTOMER NUMBER’)
A ALIAS(FS_CUST_NUMBER)
A FS_CUST_NM 20 TEXT(’CUSTOMER NAME’)
A ALIAS(FS_CUST_NAME)
A FS_CUST_AD 100 TEXT(’CUSTOMER ADDRESS’)
A ALIAS(FS_CUST_ADDRESS)
A VARLEN
2 CRT STATUS IS specifies a data name into which a status value is placed
after the termination of an extended ACCEPT statement. In this example,
the STATUS key value is used to determine which function key was
pressed.
3 fs-cust-address is a variable-length field. To see meaningful names here
rather than FILLER, specify *VARCHAR for the CVTOPT parameter of the
CRTCBLMOD or CRTBNDCBL commands, or VARCHAR in the PROCESS
statement, as shown in 1. For more information about variable-length
fields, refer to “Declaring Data Items Using SAA Data Types” on page 388.
4 CRT STATUS as mentioned in 2 is defined here.
5 The ws-params structure contains the parameters used when calling the
APIs to access user spaces.
6 ws-space-ptr defines a pointer data item set by the API QUSPTRUS. This
points to the beginning of the user space, and is used to set the addresses
of items in the Linkage Section.
7 ws-err-data is the structure for the error parameter for the user space APIs.
Note that the ws-input-l is zero, meaning that any exceptions are signalled
to the program, and not passed in the error code parameter. For more
information on error code parameters, refer to the CL and APIs section of
the Programming category in the iSeries 400 Information Center at this
Web site -http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
8 The first data structure (ls-header-record) to be defined in the user space.
9 FILLER is used to maintain pointer alignment, because it makes
Is-header-record a multiple of 16 bytes long.
F3=Exit
Customer Information
Cust Customer Name Customer Address
Number
00000001 Bakery Unlimited 30 Bake Way, North York
00000002 Window World 150 Eglinton Ave E., North York, Ontario
00000003 Jons Clothes 101 Park St, North Bay, Ontario, Canada
00000004 Pizza World 254 Main Street, Toronto, Ontario +
00000005 Marv’s Auto Body 9 George St, Peterborough, Ontario, Cana +
00000006 Jack’s Snacks 23 North St, Timmins, Ontario, Canada
00000007 Video World 14 Robson St, Vancouver, B.C, Canada
00000008 Pat’s Daycare 8 Kingston Rd, Pickering, Ontario, Canad +
00000009 Mary’s Pies 3 Front St, Toronto, Ontario, Canada
00000010 Carol’s Fashions 19 Spark St, Ottawa, Ontario, Canada
00000011 Grey Optical 5 Lundy’s Lane, Niagara Falls, Ont. Cana +
00000012 Fred’s Forage 33 Dufferin St, Toronto, Ontario, Canada +
00000013 Dave’s Trucking 15 Water St, Guelph, Ontario, Canada
00000014 Doug’s Music 101 Queen St. Toronto, Ontario, Canada +
00000015 Anytime Copiers 300 Warden Ave, Scarborough, Ontario, Ca +
00000016 Rosa’s Ribs 440 Avenue Rd, Toronto, Ontario, Canada
F3=Exit F8=Forward
F3=Exit F7=Back
Customer Information
Cust Customer Name Customer Address
Number
00000001 Bakery Unlimited 30 Bake Way, North York
00000002 Window World 150 Eglinton Ave E., North York, Ontario
00000003 Jons Clothes 101 Park St, North Bay, Ontario, Canada
00000004 Pizza World 254 Main Street, Toronto, Ontario +
00000005 Marv’s Auto Body 9 George St, Peterborough, Ontario, Cana +
00000006 Jack’s Snacks 23 North St, Timmins, Ontario, Canada
00000007 Video World 14 Robson St, Vancouver, B.C, Canada
00000008 Pat’s Daycare 8 Kingston Rd, Pickering, Ontario, Canad +
00000009 Mary’s Pies 3 Front St, Toronto, Ontario, Canada
00000010 Carol’s Fashions 19 Spark St, Ottawa, Ontario, Canada
00000011 Grey Optical 5 Lundy’s Lane, Niagara Falls, Ont. Cana +
00000012 Fred’s Forage 33 Dufferin St, Toronto, Ontario, Canada +
00000013 Dave’s Trucking 15 Water St, Guelph, Ontario, Canada
00000014 Doug’s Music 101 Queen St. Toronto, Ontario, Canada +
00000015 Anytime Copiers 300 Warden Ave, Scarborough, Ontario, Ca +
00000016 Rosa’s Ribs 440 Avenue Rd, Toronto, Ontario, Canada
F3=Exit F8=Forward
F3=Exit
For this example, picture a chained list of data that is composed of individual
salary records. Figure 82 shows one way to visualize how these records are linked
in storage:
SALARY RECORD
...
NAME
SALARY
The first item in each record (except for the last record) points to the next record.
The first item in the last record, in order to indicate that it is the last record,
contains a null value instead of an address.
The high-level logic of an application that processes these records might look
something like this:
OBTAIN ADDRESS OF FIRST RECORD IN CHAINED LIST FROM ROUTINE
CHECK FOR END OF THE CHAINED LIST
DO UNTIL END OF THE CHAINED LIST
PROCESS RECORD
GO ON TO THE NEXT RECORD
END
Upon return from the call to CHAINANC, PTR-FIRST contains the address of the
first record in the chained list.
The Linkage Section of the calling program contains the description of the records
in the chained list. It also contains the description of the department code that is
passed through the USING phrase of the CALL statement.
LINKAGE SECTION.
01 SALARY-REC.
05 PTR-NEXT-REC POINTER.
05 NAME PIC X(20).
05 DEPT PIC 9(4).
05 SALARY PIC 9(6).
01 DEPT-X PIC 9(4).
A pointer data item can be assigned the value NULL in three ways:
v A pointer data item can be defined with a VALUE IS NULL clause in its data
definition.
v NULL can be the sending field in a SET statement.
v The initial value of a pointer data item with or without a VALUE clause of
NULL equals NULL.
In the case of a chained list in which the pointer in the last record contains a null
value, the code to check for the end of the list would be:
IF PTR-NEXT-REC = NULL
.
.
.
(logic for end of chain)
If you have not reached the end of the list, process the record and move on to the
next record.
In the program CHAINLST, this test for the end of the chained list is accomplished
with a “do while” structure:
PERFORM WITH TEST BEFORE UNTIL ADDRESS OF SALARY-REC = NULL
IF DEPT = DEPT-X
THEN ADD SALARY TO DEPT-TOTAL
ELSE CONTINUE
END-IF
SET ADDRESS OF SALARY-REC TO PTR-NEXT-REC
END-PERFORM
Then repeat the record-processing routine, which will process the next record in
the chained list.
Because pointer data items are not numeric, you cannot directly perform arithmetic
on them. You can, however, use the SET verb to increment the passed address in
order to bypass header information.
Within the Procedure Division, base the address of SALARY-REC on the address of
REAL-SALARY-REC:
SET ADDRESS OF SALARY-REC TO ADDRESS OF REAL-SALARY-REC
For example, to have a user-written error handling routine take control when an
exception condition occurs during program execution, you must first pass the entry
address of an ILE procedure, such as an outermost ILE COBOL program, to
CEEHDLR, a condition management ILE callable service, to have it registered.
Procedure-pointer data items can be set to contain the entry address for the
following types of programs:
v An outermost ILE COBOL program
v An ILE procedure written in another ILE language
v An ILE program object or an OPM program object.
Note: A procedure-pointer data item cannot be set to the address of a nested ILE
COBOL program.
A procedure-pointer data item can only be set using Format 6 of the SET
statement.
The following illustration shows the relationships between jobs, threads, run-units,
and program invocation instances:
C RPG C
program program program
Thread 1 Thread 2
ILE COBOL does not have a COBOL statement to support initiating or managing
program threads, but COBOL programs can use APIs to do this. ILE COBOL
programs can run in threads in a multithreaded environment. In other words, ILE
COBOL programs can be invoked by other applications such that they are running
in multiple threads within a job or as multiple program invocation instances within
a thread.
The remainder of this chapter contains information that will help you prepare your
ILE COBOL programs for multithreaded environments.
The following table summarizes the reference and state scope of various ILE
COBOL language elements:
Within a run unit, every module has a lock, and ILE COBOL ensures that only one
copy of a module is running at a time in the run unit. If you have resources with
run-unit scope, it is your responsibility to synchronize access to that data from
multiple threads using logic in the application. You can do one or both of the
following:
v Structure the application such that run-unit scoped resources are not accessed
simultaneously from multiple threads.
v If you are going to access resources simultaneously from separate threads,
synchronize access using facilities provided by C or by platform functions such
as the Pthread mutex support or the MI built-in functions for creating and
handling mutexes. For more information, refer to the to the Multithreaded
Applications document, listed under the Programming topic, at the following
URL:
http://www.as400.ibm.com/infocenter/
Because the storage associated with these language elements is program invocation
instance scoped, data is protected from access across threads and you do not have
to concern yourself with access synchronization. However, this data cannot be
shared between invocations of programs unless it is explicitly passed.
The sample code for THRCBL QCBLLESRC is shown in Figure 85 on page 316.
or as,
IN SUBA
IN SUBB
You can anticipate possible error conditions by putting code into your program to
handle them. If error-handling code is not present in your program, your program
could behave in a manner that you did not anticipate, data files could be
corrupted, and incorrect output may be produced. Without error-handling code,
you may not even be aware that a problem exists.
The action taken by your error-handling code can vary from attempting to cope
with the situation and continue, to issuing a message, to halting the program. At a
minimum, coding an error message to identify an error condition is a good idea.
When you run an ILE COBOL program, several types of errors can occur. The ILE
COBOL statement active at the time of a given error causes certain ILE COBOL
clauses or phrases to be run.
There are several type of OS/400 messages. These include inquiry, informational,
completion, escape, and notify. For example, the final message sent by the ILE
COBOL compiler when a compilation is successful is LNC0901,
Program program-name created in library library-name on date at time.
An ILE condition and an OS/400 message are quite similar. Any escape, status,
notify, or function check message is a condition, and every ILE condition has an
associated OS/400 message.
Like OS/400 messages, which can be handled by declaring and enabling a message
monitor, an ILE condition can be handled by registering an ILE condition handler.
When a program object or an ILE procedure is called, a new call stack entry is
created. Associated with each call stack entry is a call message queue. This call
message queue is a program message queue if a program object is called, or a
procedure message queue if an ILE procedure is called. In ILE, you can send a
message to a program object or ILE procedure by sending a message to its call
stack entry.
Each call stack entry can have several ILE condition handlers registered. When
multiple ILE condition handlers are registered for the same call stack entry, the
system calls these handlers in last-in-first-out (LIFO) order. These ILE condition
handlers can also be registered at different priority levels. Only a few of these
priorities are available to ILE COBOL. There are approximately ten distinct
priorities ranging from 85 to 225. ILE condition handlers are called in increasing
priority order.
In ILE, if an exception condition is not handled at a particular call stack entry, the
unhandled exception message is percolated to the previous call stack entry
message queue. When this happens, exception processing continues at the previous
call stack entry. Percolation of an unhandled exception condition continues until
either a control boundary is reached or the exception message is handled. An
unhandled exception message is converted to a function check when it is
percolated to the control boundary.
The function check exception message can then be handled by the call stack entry
that issued the original exception condition or it is percolated to the control
boundary. If the function check is handled, normal processing continues and
exception processing ends. If the function check is percolated to the control
boundary, ILE considers the application to have ended with an unexpected error.
The generic failure exception message, CEE9901, is sent by ILE to the caller of the
control boundary.
If the exception condition is not handled by the HHL-specific error handling, then
the unhandled exception condition is percolated to the previous call stack entry
message queue, as described above.
For more information on ILE condition handling, refer to the sections on error
handling, and exception and condition management in the ILE Concepts book.
A STOP RUN statement is implied when a main ILE COBOL program has no next
executable statement (implicit EXIT PROGRAM for a ILE COBOL subprogram),
that is, when processing falls through the last statement of a program.
If the STOP RUN is abnormal and a hard control boundary is reached, the
CEE9901 escape message is issued to the program before the control boundary.
These APIs only affect exception handling within ILE COBOL programs. For
detailed information on all of these APIs, refer to the section about COBOL APIs in
the CL and APIs section of the Programming category in the iSeries 400 Information
Center at this Web site
-http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
The following are some examples of how to call the QlnDumpCobol API and the
resultant operations:
WORKING-STORAGE SECTION.
01 ERROR-CODE.
05 BYTES-PROVIDED PIC S9(6) BINARY VALUE ZERO.
05 BYTES-AVAILABLE PIC S9(6) BINARY VALUE ZERO.
05 EXCEPTION-ID PIC X(7).
05 RESERVED-X PIC X.
05 EXCEPTION-DATA PIC X(64).
01 PROGRAM-NAME PIC X(10).
01 LIBRARY-NAME PIC X(10).
01 MODULE-NAME PIC X(10).
01 PROGRAM-TYPE PIC X(10).
01 DUMP-TYPE PIC X.
PROCEDURE DIVISION.
MOVE LENGTH OF ERROR-CODE TO BYTES-PROVIDED.
MOVE "MYPROGRAM" TO PROGRAM-NAME.
MOVE "TESTLIB" TO LIBRARY-NAME.
MOVE "MYMOD1" TO MODULE-NAME.
MOVE "*PGM" TO PROGRAM-TYPE.
MOVE "D" TO DUMP-TYPE.
CALL PROCEDURE "QlnDumpCobol" USING PROGRAM-NAME,
LIBRARY-NAME, MODULE-NAME,
PROGRAM-TYPE, DUMP-TYPE,
ERROR-CODE.
This would provide a formatted dump of COBOL identifiers and file related
information (option F) for the service program that called the QlnDumpCobol API.
If any of the input parameters to the QlnDumpCobol API contain data that is not
valid, the dump is not performed and an error message is generated or exception
data is returned. An error message is generated if the BYTES-PROVIDED field
contains zero. If the BYTES-PROVIDED field contains a value other than zero, then
exception data is returned in the ERROR-CODE parameter and no error message is
generated.
For detailed information on the QlnDumpCobol API, refer to the section about
COBOL APIs in the CL and APIs section of the Programming category in the iSeries
400 Information Center at this Web site
-http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
Any other error conditions not handled by the ON OVERFLOW phrase will
generally result in MCH messages. Such messages will typically be handled by the
function check condition handler. To prevent the function check condition handler
from being called, you can register your own condition handler, using the
CEEHDLR API, to catch the MCH messages.
ILE COBOL registers the above mentioned condition handler at priority level 85. A
user condition handler, which is registered at priority level 165, will only receive
control if the above mentioned condition handler does not handle the exception.
When no ON SIZE ERROR phrase is coded, the binary and decimal overflow
messages will not be issued, and floating-point overflow messages will be ignored.
All other arithmetic MCH messages will typically be handled by the function
check condition handler unless a user condition handler has been registered using
the CEEHDLR API.
During arithmetic operations, typical errors are size errors (MCH1210) and decimal
data errors (MCH1202). Most MCH errors are not directly detected by ILE COBOL;
To prevent the LNR7200 message from being sent, a user condition handler can be
registered using the CEEHDLR API to handle the MCH messages or an ILE
COBOL error handler can be coded using the COBOL bindable APIs to handle the
LNR72xx inquiry messages.
ILE COBOL does detect errors that result from division by zero during an
arithmetic operation. If detected by ILE COBOL, these errors cause the SIZE
ERROR imperative statement to run.
System message MCH1210 generally occurs when moving one binary or decimal
numeric field to another, and the receiver is too small. This error is monitored by
ILE COBOL, and also results in the running of the SIZE ERROR imperative
statement.
For ON SIZE ERROR phrase handling, ILE COBOL requires that the first 3
exceptions must be signaled.
ILE COBOL also requires rounding to the nearest decimal position to take place,
which means if you used the CA MI instructions to prevent rounding, the extra
digits would be dropped, leaving you with an inexact result.
During input-output operations, errors are detected by the system, which sends
messages; the messages are then monitored by ILE COBOL. As well, ILE COBOL
will detect some errors during an input-output operation without system support.
Regardless of how an error is detected during an input-output operation, the result
will always be an internal file status of other than zero, a runtime message, or
both.
One thing to remember about input-output errors is that you choose whether or
not your program will continue running after a less-than-severe input-output error
occurs. ILE COBOL does not perform corrective action. If you choose to have your
program continue (by incorporating error-handling code into your design), you
must also code the appropriate error-recovery procedure.
For each I/O statement, ILE COBOL registers a condition handler to catch the
various I/O related conditions. These condition handlers are registered at priority
level 185 which allows user defined condition handlers to receive control first.
ILE COBOL has a function check condition handler that will eventually issue
inquiry message LNR7207 unless an ILE COBOL error handling API has been
defined.
File Status
is set
E1
What is Is Is
0 Yes leftmost character No Yes
E1 leftmost character there a USE Run USE procedure
of file status? of the status procedure?
equal to 2?
1 Yes No
Is
Is there Yes Run there a Yes Run
an at END AT END imperative NOT INVALID KEY NOT INVALID KEY
phrase? statement phrase? imperative statement
No No
Is there Yes
a USE procedure? Run USE procedure
No
Continue COBOL
program
Note: E1 = Go to E1 on next page
No
Is Is
leftmost Yes there a Yes Run
character of file status NOT INVALID KEY NOT INVALID KEY
equal to phrase? imperative statement
0?
No No
Is Is
leftmost Yes there a Yes Run NOT AT END
character of file status NOT AT END imperative statement
equal to phrase?
0?
No No
Continue COBOL
program
Note: Follow the parts of the diagram that apply to your statements.
In some cases, however, the end-of-file condition will reflect an error. You code the
AT END phrase of the READ statement to handle either case, according you your
program design.
If you code an AT END phrase, the imperative statement identified by the phrase
is performed when an end-of-file condition occurs. If you do not code an AT END
phrase, the associated USE AFTER EXCEPTION/ERROR declarative is performed.
Any NOT AT END phrase that you code is performed only if the READ statement
completed successfully. If the READ operation fails because of any condition other
than end-of-file, neither the AT END nor the NOT AT END phrase is performed.
Instead, control passes to the end of the READ statement after performing the
associated USE AFTER EXCEPTION/ERROR declarative procedure.
If you specify the INVALID KEY phrase in an input-output statement that causes
an invalid key condition, control is transferred to the imperative statement
identified by the INVALID KEY phrase. In this case, any USE AFTER
EXCEPTION/ERROR declaratives you have coded are not performed.
Any NOT INVALID KEY phrase that you specify is performed only if the
statement completes successfully. If the operation fails because of any condition
other than invalid key, neither the INVALID KEY nor NOT INVALID KEY phrase
is performed. Instead, control passes to the end of the input-output statement after
performing any associated USE AFTER EXCEPTION/ERROR declaratives.
Use the FILE STATUS clause in conjunction with the INVALID KEY phrase to
evaluate the status key and determine the specific invalid key condition.
For example, assume you have a file containing master customer records and you
need to update some of these records with information in a transaction update file.
You will read each transaction record, find the corresponding record in the master
file, and make the necessary updates. The records in both files each contain a field
for a customer number, and each record in the master file has a unique customer
number.
The FILE-CONTROL entry for the master file of commuter records includes
statements defining indexed organization, random access, MASTER-COMMUTER-
NUMBER as the prime record key, and COMMUTER-FILE-STATUS as the file
status key. The following example illustrates how you can use the FILE STATUS
clause in conjunction with the INVALID KEY phrase to more specifically determine
the cause of an input-output statement failure.
.
. (read the update transaction record)
.
MOVE "TRUE" TO TRANSACTION-MATCH
MOVE UPDATE-COMMUTER-NUMBER TO MASTER-COMMUTER-NUMBER
READ MASTER-COMMUTER-FILE INTO WS-CUSTOMER-RECORD
INVALID KEY
Place each such procedure in the declaratives section of the Procedure Division of
your program. Refer to the WebSphere Development Studio: ILE COBOL Reference for
details about how to write a declarative.
In your procedure, you can choose to attempt corrective action, retry the operation,
continue, or end the program. Your can use the USE AFTER EXCEPTION/ERROR
declarative procedure in combination with the status key if you want further
analysis of the error.
For GLOBAL files, each ILE COBOL program can have its own USE AFTER
EXCEPTION/ERROR declarative procedure.
You must provide a FILE-CONTROL entry to specify the organization and access
method for each file used by your ILE COBOL program. You can also code a FILE
STATUS clause in this entry.
The FILE STATUS clause designates one or two data items (coded in the
WORKING-STORAGE section) to hold a copy of the result of an I/O operation.
Your copy of the first of these items is called the external file status. If you use a
TRANSACTION file, you have a further record of the result called the external
return code, which consists of the external major and minor return codes.
ILE COBOL keeps its information corresponding to these two data items in the ILE
COBOL File Field Descriptor (FFD). ILE COBOL’s copies of these two data items
are called the internal file status and internal return code. In this chapter, file status
and (major/minor) return code refer to ILE COBOL’s copies unless otherwise
specified.
During the processing of an I/O statement, the file status can be updated in one of
three ways, as described below. The contents of the file status determine which
error handling procedures to run.
001
– Start the I/O operation.
– Reset the internal file status.
– Method A: Check the contents of the variables in the file control blocks. (Check,
for example, that the file has been opened properly.)
002
– Set internal file status to indicate that an error has occurred.
– Continue at Step 006
003
– Call on data management to perform the I/O operation.
004
– Method A: Check the contents of the variables in the file control blocks.
005
– Set internal file status to indicate that an error has occurred.
– Continue at Step 006
006
– Move internal file status to external file status (specified in file status
clause).
– Based on internal file status, run the error handling code.
007
008
– Method C: Set the internal file status according to the CPF message sent
by data management.
– Continue at Step 004
009
Are major and minor return codes available from the system?
Yes No
010
– Method C: Set the internal file status according to the CPF message sent
by data management.
– Continue at Step 004 on page 333
011
– Method B: Set the internal file status based on the major and minor return codes
available from the system.
– Continue at Step 004 on page 333
Return codes are similar to file status values. That is, CPF messages sent by the
system are grouped together by the ILE COBOL run time exception handler and
each group of CPF messages is used to set one or more file statuses. Similarly, each
major return code is also generated by a group of CPF messages. (The minor
return code is not necessarily the same.) The main difference between file statuses
and return codes is that the grouping of CPF messages is different.
Although ILE COBOL only sets return codes for TRANSACTION files, other types
of files (such as printer files) also set return codes. You can access the return codes
for these files through an ACCEPT from I-O-FEEDBACK operation.
Refer to the SORT and MERGE statements in the WebSphere Development Studio: ILE
COBOL Reference for further information about the SORT-RETURN special register.
The ON EXCEPTION conditions that are signalled by the CALL operation are
handled by a condition handler registered at priority 130. At this priority level,
only conditions signalled to the specific call stack entry where the CALL statement
exists will be handled. At this priority level, user written condition handlers may
not get a chance to see signalled conditions.
User-written condition handlers have priority level 165. This priority level enables
user written condition handlers a chance to see signalled conditions before
input-output condition handlers or ILE debugger condition handlers.
In order to have ILE pass control to your own user-written error-handling routine,
you must first identify and register its entry point to ILE. To register an exception
handler, you pass a procedure-pointer to the Register in a User-Written Condition
Handler (CEEHDLR) bindable API. If you want to use an ILE COBOL program as
an exception handler, only the outermost ILE COBOL program can be registered.
| Since ILE COBOL does not allow recursion for non recursive programs, if you
| register an ILE COBOL program as an exception handler, you must ensure that it
| can only be called once in an activation group, or that it is a recursive program.
Commitment control can be scoped at two levels, the activation group level and
the job level. Refer to the section “Commitment Control Scoping” in ILE Concepts
for further information.
Because files under commitment control are rolled back after system or process
failure, this feature can be used to help in restarting. You can create a separate
record to store data that may be useful should it become necessary to restart a job.
This restart data can include items such as totals, counters, record key values,
relative key values, and other relevant processing information from an application.
For potentially recoverable I/O errors on TRANSACTION files, the system initiates
action in addition to the steps that must be taken in the application program to
attempt error recovery. For more information about action taken by the system, see
the Communications Management.
By examining the file status after an I/O operation, the application program can
determine whether a recovery from an I/O error on the TRANSACTION file is
possible. If the File Status Key has a value of 9N, the application program may be
able to recover from the I/O error. A recovery procedure must be coded as part of
the application program and varies depending on whether a single device was
acquired by the TRANSACTION file or whether multiple devices were attached.
For a description of major and minor return codes that may help in diagnosing
I/O errors on the TRANSACTION file, see the ICF Programming manual.
....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
A* DISPLAY FILE FOR ERROR RECOVERY EXAMPLE
A*
A INDARA
A R FORMAT1 CF01(01 ’END OF PROGRAM’)
A*
A 12 28’ENTER INPUT ’
A INPUTFLD 5 I 12 42
A 20 26’F1 - TERMINATE’
1 This defines processing that takes place when an I/O error occurs on
RECOVFILE.
2 This prints out information to help in diagnosing the problem.
3 If the file-status equals 9N (temporary error), and no previous error
recovery has been attempted for this I/O operation, error recovery is now
attempted.
If the file is null-capable, and the ALWNULL attribute has not been specified, when
you attempt to read a record that has a null value, the read will fail with a file
status of 90.
If the file is not null-capable and the ALWNULL attribute of the ASSIGN clause is
specified, the null map and null key map are returned from the database as zeros.
And, when the null maps and null key maps are passed to the database, they are
ignored.
Specific locales are referenced in the SPECIAL-NAMES paragraph and in the SET
LOCALE statement. An example of a specific locale in the SPECIAL-NAMES
paragraph is:
SPECIAL-NAMES. LOCALE "MYLOCALE" IN LIBRARY "MYLIB" IS newlocale.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 group-item.
05 num-edit PIC $99.99 SIZE 8 LOCALE newlocale.
PROCEDURE DIVISION.
MOVE 40 to num-edit.
A locale on the iSeries system is an object of type *LOCALE, and like other iSeries
objects exists within a library and has a specific authority assigned to it. Any locale
mnemonic-name that is defined and referenced in the COBOL program will be
resolved the first time the program is called. The possible types of failures include:
v Locale does not exist in the specified library
v Library for locale does not exist
v Not enough authority to the locale or locale library.
These types of failures are typical of most other iSeries objects. In any of the above
scenarios an escape message (usually LNR7096) is issued. Once a locale object is
located it must be loaded by the ILE COBOL run-time. Loading a locale object
requires the allocation of various spaces, if space is not available an escape
message is issued (usually LNR7070).
The SET LOCALE has several possible forms, the two basic forms that can
reference a specific locale are:
SPECIAL-NAMES. LOCALE "ALOCALE" IS alocale.
DATA DIVISION.
WORKING-STORAGE SECTION.
O1 group-item.
05 num-edit PIC +$9(4).99 SIZE 10 LOCALE alocale.
* num-edit2 is based on the current locale
05 num-edit2 PIC +$9(4).99 SIZE 10 LOCALE.
05 locale-name PIC X(10) VALUE "FRANCE".
05 locale-lib PIC X(10) VALUE "MYLIB".
MOVE 345.67 TO num-edit.
* set the current locale to "ALOCALE" in library "*LIBL".
SET LOCALE LC_ALL FROM alocale.
MOVE 678.02 TO num-edit2.
Both externally described files and program-described files must be defined in the
ILE COBOL program within the INPUT-OUTPUT SECTION and the FILE
SECTION. Record descriptions in the FILE SECTION for externally described files
are defined with the Format 2 COPY statement. Only field-level descriptions are
extracted. When EXTERNALLY-DESCRIBED-KEY is specified as RECORD KEY, the
fields that make up RECORD KEY are also extracted from DDS. For more
information on the Format 2 COPY statement, see WebSphere Development Studio:
ILE COBOL Reference.
Actual file processing within the Procedure Division is the same, if the file is
externally described or program-described.
The file must exist on the system before the program can run. The only exception
is when you use dynamic file creation, by specifying OPTION(*CRTF) on the
CRTCBLMOD/CRTBNDCBL command. For more information, refer to the
description of the OPTION parameter in “Parameters of the CRTCBLMOD
Command” on page 26.
These specifications come from the external file description and from the OS/400
command you use to create the file.
Before you can use an externally described file in your program, you must create a
DDS to describe the file and create the actual file itself.
The keys for a record format are specified in DDS. When you use a Format 2
COPY statement, a table of comments is generated in the source program listing
showing how the keys for the format are defined in DDS.
For a complete list of the DDS keywords that are valid for a database file, refer to
the Database and File Systems category in the iSeries 400 Information Center at this
Web site -http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
This example of a field reference file (Figure 91) shows the definitions of the fields
that are used by the CUSMSTL (customer master logical) file, which is shown in
Figure 92 on page 351. The field reference file normally contains the definitions of
fields that are used by other files. The following text describes some of the entries
for this field reference file.
1 The BASDAT field is edited by the Y edit code, as indicated by the
keyword EDTCDE (Y). If this field is used in an externally described
output file for a ILE COBOL program, the COBOL-generated field is
compatible with the data type specified in the DDS. The field is edited
when the record is written. When the field is used in a program-described
output file, compatibility with the DDS fields in the file is the user’s
responsibility. When DDS is not used to create the file, appropriate editing
of the field in the ILE COBOL program is also the user’s responsibility.
2 The CHECK(MF) entry specifies that the field is a mandatory fill field
when it is entered from a display workstation. Mandatory fill means that
all characters for the field must be entered from the display workstation.
The following pages provide examples of DDS usage and the ILE COBOL code
that would result from the use of a Format 2 COPY statement. (See the WebSphere
Development Studio: ILE COBOL Reference for a detailed description of the Format 2
COPY statement.)
v Figure 92 shows the DDS for a logical file and Figure 93 on page 352 shows the
ILE COBOL code generated.
v Figure 94 on page 353 describes the same file but includes the ALIAS keyword,
and Figure 95 on page 354 shows the ILE COBOL code generated.
....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
1A** LOGICAL CUSMSTL CUSTOMER MASTER FILE
A 2UNIQUE
A 3R CUSREC PFILE(CUSMSTP)
A TEXT(’CUSTOMER MASTER RECORD’)
A CUST
A NAME
A ADDR
A CITY
A STATE
A ZIP
A SRHCOD
A CUSTYP
A ARBAL
A ORDBAL
A LSTAMT
A LSTDAT
A CRDLMT
A SLSYR 5
A SLSLYR
A 4K CUST
1 A logical file for processing the customer master physical file (CUSMSTP)
is defined and named CUSMSTL.
2 The UNIQUE keyword indicates that duplicate key values for this file are
not allowed.
Figure 91 on page 350 shows an example of a field reference file that defines the
attributes of the fields used in the database file.
S o u r c e
18 000200 01 CUSTOMER-INVOICE-RECORD.
000210 COPY DDS-CUSREC OF CUSMSTL.
+000001* I-O FORMAT:CUSREC FROM FILE CUSMSTL OF LIBRARY TESTLIB CUSREC
+000002* CUSTOMER MASTER RECORD CUSREC
+000003* USER SUPPLIED KEY BY RECORD KEY CLAUSE CUSREC
19 +000004 05 CUSREC. CUSREC
20 +000005 06 CUST PIC X(5). CUSREC
+000006* CUSTOMER NUMBER CUSREC
21 +000007 06 NAME PIC X(25). CUSREC
+000008* CUSTOMER NAME CUSREC
22 +000009 06 ADDR PIC X(20). CUSREC
+000010* CUSTOMER ADDRESS CUSREC
23 +000011 06 CITY PIC X(20). CUSREC
+000012* CUSTOMER CITY CUSREC
24 +000013 06 STATE PIC X(2). CUSREC
+000014* STATE CUSREC
25 +000015 06 ZIP PIC S9(5) COMP-3. CUSREC
+000016* ZIP CODE CUSREC
26 +000017 06 SRHCOD PIC X(6). CUSREC
+000018* CUSTOMER NUMBER SEARCH CODE CUSREC
27 +000019 06 CUSTYP PIC S9(1) COMP-3. CUSREC
+000020* CUSTOMER TYPE 1=GOV 2=SCH 3=BUS 4=PVT 5=OT CUSREC
28 +000021 06 ARBAL PIC S9(6)V9(2) COMP-3. CUSREC
+000022* ACCOUNTS REC. BALANCE CUSREC
29 +000023 06 ORDBAL PIC S9(6)V9(2) COMP-3. CUSREC
+000024* A/R AMT. IN ORDER FILE CUSREC
30 +000025 06 LSTAMT PIC S9(6)V9(2) COMP-3. CUSREC
+000026* LAST AMT. PAID IN A/R CUSREC
31 +000027 06 LSTDAT PIC S9(6) COMP-3. CUSREC
+000028* LAST DATE PAID IN A/R CUSREC
32 +000029 06 CRDLMT PIC S9(6)V9(2) COMP-3. CUSREC
+000030* CUSTOMER CREDIT LIMIT CUSREC
33 +000031 06 SLSYR PIC S9(8)V9(2) COMP-3. CUSREC
+000032* CUSTOMER SALES THIS YEAR CUSREC
34 +000033 06 SLSLYR PIC S9(8)V9(2) COMP-3. CUSREC
+000034* CUSTOMER SALES LAST YEAR CUSREC
Figure 93. Example of the Results of the Format 2 COPY Statement (DDS)
1 This is the name associated with the ALIAS keyword, which will be
included in the program. Available through the DDS ALIAS option, an
alias is an alternative name that allows a data name of up to 30 characters
to be included in an ILE COBOL program.
18 002000 01 CUSTOMER-INVOICE-RECORD.
002100 COPY DDS-CUSREC OF CUSMSTL ALIAS.
+000001* I-O FORMAT:CUSREC FROM FILE CUSMSTL OF LIBRARY TESTLIB CUSREC
+000002* CUSTOMER MASTER RECORD CUSREC
+000003* USER SUPPLIED KEY BY RECORD KEY CLAUSE CUSREC
19 +000004 05 CUSREC. CUSREC
20 +000005 06 CUSTOMER-NUMBER PIC X(5). CUSREC
+000006* CUSTOMER NUMBER CUSREC
21 +000007 06 CUSTOMER-NAME PIC X(25). CUSREC
+000008* CUSTOMER NAME CUSREC
22 +000009 06 ADDRESS-DDS PIC X(20). CUSREC
+000010* CUSTOMER ADDRESS CUSREC
23 +000011 06 CITY PIC X(20). CUSREC
+000012* CUSTOMER CITY CUSREC
24 +000013 06 STATE PIC X(2). CUSREC
+000014* STATE CUSREC
25 +000015 06 ZIP PIC S9(5) COMP-3. CUSREC
+000016* ZIP CODE CUSREC
26 +000017 06 SEARCH-CODE PIC X(6). CUSREC
+000018* CUSTOMER NUMBER SEARCH CODE CUSREC
27 +000019 06 CUSTOMER-TYPE PIC S9(1) COMP-3. CUSREC
+000020* CUSTOMER TYPE 1=GOV 2=SCH 3=BUS 4=PVT 5=OT CUSREC
28 +000021 06 ACCT-REC-BALANCE PIC S9(6)V9(2) COMP-3. CUSREC
+000022* ACCOUNTS REC. BALANCE CUSREC
29 +000023 06 ORDBAL PIC S9(6)V9(2) COMP-3. CUSREC
+000024* A/R AMT. IN ORDER FILE CUSREC
30 +000025 06 LSTAMT PIC S9(6)V9(2) COMP-3. CUSREC
+000026* LAST AMT. PAID IN A/R CUSREC
31 +000027 06 LSTDAT PIC S9(6) COMP-3. CUSREC
+000028* LAST DATE PAID IN A/R CUSREC
32 +000029 06 CRDLMT PIC S9(6)V9(2) COMP-3. CUSREC
+000030* CUSTOMER CREDIT LIMIT CUSREC
33 +000031 06 SLSYR PIC S9(8)V9(2) COMP-3. CUSREC
+000032* CUSTOMER SALES THIS YEAR CUSREC
34 +000033 06 SLSLYR PIC S9(8)V9(2) COMP-3. CUSREC
+000034* CUSTOMER SALES LAST YEAR CUSREC
Figure 95. Example of the Results of the Format 2 COPY Statement (DD) with the ALIAS Keyword
In addition to placing the external description of the file in the program through
the use of the Format 2 COPY statement, you can also use standard record
definition and redefinition to describe external files or to provide a group
definition for a series of fields. It is the programmer’s responsibility to ensure that
program-described definitions are compatible with the external definitions of the
file.
Figure 96 on page 355 shows how ILE COBOL programs can relate to files on the
iSeries server, making use of external file descriptions from DDS.
1 The ILE COBOL program uses the field level description of a file that is
defined to the operating system. You code a Format 2 COPY statement for
the record description. At compilation time, the compiler copies in the
external field-level description and translates it into a syntactically correct
ILE COBOL record description. The file must exist at compilation time.
2 An externally described file is used as a program-described file in the ILE
COBOL program. The entire record description for the file is coded in the
ILE COBOL program. This file does not have to exist at compilation time.
3 A file is described to the operating system as far as the record level only.
The entire record description must be coded in the ILE COBOL program.
This file does not have to exist at compilation time.
4 A file name can be specified at compilation time, and a different file name
can be specified at run time. An ILE COBOL Format 2 COPY statement
generates the record description for the file at compilation time. At run
time, a different library list or a file override command can be used so that
a different file is accessed by the program. The file description copied in at
compilation time is used to describe the input records used at run time.
Note: For externally described files, the two file formats must be the same.
Otherwise, a level check error will occur.
The arrival sequence access path is based on the order in which the records are
stored in the file. Records are added only to the end of the file.
For the keyed sequence access path, the sequence in which records are retrieved
from the file is based on the contents of the key fields defined in the DDS for the
file. For example, in the DDS shown in Figure 92 on page 351, CUST is defined as
the key field. The keyed sequence access path is updated whenever records are
added, deleted, or when the contents of a key field change. For a keyed sequence
If you do not specify a format on the I/O operation then the key for a file is
determined by the valid keys for the record formats in that file. The file’s key is
determined in the following manner:
v If all record formats in a file have the same number of key fields defined in DDS
that are identical in attributes, the key for the file consists of all fields in the key
for the record formats. (The corresponding fields do not have to have the same
name.) For example, if the file has three record formats and the key for each
record format consists of fields A, B, and C, the file’s key consists of fields A, B,
and C. That is, the file’s key is the same as the records’ key.
v If all record formats in the file do not have the same key fields, the key for the
file consists of the key fields common to all record formats. For example, a file
has three record formats and the key fields are defined as follows:
– REC1 contains key field A.
– REC2 contains key fields A and B.
– REC3 contains key fields A, B, and C.
Then the file’s key is field A, the key field common to all record formats.
v If no key field is common to all record formats, any keyed reference to the file
will always return the first record in the file.
In ILE COBOL, you must specify a RECORD KEY for an indexed file to identify
the record you want to process. ILE COBOL compares the key value with the key
of the file or record, and processes the specified operation on the record whose key
matches the RECORD KEY value.
Note: For a file containing multiple key fields to be processed in ILE COBOL, the
key fields must be contiguous in the record format used by the ILE COBOL
program, except when RECORD KEY IS EXTERNALLY-DESCRIBED-KEY is
specified.
The compiler always provides the information required by level checking when an
externally described file is used (that is, when a record description was defined for
the file by using the Format 2 COPY statement). Only those formats that were
copied by the Format 2 COPY statement under the FD for a file are level checked.
The level check function will be initiated at run time based on the selection made
on the create, change, or override file commands. The default on the create file
command is to request level checking. If level checking was requested, level
You should use extreme caution when using files in ILE COBOL programs without
level checking. You risk program failure and data corruption if you use ILE
COBOL programs without level checking or recompiling.
Note: The ILE COBOL compiler does not provide level checking for
program-described files.
For more information on level checking, refer to the DB2 Universal Database for
AS/400 section of the Database and File Systems category in the iSeries 400
Information Center at this Web site -
http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
In the ILE COBOL language, the file name specified in the ASSIGNMENT-NAME
entry of the ASSIGN clause of the file control entry is used to point to the file. This
file name points to the system file description:
Printer
The ILE COBOL device name in the ASSIGN clause defines the ILE COBOL
functions that can be processed on the selected file. At compilation time, certain
ILE COBOL functions are valid only for a specific ILE COBOL device type; in this
respect, ILE COBOL is device dependent. The following are examples of device
dependency:
v SUBFILE operations are valid only for a WORKSTATION device.
v Indicators are valid only for WORKSTATION or FORMATFILE devices.
v LINAGE is valid only for a PRINTER device.
v OPEN INPUT WITH NO REWIND is valid only for a TAPEFILE device.
For example, assume that the file name FILEY is associated in the ILE COBOL
program with the FORMATFILE device. The device FORMATFILE is an
independent device type. Therefore, no line or page control specifications are valid
so the ADVANCING phrase cannot be specified in the WRITE statement for a
FORMATFILE file. When the program is run, the actual I/O device is specified in
Printer
Compile Time
FILEX
DEV(QPRINT)
COBOL program
Override Command:
OVRDKTF FILE(FILEX) TOFILE (FILEA)
SELECT file name
ASSIGN TO FORMATFILE-FILEX
Run Time
FILEA
DEV(QDKT)
Diskette
Not all file overrides are valid. At run time, checking occurs to ensure that the
specifications within the ILE COBOL program are valid for the file being
processed. If the specifications passed by the ILE COBOL program in the file
control block and the I/O request are incorrect, the I/O operation will fail. The
OS/400 operating system allows some file redirections even if device specifics are
contained in the program. For example, if the ILE COBOL device name is
PRINTER and the actual file the program uses is not a printer, the operating
system ignores the ILE COBOL print spacing and skipping specifications.
There are other file redirections that the operating system does not allow and that
may cause the file to become unusable. For example, if the ILE COBOL device
name is DATABASE or DISK and a keyed READ operation is specified in the
program, the file becomes unusable if the actual file the program uses is not a disk
or database file.
Input Spooling
Input spooling is valid only for inline data files in batch jobs. If the input data read
by ILE COBOL comes from a spooled file, ILE COBOL is not aware of which
device the data was spooled in from.
Diskette
Spooled File
For more information on inline data files, refer to the Database and File Systems
category in the iSeries 400 Information Center at this Web site
-http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
Output Spooling
Output spooling is valid for batch and interactive jobs. The description of the file
that is specified in ILE COBOL by the system-name contains the specification for
spooling as shown in the following example:
Run Time
Print Writer
Printer Device
File override commands can be used at run time to override the spooling options
that are specified in the file description, such as the number of copies to be
printed. In addition, AS/400 spooling support allows you to redirect a file after the
program has run. For example, you can direct printer output to a different device,
such as a diskette.
For call level scoping, an override issued at a particular call level is effective for
any invocations after the call level regardless of which activation group the
invocations are in, and its effect ends when control is returned for the call level at
which the override is issued.
For activation group level scoping, the override applies to all program objects
running in that activation group and the override remains in effect until the
activation group ends or the override is explicitly deleted.
For job level scoping, the override applies to all program objects within the job,
and it remains active until the job ends or the override is explicitly deleted.
Use the OVRSCOPE parameter of any override CL command to specify the scope
of the override. If you do not explicitly specify the scope, the default scope of the
override depends on where the override is issued. If the override is issued from
the default activation group, it is scoped at the call level. If the override is issued
from any other activation group, it is scoped to the activation group.
When the override redirects the program to a file of a different type, the overriding
file is processed in the same manner as the original file would have been
processed. Device-dependent specifications in the ILE COBOL program that do not
apply to the overriding device are ignored by the system.
Not all file redirections are valid. For example, an indexed file for an ILE COBOL
program can only be overridden to another indexed file with a keyed access path.
You must ensure that file overrides are applied properly. For more information on
valid file redirections, the device dependent characteristics ignored, and the
defaults assumed, refer to the Programming category in the iSeries 400 Information
Center at this Web site
-http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
By default, the operating system places the following lock states on database files
when the files are opened by ILE COBOL programs:
INPUT Shared-for-read
I-O Shared-for-update
EXTEND Shared-for-update
OUTPUT Shared-for-update
The shared-for-read lock state allows another user to open the file with a lock state
of shared-for-read, shared-for-update, shared-no-update, or exclusive-allow-read,
The operating system places the shared-for-read lock on the device file and an
exclusive-allow-read lock state on the device. Another user can open the file but
cannot use the same device.
Note: When an ILE COBOL program opens a physical file for OUTPUT, that file
will be subject to an exclusive lock for the period of time necessary to clear
the member.
For more information on allocating resources and the lock states, refer to the
Database and File Systems category in the iSeries 400 Information Center at this
Web site -http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
For information about the duration of record lock with and without commitment
control, refer to Figure 97 on page 370.
To prevent the READ or START statements from locking records on files opened in
I-O (update) mode, you can use the NO LOCK phrase. The READ WITH NO
LOCK statement unlocks records locked by a previous READ statement or START
statement. Also, the record read by the READ WITH NO LOCK statement is not
locked. The START WITH NO LOCK statement unlocks records locked by a
previous START statement or READ statement. For more information about this
phrase, refer to the section on the READ and START statements in the WebSphere
Development Studio: ILE COBOL Reference.
For a logical file based on one physical file, the lock is placed on the record in the
physical file. If a logical file is based on more than one physical file, a lock is
placed on one record in each physical file.
This lock applies not only to other programs, but also to the original program if it
attempts to update the same underlying physical record through a second file.
Note: When a file with indexed or relative organization is opened for I-O, using
random or dynamic access, a failed I/O operation on any of the I/O verbs
except WRITE also unlocks the record. A WRITE operation is not considered
an update operation; therefore, the record lock is not released.
For more information about releasing database records read for update, refer to the
Database and File Systems category in the iSeries 400 Information Center at this
Web site -http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
Note: A job usually contains only one routing step. Routing steps are described in
the DB2 Universal Database for AS/400 section of the Database and File Systems
category in the iSeries 400 Information Center at this Web site -
http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
If you are using dynamically accessed indexed files, you can use READ PRIOR and
READ NEXT to perform blocking. When using READ PRIOR and READ NEXT to
perform blocking, you cannot change direction while there are records remaining
in the block. To clear the records from a block, specify a random operation, such as
a random READ or a random START, or use a sequential READ FIRST or READ
LAST.
If an illegal change of direction takes place, file status 9U results. No further I/O is
possible until the file is closed and reopened.
You can override blocking at run time by specifying SEQONLY(*NO) for the
OVRDBF command.
For disk and database files, when you use BLOCK CONTAINS, and if the blocking
factor of zero is specified or calculated, the system determines the blocking factor.
There are certain instances in which the blocking factor you specify may be
changed.
Where a block of records is written or read, the I-O feedback area contains the
number of records in that block. The I-O-FEEDBACK area is not updated after
each read or write for files where multiple records are blocked and unblocked by
ILE COBOL. It is updated when the next block is read or written.
For database files with blocking in affect, you may not see all changes as they
occur, if the changes are made in different programs.
FILE STATUS
When the FILE STATUS clause is specified, the system moves a value into the
status key data item after each input/output request that explicitly or implicitly
refers to this file. This 2-character value indicates the run status of the statement.
When input records are unblocked and output records are blocked, file status
values that are caused by OS/400 exceptions are set only when a block is
processed. For more information about blocking records, refer to “Unblocking
Input Records and Blocking Output Records” on page 365.
This area provides information about the file that the program is using. It contains:
v Information about the file that is currently open, such as file name and file type
v Information that depends on the type of file that is opened, such as printer size,
screen size, diskette labels, or tape labels.
Note: OPTIONAL INPUT files that are successfully opened will not have any
OPEN-FEEDBACK area information.
I-O-FEEDBACK Area
The system updates the I-O-FEEDBACK area each time a block transfers between
the operating system and the program. A block can contain one or more records.
The I-O-FEEDBACK area is not updated after each read or write operation for files
in which multiple records are blocked and unblocked by COBOL. If the
I-O-FEEDBACK information is needed after each read or write operation in the
program, the user can do either of the following:
v Prevent the compiler from generating blocking and unblocking code by not
satisfying one of the conditions listed under “Unblocking Input Records and
Blocking Output Records” on page 365.
v Specify SEQONLY(*NO) on the Override with database file (OVRDBF) CL
command.
Preventing the compiler from generating blocking and unblocking code is more
efficient than specifying SEQONLY(*NO).
Even when the compiler generates blocking and unblocking code, certain OS/400
restrictions can cause blocking and unblocking to not be processed. In these cases,
a performance improvement will not be realized. However, the I-O-FEEDBACK
area will be updated after each read or write operation.
The I-O-FEEDBACK area contains information about the last successful I-O
operation, such as: device name, device type, AID character, and error information
for some devices. This area consists of a common area and a device-dependent
area. The device-dependent area varies in length and content depending on the
device type to which the file is associated. This area follows the I-O-FEEDBACK
common area and can be obtained by specifying the receiving identifier large
enough to include the common area and the appropriate device-dependent area.
For a layout and description of the data areas contained in the OPEN-FEEDBACK
and I-O-FEEDBACK areas, refer to the DB2 Universal Database for AS/400 section of
the Database and File Systems category in the iSeries 400 Information Center at this
Web site - http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
When commitment control is used for database files, records in those files are
subject to one of the following lock levels:
v high lock level
A high lock level is specified by the LCKLVL(*ALL) parameter of the Start
Commitment Control (STRCMTCTL) CL command. With a high lock level
(*ALL), all records accessed for files under commitment control, whether for
input or output, are locked until a COMMIT or ROLLBACK is successfully
processed.
v cursor stability lock level
A cursor stability lock level is specified by the LCKLVL(*CS) parameter of the
Start Commitment Control (STRCMTCTL) CL command. With a cursor stability
lock level (*CS), every record accessed for files opened under commitment
control is locked. A record that is read, but not changed or deleted, is unlocked
when a different record is read. Records that are changed, added, or deleted are
locked until a COMMIT or ROLLBACK statement is successfully processed.
v low lock level
A low lock level is specified by the LCKLVL(*CHG) parameter of the Start
Commitment Control (STRCMTCTL) CL command. With a low lock level
(*CHG), every record read for update (for a file opened under commitment
control) is locked. If a record is changed, added, or deleted, that record remains
locked until a COMMIT or ROLLBACK statement is successfully processed.
Records that are accessed for update operations but are released without being
changed are unlocked.
A locked record can only be modified within the same job and through the same
physical or logical file.
The lock level also governs whether locked records can be read. With a high lock
level (*ALL), you cannot read locked records in a database file. With a low lock
Other jobs, where files are not under commitment control, can always read locked
records, regardless of the lock level used, provided the files are opened as INPUT.
Because it is possible in some cases for other jobs to read locked records, data can
be accessed before it is permanently committed to a database. If a ROLLBACK
statement is processed after another job has read locked records, the data accessed
will not reflect the contents of the database.
Figure 97 on page 370 shows record locking considerations for files with and
without commitment control.
I-O START
Without Commitment Control
START With Commitment Control *CHG
*CS
*ALL
I-O WRITE
Without Commitment Control
WRITE With Commitment Control *CHG
*CS
*ALL
OUTPUT WRITE
Without Commitment Control
WRITE
With Commitment Control *CHG
*CS
*ALL
Note: Update operations include a START, READ, REWRITE, or DELETE operation for the
same file (regardless of whether it is successful or unsuccessful), and closing the file.
A WRITE operation is not considered an update operation; therefore, no lock will be
set or released as the result of a WRITE operation.
Figure 97. Record Locking Considerations with and without Commitment Control
A file under commitment control can be closed or opened without affecting the
status of changes made since the last commitment boundary. A COMMIT must still
be issued to make the changes permanent, or a ROLLBACK issued to cancel the
changes. A COMMIT statement, when processed, leaves files in the same open or
closed state as before processing.
Commitment control must also be specified outside ILE COBOL through the
OS/400 control language (CL). The Start Commitment Control (STRCMTCTL)
command establishes the capability for commitment control and sets the level of
record locking at the high level (*ALL), the cursor stability level (*CS), or the low
level (*CHG).
The STRCMTCTL command does not automatically initiate commitment control for
a file. That file must also be specified in the COMMITMENT CONTROL clause of
the I-O-CONTROL paragraph within the ILE COBOL program. The commitment
control environment is normally ended by using the End Commitment Control
(ENDCMTCTL) command. This causes any uncommitted changes for database files
under commitment control to be canceled. (An implicit ROLLBACK is processed.)
For more information on the STRCMTCTL and ENDCMTCTL commands, see the
CL and APIs section of the Programming category in the iSeries 400 Information
Center at this Web site
-http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
For more information about commitment control, see the Backup and Recovery
manual.
Note: The ability to prevent reading of uncommitted data that has been changed is
a function of commitment control and is only available if you are running
under commitment control. Normal (noncommitted) database support is not
changed by the commitment control extension, and allows reading of locked
records when a file that is opened only for input is read. Try to use files
consistently. Typically, files should always be run under commitment control
or never be run under commitment control.
The scope for a commitment definition indicates which programs, that run within
the job, use that commitment definition. Commitment definitions can be scoped in
two ways:
You specify the scope for a commitment definition on the CMTSCOPE parameter
of the STRCMTCTL command.
The default scope for a commitment definition is to the activation group of the
program issuing the STRCMTCTL command. Only program objects that run within
that activation group will use that commitment definition. The commitment
definition started at the activation group level for the OPM default activation
group is known as the default activation group (*DFTACTGRP) commitment
definition. Each activation group may have its own commitment definition.
A commitment definition can also be scoped to the job. Any program object
running in an activation group that does not have a commitment definition started
at the activation group level uses the job level commitment definition. This occurs
if the job level commitment definition has already been started by another program
object for the job. Only a single job level commitment definition can be started for
a job.
For a given activation group, only a single commitment definition can be used by
the program objects that run within that activation group. Program objects that run
within an activation group can use the commitment definition at either the job
level or the activation group level. However, they cannot use both commitment
definitions at the same time.
Refer to the ILE Concepts book for further information about commitment control
scoping.
Figure 98. Example of Use of Commitment Control -- Account Master File DDS
....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
A* PROMPT SCREEN FILE NAME ’ACCTFMTS’
A*
A 1INDARA
A R ACCTPMT
A TEXT(’CUSTOMER ACCOUNT PROMPT’)
A
A CA01(15 ’END OF PROGRAM’)
A PUTRETAIN OVERLAY
A 1 3’ACCOUNT MASTER UPDATE’
A 3 3’FROM ACCOUTN NUMBER’
A ACCTFROM 5Y 0I 3 23CHECK(ME)
A 99 ERRMSG(’INVALID FROM ACCOUNT +
A NUMBER’ 99)
A 98 ERRMSG(’INSUFFICIENT FUNDS IN FROM +
A ACCOUNT’ 98)
A 4 3’TO ACCOUNT NUMBER’
A ACCTTO 5Y 0I 4 23CHECK(ME)
A 97 ERRMSG(’INVALID TO ACCOUNT +
A NUMBER’ 97)
A 5 3’AMOUNT TRANSFERRED’
A TRANSAMT 10Y02I 5 23
A R ERRFMT
A 96 6 5’INVALID FILE STATUS’
A 95 7 5’INVALID KEY IN REWRITE’
A 94 8 5’EOF CONDITION IN READ’
To describe files used for input to or output from a sort or merge operation,
specify FD (File Description) entries in the Data Division. You can also sort or
merge records that are defined only in the Working-Storage Section or Linkage
Section. If you are only sorting or merging data items from the Working-Storage
Section or Linkage Section and are not using files as input to or output from a sort
or merge operation, you still need SD and FILE-CONTROL entries for the sort file
or merge file.
Figure 101. Environment and Data Division Entries for a Sort Program
The sort and merge files are processed with SORT or MERGE statements in the
Procedure Division. The statement specifies the key field(s) within the record upon
which the sort or merge is to be sequenced. You can specify a key or keys as
ascending or descending, or when you specify more than one key, as a mixture of
the two.
You can mix SORT and MERGE statements in the same ILE COBOL program. An
ILE COBOL program can contain any number of sort or merge operations, each
with its own independent input or output procedure.
You can perform more than one sort or merge operation in your ILE COBOL
program, including:
v Multiple invocations of the same sort or merge operation
v Multiple different sort or merge operations.
You can specify input procedures to be performed on the sort records before they
are sorted using the SORT...INPUT PROCEDURE statement.
You can specify output procedures to be performed on the sort records after they
are sorted using the SORT...OUTPUT PROCEDURE statement.
You use input or output procedures to add, delete, alter, edit, or otherwise modify
the records.
After completion of the sorting operation, sorted records can be made available,
one at a time, through a RETURN statement, for modification in an output
procedure. If you don’t want to modify or process the sorted records, the SORT
statement GIVING option names the output file and writes the sorted records to an
output file.
Refer to the WebSphere Development Studio: ILE COBOL Reference for further
information on the SORT, RELEASE, and RETURN statements.
Merging Files
The merge operation compares two or more sequenced files and combines them in
sequential order.
You have access to output procedures, used after merging, that can modify the
output records using the MERGE...OUTPUT PROCEDURE statement.
Unlike the SORT statement, you cannot specify an input procedure in the MERGE
statement; you must use the MERGE...USING statement.
It is not necessary to sequence input files prior to a merge operation. The merge
operation sequences and combines them into one sequenced file.
To sort on more than one key, as shown in the example above, list the keys in
descending order of importance. The example also shows the use of an input
procedure and an output procedure. Use an input procedure if you want to
process the records before you sort them, and use an output procedure if you want
to further process the records after you sort them.
Floating-Point Considerations
Key data items may be floating-point for both the SORT (and MERGE) operations.
If the key is an external floating-point item, it is treated as character data, which
means that the sequence in which the records are sorted depends on the collating
sequence used. If the key is an internal floating-point item, the sequence will be in
numeric order.
The following is the list of DDS data types that are treated as date-time items for
the purpose of sorting:
v DATE format *MDY
v DATE format *DMY
v DATE format *EUR
v DATE format *USA
v TIME format *USA.
Null-Value Considerations
Key data items may have null-values for both SORT (and MERGE) operations. In a
database file, the null value occupies the highest value in the collating sequence.
To be able to SORT (and MERGE) null-capable files containing null values,
however, you need to first define the file as null-capable by specifying the
ALWNULL keyword in the ASSIGN clause.
You can also specify the collating sequence that a program will use when it is run,
at the time that you compile the ILE COBOL source program. You can specify the
collating sequence to be used, through the SRTSEQ and LANGID parameters of
the CRTCBLMOD and CRTBNDCBL commands. Refer to “Specifying National
Language Sort Sequence in CRTCBLMOD” on page 44 for a description of how to
specify the collating sequence at compile time. You can override the collating
sequence specified at compile time by specifying the PROGRAM COLLATING
SEQUENCE clause in the OBJECT-COMPUTER paragraph or by using the
COLLATING SEQUENCE phrase of the SORT statement.
When you sort an ASCII file, you have to request the ASCII collating sequence. To
do this, use the COLLATING SEQUENCE alphabet-name phrase of the SORT
statement, where alphabet-name has been defined in the SPECIAL-NAMES
paragraph as STANDARD-1. You can also specify this in the PROGRAM
COLLATING SEQUENCE clause of the OBJECT-COMPUTER paragraph if no
COLLATING SEQUENCE phrase is specified on the SORT or MERGE statement
that overrides it.
The input file must not be open when the SORT statement is performed. If you
want to process the records in the input file before they are released to the sort
program, use the INPUT PROCEDURE option of the SORT statement.
An input procedure contains code for processing records and releasing them to the
sort operation. You might want to use an input procedure to:
v Release data items to the sort file from Working-Storage
v Release records that have already been read in elsewhere in the program
v Read records from an input file, select or process them, and release them to the
sort file.
To transfer records to the sort file, all input procedures must contain at least one
RELEASE or RELEASE FROM statement.
If you want to select, edit, or otherwise modify the sorted records before writing
them from the sort work file into another file, use the OUTPUT PROCEDURE
phrase of the SORT statement.
In the output procedure, you must use the RETURN statement to make each
sorted record available to the output procedure. Your output procedure may then
contain any statements necessary to process the records that are made available,
one at a time, by the RETURN statement.
You can use RETURN INTO, instead of RETURN, to return and process records
into Working-Storage or to an output area. You may also use the AT END phrase
with the RETURN statement. The imperative statements on the AT END phrase are
performed after all the records have been returned from the sort file.
Each output procedure must include at least one RETURN or RETURN INTO
statement. Also, each output procedure must be represented as either a section or a
paragraph.
The contents of the SORT-RETURN special register changes after each SORT or
MERGE statement is performed. You should test for successful completion after
each SORT or MERGE statement. For example:
PROCEDURE DIVISION.
.
.
.
SORT SORT-WORK-2
ON ASCENDING KEY SORT-KEY
INPUT PROCEDURE 600-SORT3-INPUT-PROC
OUTPUT PROCEDURE 700-SORT3-OUTPUT-PROC.
IF SORT-RETURN NOT EQUAL TO 0
DISPLAY "SORT ENDED ABNORMALLY. SORT-RETURN = " SORT-RETURN
.
.
.
600-SORT3-INPUT-PROC SECTION.
.
.
.
700-SORT3-OUTPUT-PROC SECTION.
.
.
.
If variable length records are being sorted or merged, all of the data items
referenced by key data-names must be contained within the first n character
positions of the record, where n is equal to the minimum record size specified for
the file.
When processing the SORT statement, the ILE COBOL compiler will issue an error
message if any KEY specified in the SORT statement falls in the record length
beyond the minimum record size.
A compile time error message is issued when truncation will occur; a diagnostic
message is issued at run time.
A compile time informational message is issued when records will be padded with
blanks; no message is issued at run time.
First, the SORT statement for current sales is executed. The input procedure for
this sorting operation is SCREEN-DEPT. The records are sorted in ascending order
of department, and within each department, in descending order of net sales. The
output for this sort is then printed.
After the sorting operation is completed, the current sales records are merged with
the year-to-date sales records. The records in this file are merged in ascending
order of department number and, within each department, in ascending order of
employee numbers, and, for each employee, in ascending order of months to create
an updated year-to-date master file.
When the merging process finishes, the updated year-to-date master file is printed.
Variable-length Fields
You can bring a variable-length field into your program if you specify *VARCHAR
on the CVTOPT parameter of the CRTCBLMOD or CRTBNDCBL commands, or
the VARCHAR option of the PROCESS statement. When *VARCHAR is specified,
your ILE COBOL program will convert a variable-length field from an externally
described file into an ILE COBOL group item.
where n represents the maximum length of the variable-length field. Within the
program, the PIC S9(4) COMP-4 is treated like any other declaration of this type,
and the PIC X(n) is treated as standard alphanumeric.
When *VARCHAR is not specified, variable-length fields are ignored and declared
as FILLER fields in ILE COBOL programs. If *NOVARCHAR is specified, the item
is declared as follows:
06 FILLER PIC x(n+2).
For syntax information, see the CVTOPT parameter under “CVTOPT Parameter”
on page 33.
Your program can perform any valid character operations on the generated data
portion; however, because of the structure of the field, the length portion must be
valid binary data. This data is not valid if it is negative, or greater than the
maximum field length.
If the first two bytes of the field do not contain a valid binary number, an error
will occur if you try to WRITE or REWRITE a record containing the field, and file
status 90 is returned.
v Your ILE COBOL program can perform any valid character manipulation
operations on the declared fixed-length field. However, because of the structure
of the field, the first two bytes of the field must contain valid binary data
(invalid current field-length data is less than 0, or greater than the DDS field
Class Date-Time
A DDS date, time, and timestamp field can be declared as a FILLER item in ILE
COBOL or with its DDS name depending on the *DATETIME option of the
CVTOPT parameter of CRTCBLMOD or CRTBNDCBL. If *NODATETIME is
specified DDS date, time, and timestamp fields are declared as FILLER items in
ILE COBOL. When *DATETIME is specified DDS date, time, and timestamp items
are declared with their DDS names in ILE COBOL.
By default, DDS date, time, and timestamp fields create COBOL alphanumeric data
items. That is, COPY DDS generates a PIC X(n) for each DDS date, time, or
timestamp field. In order to generate a FORMAT clause, and thus create COBOL
class date-time items, you must specify the CVTOPT values:
v *DATE for DDS date fields
v *TIME for DDS time fields
v *TIMESTAMP for DDS timestamp fields.
The equivalent PROCESS statement options for the above CVTOPT parameter
values are DATE, TIME, and TIMESTAMP, respectively.
See “Working with Date-Time Data Types” on page 176 for more information of
working with items of class date-time.
DDS zoned, packed, and character fields can have a DATFMT keyword. Normally,
such fields will generate a PICTURE clause when a COPY DDS occurs. The
resulting COBOL item will be a numeric zoned, a numeric packed, or an
alphanumeric data type. However, you can use COPY DDS to generate a FORMAT
clause for these items (in which case a COBOL date data item of class date-time is
created). If you specify the *CVTTODATE value of the CVTOPT parameter, the
DDS zoned, packed, and character fields with the DATFMT keyword will result in
a date data item. The *NOCVTTODATE value of the CVTOPT parameter generates
a numeric zoned, numeric packed, or alphanumeric field, respectively. These two
values also exist on the PROCESS statement as CVTTODATE and NOCVTTODATE
options.
Table 18 on page 391 and Table 19 on page 391 list the DATFMT parameters
allowed for zoned, packed, and character DDS fields, and their equivalent ILE
Class Alphanumeric
This section describes how to use date, time, and timestamp data items as
alphanumeric fields in ILE COBOL programs. Contrast this with using date, time,
or timestamp data items of class date-time as described in “Class Date-Time” on
page 390.
By default, DDS date, time or timestamp fields are brought into an ILE COBOL
program as fixed-length character fields. Your ILE COBOL program can perform
any valid character operations on the fixed-length fields. These operations will
follow the standard COBOL rules for alphanumeric data items. The *NODATE,
*NOTIME, and *NOTIMESTAMP CVTOPT parameter values of the CRTCBLMOD
and CRTBNDCBL commands will cause COPY DDS to generate alphanumeric
COBOL data items. These CVTOPT parameter values also exist on the PROCESS
statement as: NODATE, NOTIME, and NOTIMESTAMP respectively.
Date, time, and timestamp fields are brought into your program only if you specify
the *DATETIME option of the CVTOPT parameter of CRTCBLMOD or
CRTBNDCBL command, or the DATETIME option of the PROCESS statement. For
a description and the syntax of the CVTOPT parameter, see “CVTOPT Parameter”
on page 33. If *DATETIME is not specified, date, time, and timestamp fields are
ignored and are declared as FILLER fields in your ILE COBOL program.
The date, time, and timestamp data types each have their own format.
If you try to WRITE a record before moving an appropriate value to a date, time,
or timestamp field, the WRITE operation will fail, and file status 90 will be
If you declare date, time or timestamp items in your program as FILLER, do not
attempt to WRITE records containing these fields, since you will not be able to set
them to values that will be accepted by the system.
DDS date, time, and timestamp fields which are generated as alphanumeric data
types in ILE COBOL can be specified as a SORT/MERGE key; however, they will
be compared as alphanumeric data items, not as date, time, and timestamp data
items.
....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
A R DATETIME
A*
A VARITEM 100 VARLEN
A*
A TIMEITEM T TIMFMT(*HMS)
A DATEITEM L DATFMT(*YMD)
A TIMESTAMP Z
The following examples show you how the combinations in which the *DATETIME
option of the CVTOPT parameter can be specified with the *DATE option of the
CVTOPT parameter, and how these combinations affect the way in which DATEITEM
is brought into the program.
Null-Capable Fields
Null-capable fields are fields that can hold null values. The null value is a special
value that is distinct from all non-null values, indicating the absence of any
information. For example, a null value is not the same as a value of zero, all
blanks, or hex zeroes. It is not equal to any value, not even to other null values.
If a file is also keyed, then it contains a null key map. A null key map is a
separate string of similarly defined values: one for each field in the key. There is
one null key map for each record in a keyed null-capable database file. Each record
format in a keyed null-capable database file has its own null key map.
The values in a null map can be boolean or alphanumeric, depending on how you
define the null map in the WORKING-STORAGE section. If you are using an
externally described file, and you specify a COPY-DDS statement WITH
NULL-MAP, then one or more null maps with boolean values will be set up for
you. If you specify a COPY-DDS statement WITH NULL-MAP-ALPHANUM, then
one or more null maps with alphanumeric values will be set up for you. A
COPY-DDS statement WITH NULL-KEY-MAP will generate one or more null key
maps with boolean values. If you are using a program-described file, you can
define the null map as either boolean or alphanumeric in the WORKING-
STORAGE section.
For more information about handling error conditions for null-capable fields, refer
to “Handling Errors in Operations Using Null-Capable Fields” on page 343. For
more information about defining null-capable fields, and using null-capable fields
with the COPY DDS statement, refer to WebSphere Development Studio: ILE COBOL
Reference.
Using Null Maps and Null Key Maps in Input and Output
Operations
Input and output operations can be done on null-capable fields using the
NULL-MAP IS or NULL-KEY MAP IS phrases in these I/O statements:
v READ (Formats 1, 2 and 3)
These phrases work with the system’s data management settings of the null map
and null key maps that define the record and its key. The settings specified in
these phrases can be subscripted or reference modified.
If the ALWNULL attribute has been specified on the ASSIGN clause, and on a
WRITE or REWRITE statement you do not specify a NULL-MAP IS phrase, then a
string of B’0’s are passed. All of the fields in the record are assumed to not be null.
If the file is an indexed file and you have specified a NULL-MAP IS phrase, then
you must also specify a NULL-KEY-MAP IS phrase. You must ensure that for key
fields, the values in the null key map are the same as the corresponding values in
the null map.
If the ALWNULL attribute has been specified on the ASSIGN clause, and on a
READ statement you do not specify a NULL-MAP IS phrase, then the null map
will contain the same values that it contained before the READ. The same happens
for null-capable keys, if you have not specified the NULL-KEY-MAP IS phrase. If
the file is an indexed file and you have specified a NULL-MAP IS phrase, then you
must also specify a NULL-KEY-MAP IS phrase.
For more information about the I/O statements that allow you to work with
null-capable fields, refer to the WebSphere Development Studio: ILE COBOL Reference.
*...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
A* THIS IS THE STUDENT INFORMATION FILE - NULLSTDT
A
A R PERSON
A FNAME 20
A LNAME 30
A MARK 3P ALWNULL
Figure 105. Example of Use of Null Map and Null Key Map—Student Information File DDS
*...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
A* THIS IS THE CAR INFORMATION FILE - NULLCAR
A
A UNIQUE
A R CARS
A CARMODEL 25A ALWNULL
A YEAR 4P
A OPTIONS 2P
A PRICE 7P 2
A K CARMODEL
Figure 106. Example of Use of Null Map and Null Key Map—Car Information File DDS
Figure 107. Example of Use of Null Map and Null Key Map (Part 1 of 4)
Figure 107. Example of Use of Null Map and Null Key Map (Part 2 of 4)
Figure 107. Example of Use of Null Map and Null Key Map (Part 3 of 4)
Figure 107. Example of Use of Null Map and Null Key Map (Part 4 of 4)
The sample program shown in Figure 107 on page 397 is an example of how to use
null key maps and null maps in database files to track valid students and car
models.
1 Defines the database file NULLSTDT as null-capable.
2 Defines data item MARK. The message (Null-capable field) appears
below, since the field was defined as null-capable with the ALWNULL
keyword in the DDS.
3 The null-capable DDS file NULLSTDT is brought into the program using
the COPY DDS statement and the WITH NULL-MAP phrase.
4 The null map PERSON-NM is defined.
DBCS-Graphic Fields
The DBCS-graphic data type is a character string in which each character is
represented by 2 bytes. The DBCS-graphic data type does not contain shift-out
(SO) or shift-in (SI) characters. The difference between single-byte and
DBCS-graphic data is shown in the following figure:
DBCS-graphic data is brought into your ILE COBOL program only if you specify
the *PICXGRAPHIC or *PICGGRAPHIC value on the CVTOPT parameter of the
CRTCBLMOD or CRTBNDCBL commands, or the CVTPICXGRAPHIC or
CVTPICGGRAPHIC option of the PROCESS statement. If you do not do this,
graphic data is ignored and declared as FILLER fields in your ILE COBOL
program. For a description and the syntax of the CVTOPT parameter, see
“Parameters of the CRTCBLMOD Command” on page 26.
....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
A R SAMPLEFILE
A*
A VARITEM 100 VARLEN
A*
A TIMEITEM T TIMFMT(*HMS)
A DATEITEM L DATFMT(*YMD)
A TIMESTAMP Z
A*
A GRAPHITEM 100G
A VGRAPHITEM 100G VARLEN
| 5722WDS V5R2M0 020719 LN IBM ILE COBOL CBLGUIDE/PGM1 ISERIES1 02/08/15 14:31:24 Page 2
S o u r c e
STMT PL SEQNBR -A 1 B..+....2....+....3....+....4....+....5....+....6....+....7..IDENTFCN S COPYNAME CHG DATE
000100 process varchar datetime cvtpicxgraphic
1 000200 Identification division.
2 000300 Program-id. pgm1.
000400
3 000500 Environment division.
4 000600 Configuration section.
5 000700 Source-computer. ibm-iSeries
6 000800 Object-computer. ibm-iSeries
7 000900 Input-output section.
8 001000 File-control.
9 001100 Select file1
10 001200 assign to database-samplefi 00/08/15
11 001300 organization is sequential
12 001400 access is sequential
13 001500 file status is fs1.
001600
14 001700 Data division.
15 001800 File section.
16 001900 fd file1.
17 002000 01 record1.
002100 copy dds-all-formats of samplefi. 00/08/15
18 +000001 05 SAMPLEFI-RECORD PIC X(546). <-ALL-FMTS
+000002* I-O FORMAT:SAMPLEFILE FROM FILE SAMPLEFI OF LIBRARY CBLGUIDE <-ALL-FMTS
+000003* <-ALL-FMTS
19 +000004 05 SAMPLEFILE REDEFINES SAMPLEFI-RECORD. <-ALL-FMTS
20 +000005 06 VARITEM. <-ALL-FMTS
+000006* (Variable length field) <-ALL-FMTS
21 +000007 49 VARITEM-LENGTH PIC S9(4) COMP-4. <-ALL-FMTS
22 +000008 49 VARITEM-DATA PIC X(100). <-ALL-FMTS
23 +000009 06 TIMEITEM PIC X(8). <-ALL-FMTS
+000010* (Time field) <-ALL-FMTS
24 +000011 06 DATEITEM PIC X(8). <-ALL-FMTS
+000012* (Date field) <-ALL-FMTS
25 +000013 06 TIMESTAMP PIC X(26). <-ALL-FMTS
+000014* (Timestamp field) <-ALL-FMTS
26 +000015 06 GRAPHITEM PIC X(200). <-ALL-FMTS
+000016* (Graphic field) <-ALL-FMTS
27 +000017 06 VGRAPHITEM. <-ALL-FMTS
+000018* (Variable length field) <-ALL-FMTS
28 +000019 49 VGRAPHITEM-LENGTH <-ALL-FMTS
+000020 PIC S9(4) COMP-4. <-ALL-FMTS
+000021* (Number of 2 byte Characters) <-ALL-FMTS
29 +000022 49 VGRAPHITEM-DATA PIC X(200). <-ALL-FMTS
+000023* (Graphic field) <-ALL-FMTS
30 002200 Working-Storage section.
31 002300 77 fs1 pic x(2).
002400
32 002500 Procedure division.
002600 Mainline.
33 002700 stop run.
* * * * * E N D O F S O U R C E * * * * *
Figure 110. ILE COBOL Program Using Variable-Length DBCS-Graphic Data Items and *PICXGRAPHIC
Figure 111. ILE COBOL Program Using Variable-Length DBCS-Graphic Data Items and *PICGGRAPHIC
Floating-point Fields
You can bring internal floating-point fields into your program if you specify
*FLOAT on the CVTOPT parameter of the CRTCBLMOD or CRTBNDCBL
commands, or the FLOAT option on the PROCESS statement.
When *FLOAT is specified, floating-point data types are brought into the program
with their DDS names and a USAGE of COMP-1 (single-precision) or COMP-2
(double-precision). If you do not specify *FLOAT, floating-point data types are
declared as FILLER fields with a USAGE of binary.
For example, if you specify *FLOAT for a single-precision floating-point field with
the following DDS:
COMP1 9F FLTPCN(*SINGLE)
If you do not specify *FLOAT (or you specify *NOFLOAT) for the DDS specified
above, the DDS field will be generated as follows:
06 FILLER PIC 9(5) COMP-4.
In general, floating-point data items can be used anywhere numeric decimal are
used.
You can access externally attached devices from ILE COBOL by using device files.
Device Files are files that provide access to externally attached devices such as
displays, printers, tapes, diskettes, and other systems that are attached by a
communications line.
You use the device files listed in Table 20 to access the associated externally
attached devices:
Table 20. Device files and their associated externally attached devices
Device File Associated Externally CL commands ILE COBOL ILE COBOL
Attached Device Device Name Default File
Name
Printer Files Provide access to printer CRTPRTF PRINTER QPRINT
devices and describe the CHGPRTF FORMATFILE
format of printed output. OVRPRTF
Tape Files Provide access to data files CRTTAPF TAPEFILE QTAPE
which are stored on tape CHGTAPF
devices. OVRTAPF
Diskette Files Provide access to data files CRTDKTF DISKETTE QDKT
which are stored on diskette CHGDKTF
devices. OVRDKTF
Display Files Provide access to display CRTDSPF WORKSTATION
devices. CHGDSPF
OVRDSPF
ICF Files Allow a program on one CRTICFF WORKSTATION
system to communicate CHGICFF
with a program on another OVRICFF
system.
The device file contains the file description, which identifies the device to be used;
it does not contain data.
The file operations that are valid for a printer file are WRITE, OPEN, and CLOSE.
You use the SELECT clause to choose a file. This file must be identified by a FD
entry in the Data Division.
You use the ASSIGN clause to associate the printer file with a printer device. You
must specify a device type of PRINTER in the ASSIGN clause to use a
program-described printer file. To use an externally-described printer file, you
must specify a device type of FORMATFILE in the ASSIGN clause.
Use ORGANIZATION IS SEQUENTIAL in the file control entry when you name a
printer file.
The use of externally described printer files has the following advantages over
program-described printer files:
v Multiple lines can be printed by one WRITE statement. When multiple lines are
written by one WRITE statement and the END-OF-PAGE condition is reached,
the END-OF-PAGE imperative statement is processed after all of the lines are
printed. It is possible to print lines in the overflow area, and onto the next page
before the END-OF-PAGE imperative statement is processed.
Figure 114 on page 413 shows an example of an occurrence of the END-OF-PAGE
condition through FORMATFILE.
v Optional printing of fields based on indicator values is possible.
v Editing of field values is easily defined.
v Maintenance of print formats, especially those used by multiple programs, is
easier.
Use of the ADVANCING phrase for FORMATFILE files causes a compilation error
to be issued. Advancing of lines is controlled in a FORMATFILE file through DDS
keywords, such as SKIPA and SKIPB, and through the use of line numbers.
Using the LINAGE Clause to Handle Spacing and Paging Controls: You can
request all spacing and paging controls be handled internally by compiler
generated code by specifying the LINAGE clause in the file description entry of a
program described printer file.
FD print-file
LINAGE IS integer-1 LINES
WITH FOOTING AT integer-2
LINES AT TOP integer-3
LINES AT BOTTOM integer-4.
01 print-record PIC X(132).
Paper positioning is done only when the first WRITE statement is run. The paper
in the printer is positioned to a new physical page, and the LINAGE-COUNTER is
set to 1. When the printer file is shared and other programs have written records
to the file, the ILE COBOL WRITE statement is still considered to be the first
WRITE statement. Paper positioning is handled by the ILE COBOL compiler even
though it is not the first WRITE statement for that file.
All spacing and paging for WRITE statements is controlled internally. The physical
size of the page is ignored when paper positioning is not properly defined for the
ILE COBOL compiler. For a file that has a LINAGE clause and is assigned to
Use of the LINAGE clause degrades performance. The LINAGE clause should be
used only as necessary. If the physical paging is acceptable, the LINAGE clause is
not necessary.
Create a DDS for the FORMATFILE file you want to use. For information on
creating a DDS, refer to the Database and File Systems category in the iSeries 400
Information Center at this Web site
-http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
Once you have created the DDS for the FORMATFILE file, use the Format 2 COPY
statement to describe the layout of the printer file data record. When you compile
your ILE COBOL program, the Format 2 COPY will create the Data Division
statements to describe the printer file. Use the DDS-ALL-FORMATS-O option of
the Format 2 COPY statement to generate one storage area for all formats.
When you have specified a device of FORMATFILE, you can obtain formatting of
printed output in two ways:
1. Choose the formats to print and their order by using appropriate values in the
FORMAT phrases specified for WRITE statements. For example, use one format
once per page to produce a heading, and use another format to produce the
detail lines on the page.
2. Choose the appropriate options to be taken when each format is printed by
setting indicator values and passing these indicators through the INDICATOR
phrase for the WRITE statement. For example, fields may be underlined, blank
lines may be produced before or after the format is printed, or the printing of
certain fields may be skipped.
The LINAGE clause should not be used for files assigned to FORMATFILE. If it is,
then a compile time error message is issued indicating that the LINAGE clause has
been ignored.
You use the WRITE statement to send output to a printer file. Use the Format 1
WRITE statement when you are writing to a program described printer file. Use
the Format 3 WRITE statement when you are writing to an externally described
printer file.
The ADVANCING phrase cannot be specified in WRITE statements for files with
an ASSIGN to device type FORMATFILE.
When you have finished using a printer file, you must close it. Use the Format 1
CLOSE statement to close the printer file. Once you close the file, it cannot be
processed again until it is opened again.
CLOSE printer-file-name.
....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
A* PHYSICAL FILE DDS FOR PERSONNEL FILE IN FORMATFILE EXAMPLE
A
A UNIQUE
A R PERSREC
A EMPLNO 6S
A NAME 30
A ADDRESS1 35
A ADDRESS2 20
A BIRTHDATE 6
A MARSTAT 1
A SPOUSENAME 30
A NUMCHILD 2S
A K EMPLNO
Figure 112. Example of using FORMATFILE files in an ILE COBOL program -- Physical file
DDS
Figure 113. Example of Using FORMATFILE Files in an ILE COBOL Program -- Printer File
DDS
1 INDARA specifies that a separate indicator area is to be used for the file.
2 HEADING is the format name that provides headings for each page.
3 SKIPB(1) and SPACEA(3) are used to:
1. Skip to line 1 of the next page before format HEADING is printed.
2. Leave 3 blank lines after format HEADING is printed.
4 DATE, TIME, and PAGNBR are used to have the current date, time and
page number printed automatically when format HEADING is printed.
5 DETAIL is the format name used to print the detail line for each employee
in the personnel file.
6 SPACEA(3) causes three lines to be left blank after each employee detail
line.
7 SPACEA(1) causes a blank line to be printed after the field BIRTHDATE is
printed. As a result, subsequent fields in the same format are printed on a
new line.
8 01 means that these fields are printed only if the ILE COBOL program
turns indicator 01 on and passes it when format DETAIL is printed.
9 EDTCDE(3) is used to remove leading zeros when printing this numeric
field.
Figure 114. Example of Using FORMATFILE Files in an ILE COBOL Program (Part 1 of 2)
Figure 114. Example of Using FORMATFILE Files in an ILE COBOL Program (Part 2 of 2)
You can create your own tape files using the Create Tape File (CRTTAPF)
command. For further information on the CRTTAPF command, see the CL and APIs
section of the Programming category in the iSeries 400 Information Center at this
Web site -http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
Alternately, you can use the default IBM-supplied tape file QTAPE. The tape file
identifies the tape device to be used.
To use a file that is stored on a tape device, in your ILE COBOL program, you
must:
v Name the file through a file control entry in the FILE-CONTROL paragraph of
the Environment Division
v Describe the file through a file description entry in the Data Division.
You can only store a sequential file on a tape device because tape devices can only
be accessed sequentially. Files stored on a tape device can have fixed or variable
length records.
The file operations that are valid for a tape device are OPEN, CLOSE, READ, and
WRITE.
You use the SELECT clause to choose a file. This file must be identified by a FD
entry in the Data Division.
You use the ASSIGN clause to associate the file with a tape device. You must
specify a device type of TAPEFILE in the ASSIGN clause to use a tape file.
Use ORGANIZATION IS SEQUENTIAL in the file control entry when you name a
file that you will access through a tape file.
Tape files have no data description specifications (DDS). A sequential file that is
stored on a tape device must be a program-described file. Your ILE COBOL
program must describe the fields in the record format so the program can arrange
the data received from or sent to the tape device in the manner specified by the
tape file description.
A simple file description entry in the Data Division that describes a sequential file
that is accessed through a tape file looks as follows:
FD sequential-file-name.
01 sequential-file-record.
05 record-element-1 PIC ... .
05 record-element-2 PIC ... .
05 record-element-3 PIC ... .
.
.
.
A simple file description entry in the Data Division that describes a sequential file
with variable length records looks as follows:
FILE SECTION.
FD sequential-file-name
RECORD IS VARYING IN SIZE
FROM integer-6 TO integer-7
DEPENDING ON data-name-1.
01 minimum-sized-record.
05 minimum-sized-element PIC X(integer-6).
01 maximum-sized-record.
. 05 maximum-sized-element PIC X(integer-7).
.
.
WORKING-STORAGE SECTION.
The minimum record size of any record in the file is defined by integer-6. The
maximum record size of any record in the file is defined by integer-7. Do not create
records descriptions for the file which contain a record length that is less than that
specified by integer-6 nor a record length that is greater than that specified by
integer-7. If any record descriptions break this rule, then a compile time error
message is issued by the ILE COBOL compiler. The ILE COBOL compiler will then
use the limits implied by the record description. The ILE COBOL compiler also
issues a compile time error message when none of the record descriptions imply a
record length that is as long as integer-7.
Refer to the Format 3 RECORD clause in the WebSphere Development Studio: ILE
COBOL Reference for a further description of how variable length records are
handled.
You use the Format 1 READ statement to read a record from a sequential file
stored on a tape device. The READ statement makes the next logical record from
the file available to your ILE COBOL program. For a sequential multivolume file, if
the end of volume is recognized during processing of the READ statement and the
logical end of file has not been reached, the following actions are taken in the
order listed:
1. The standard ending volume label procedure is processed.
2. A volume switch occurs.
3. The standard beginning volume label procedure is run.
4. The first data record of the next volume is made available.
Your ILE COBOL program will receive no indication that the above actions have
occurred during the read operation.
You use the Format 1 WRITE statement to write a record to a sequential file stored
on a tape device. For a sequential multivolume file, if the end of volume is
recognized during processing of the WRITE statement, the following actions are
taken in the order listed:
1. The standard ending volume label procedure is run.
2. A volume switch occurs.
3. The standard beginning volume label procedure is run.
4. The data record is written on the next volume.
The CLOSE statement also gives you the option of rewinding and unloading the
volume.
Ordinarily, when the CLOSE statement is performed on a tape file, the volume is
rewound. However, if you want the current volume to be left in its present
position after the file is closed, specify the NO REWIND phrase on the CLOSE
statement. When NO REWIND is specified, the reel is not rewound.
For sequential multivolume tape files, the REEL/UNIT FOR REMOVAL phrase
causes the current volume to be rewound and unloaded. The system is then
notified that the volume has been removed.
For further details on rewinding and unloading volumes, refer to the discussion on
the Format 1 CLOSE statement in the WebSphere Development Studio: ILE COBOL
Reference.
You use the Format 1 READ statement to read a record from a sequential file
stored on a tape device. The READ statement makes the next logical record from
the file available to your ILE COBOL program.
If the READ operation is successful then data-name-1, if specified, will hold the
number of the character positions of the record just read. If the READ operation is
unsuccessful then data-name-1 will hold the value it had before the READ operation
was attempted.
When you specify the INTO phrase in the READ statement, the number of
character positions in the current record that participate as the sending item in the
implicit MOVE statement is determined by
v The contents of data-name-1 if data-name-1 is specified, or
v The number of character positions in the record just read if data-name-1 is not
specified.
You can create your own diskette files using the Create Diskette File (CRTDKTF)
command. For further information on the CRTDKTF command, see the CL and
APIs section of the Programming category in the iSeries 400 Information Center at
this Web site -http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
Alternately, you can use the default IBM-supplied diskette file QDKT. The diskette
file identifies the diskette device to be used.
To use a file that is stored on a diskette device, in your ILE COBOL program, you
must:
v Name the file through a file control entry in the FILE-CONTROL paragraph of
the Environment Division
v Describe the file through a file description entry in the Data Division.
You can only store a sequential file on a diskette device because diskette devices
can only be accessed sequentially. The file operations that are valid for a diskette
device are OPEN, CLOSE, READ, and WRITE.
You use the SELECT clause to choose a file. This file must be identified by a FD
entry in the Data Division.
You use the ASSIGN clause to associate the file with a diskette device. You must
specify a device type of DISKETTE in the ASSIGN clause to use a diskette file.
Diskette files have no data description specifications (DDS). A sequential file that is
stored on a diskette device must be a program-described file. Your ILE COBOL
program must describe the fields in the record format so the program can arrange
the data received from or sent to the diskette device in the manner specified by the
diskette file description.
A simple file description entry in the Data Division that describes a sequential file
that is accessed through a diskette file looks as follows:
FD sequential-file-name.
01 sequential-file-record.
05 record-element-1 PIC ... .
05 record-element-2 PIC ... .
. 05 record-element-3 PIC ... .
.
.
You use the Format 1 READ statement to read a record from a sequential file
stored on a diskette device. The READ statement makes the next logical record
from the file available to your ILE COBOL program.
When reading records from the input file, the record length you specify in your
COBOL program should be the same as the record length found on the data file
label of the diskette. If the record length specified in your COBOL program is not
equal to the length of the records in the data file, the records are padded or
truncated to the length specified in the program.
Your ILE COBOL program will receive no indication that the above actions have
occurred during the read operation.
When writing records to the output file, you must specify the record length in
your COBOL program. When the record length specified in the program exceeds
that for which the diskette is formatted, a diagnostic message is sent to your
program, and the records are truncated. The maximum record lengths supported
for diskette devices, by exchange type, are as follows:
Exchange Type Maximum record length supported
Basic exchange 128 bytes
H exchange 256 bytes
I exchange 4096 bytes
When you have finished using a file stored on a diskette device, you must close it.
Use the Format 1 CLOSE statement to close the file. Once you close the file, it
cannot be processed again until it is opened again.
CLOSE sequential-file-name.
See Chapter 19, “Using Transaction Files” on page 469 for a discussion on how to
use TRANSACTION files with display devices and ICF files.
Database files are created using the Create Physical File (CRTPF) or Create Logical
File (CRTLF) CL commands. For a description of these commands, see the CL and
APIs section of the Programming category in the iSeries 400 Information Center at
this Web site -http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
You use the device type DATABASE to associate a file in your ILE COBOL
program with any database file or DDM file. Choosing DATABASE as the device
type allows you to use any ILE COBOL database extensions. These database
extensions include the following:
v Commitment control
v Duplicate record keys
v Record formats
v Externally described files
v Null-capable files.
However, device type DATABASE does not support dynamic file creation or
variable length records.
A file with a keyed sequence access path can be processed in ILE COBOL as a file
with SEQUENTIAL, RELATIVE, or INDEXED organization.
For a keyed sequence file to be processed as a relative file in ILE COBOL, it must
be a physical file, or a logical file whose members are based on one physical file
member. For a keyed sequence file to be processed as a sequential file in ILE
A file with an arrival sequence access path can be processed in ILE COBOL as a
file with RELATIVE or SEQUENTIAL organization. The file must be a physical file
or a logical file where each member of the logical file is based on only one physical
file member.
When sequential access is specified for a logical file, records in the file are accessed
through the default access path for the file.
To write Standard COBOL programs that access a sequential file, you must create
the file with certain characteristics. Table 21 lists these characteristics and what
controls them.
Table 21. Characteristics of Sequential Files that are Accessible to Standard COBOL
Programs
Characteristic Control
The file must be a physical file. Create the file using the CRTPF CL
command.
The file cannot be a shared file. Specify SHARE(*NO) on the CRTPF CL
command.
No key can be specified for the file. Do not include any line with K in position
17 in the Data Description Specifications
(DDS) of the file.
The file must have a file type of DATA. Specify FILETYPE(*DATA) on the CRTPF CL
command.
Field editing cannot be used. Do not specify the EDTCDE and EDTWRD
keywords in the file DDS.
Line and position information cannot be Leave blanks in positions 39 to 44 of all field
specified. descriptions in the file DDS.
Spacing and skipping keywords cannot be Do not specify the SPACEA, SPACEB,
speicifed. SKIPA, or SKIPB keywords in the file DDS.
Indicators cannot be used. Leave blanks in positions 9 to 16 of all lines
in the file DDS.
The OPEN, READ, WRITE, REWRITE, and CLOSE statements are used to access
data that is stored in a sequential file. Refer to the WebSphere Development Studio:
ILE COBOL Reference for a description of each of these statements.
All physical database files with SEQUENTIAL organization, that are opened for
OUTPUT are cleared.
To preserve the sequence of records in a file that you open in I-O (update) mode,
do not create or change the file so that you can reuse the records in it. That is, do
not use a Change Physical File (CHGPF) CL command bearing the REUSEDLT
option.
Note: The ILE COBOL compiler does not check that the device associated with the
external file is of the type specified in the device portion of
assignment-name. The device specified in the assignment-name must match
the actual device to which the file is assigned. See the “ASSIGN Clause”
section of the WebSphere Development Studio: ILE COBOL Reference for more
information.
To write Standard COBOL programs that access a relative file, you must create the
file with certain characteristics. Table 22 lists these characteristics and what controls
them.
Table 22. Characteristics of Relative Files that are Accessible to Standard COBOL
Programs
Characteristic Control
The file must be a physical file.¹ Create the file using the CRTPF CL
command.
The file cannot be a shared file. Specify SHARE(*NO) on the CRTPF CL
command.
¹ A logical file whose members are based on one physical file can be used as an ILE
COBOL relative file.
The OPEN, READ, WRITE, START, REWRITE, DELETE, and CLOSE statements are
used to access data that is stored in a relative file. Refer to the WebSphere
Development Studio: ILE COBOL Reference for a description of each of these
statements. The START statement applies only to files that are opened for INPUT
or I-O and are accessed sequentially or dynamically.
For relative files that are accessed sequentially, the SELECT clause KEY phrase is
ignored except for the START statement. If the KEY phrase is not specified on the
START statement, the RELATIVE KEY phrase in the SELECT clause is used and
KEY IS EQUAL is assumed.
For relative files that are accessed randomly or dynamically, the SELECT clause
RELATIVE KEY phrase is used.
The NEXT phrase can be specified only for the READ statement for a file with
SEQUENTIAL or DYNAMIC access mode. If NEXT is specified, the SELECT clause
KEY phrase is ignored. The RELATIVE KEY data item is updated with the relative
record number for files with sequential access on READ operations.
All physical database files that are opened for OUTPUT are cleared. Database files
with RELATIVE organization, and with dynamic or random access mode, are also
initialized with deleted records. Lengthy delays in OPEN OUTPUT processing are
normal for extremely large relative files (over 1 000 000 records) that are accessed
in dynamic or random access mode because the files are being initialized with
deleted records. The length of time it takes to open a file with initialization
depends on the number of records in the file.
When the first OPEN statement for the file is not OPEN OUTPUT, relative files
should be cleared and initialized with deleted records before they are used. The
RECORDS parameter of the INZPFM command must specify *DLT. Overrides are
applied when the clear and initialize operations are processed by ILE COBOL, but
not when they are processed with CL commands. For more information, see the
discussion of the CLRPFM and INZPFM commands in the CL and APIs section of
New relative files opened for OUTPUT in sequential access mode are treated
differently. Table 23 summarizes conditions affecting them.
Table 23. Initialization of Relative Output Files
File Access and CL Conditions at Conditions at File Boundary
Specifications Opening Time Closing Time
Sequential *INZDLT Records not written All increments.
are initialized.¹
Sequential *INZDLT CLOSE succeeds.¹ Up to boundary of
*NOMAX size File status is 0Q.² records written.
Sequential Up to boundary of
*NOINZDLT records written.
Random or dynamic Records are All increments.
initialized. File is
open.
Random or dynamic OPEN fails. File File is empty.
*NOMAX size status is 9Q.³
Notes:
1. Lengthy delays are normal when there remains an extremely large number of records
(over 1 000 000) to be initialized to deleted records when the CLOSE statement runs.
2. To extend a file boundary beyond the current number of records, but remaining within
the file size, use the INZPFM command to add deleted records before processing the
file. You need to do this if you receive a file status of 0Q, and you still want to add
more records to the file. Any attempt to extend a relative file beyond its current size
results in a boundary violation.
3. To recover from a file status of 9Q, use the CHGPF command as described in the
associated run-time message text.
For an ILE COBOL file with an organization of RELATIVE, the Reorganize Physical
File Member (RGZPFM) CL command can:
v Remove all deleted records from the file. Because ILE COBOL initializes all
relative file records to deleted records, any record that has not been explicitly
written will be removed from the file. The relative record numbers of all records
after the first deleted record in the file will change.
v Change the relative record numbers if the file has a key and the arrival sequence
is changed to match a key sequence (with the KEYFILE parameter).
The key fields identify the records in an indexed file. The user specifies the key
field in the RECORD KEY clause of the SELECT statement. The RECORD KEY
To write Standard COBOL programs that access an indexed file, you must create
the file with certain characteristics. Table 24 lists these characteristics and what
controls them.
Table 24. Characteristics of Indexed Files that are Accessible to Standard COBOL Programs
Characteristic Control
The file must be a physical file. Create the file using the CRTPF CL
command.
The file cannot be a shared file. Specify SHARE(*NO) on the CRTPF CL
command.
A key must be defined for the file. Define at least one key field in the Data
Description Specifications (DDS) of the file,
using a line with K in position 17.
Keys must be contiguous within the record. Specify a single key field in the file DDS, or
specify key fields that immediately follow
each other in descending order of key
significance.
Key fields must be alphanumeric. They Specify A or H in position 35 when defining
cannot be numeric. any field that is to be used as a DDS key
field.
The value of the key used for sequencing Specify alphanumeric key fields.
must include all 8 bits of every byte.
The file cannot have records with duplicate Specify the UNIQUE keyword in the file
key values. DDS.
Keys must be in ascending sequence. Do not specify the DESCEND keyword in
the file DDS.
A starting position for retrieving records Do not issue the OVRDBF CL command
cannot be specified. with the POSITION parameter.
Select/omit level keywords cannot be used Do not include any line with S or O in
for the file. position 17 in the file DDS. Do not specify
the COMP, RANGE, VALUES, or ALL
keywords.
Records in the file cannot contain NULL Do not specify the ALWNULL keyword in
fields. the file DDS.
The OPEN, READ, WRITE, START, REWRITE, DELETE, and CLOSE statements are
used to access data that is stored in an indexed file. Refer to the WebSphere
Development Studio: ILE COBOL Reference for a description of each of these
statements. When accessing indexed files, the FORMAT phrase is optional for
DATABASE files, and not allowed for DISK files. If the FORMAT phrase is not
specified, the default format name of the file is used. The default format name of
the file is the first format name defined in the file. The special register,
DB-FORMAT-NAME, can be used to retrieve the format name used on the last
successful I/O operation.
with the SELECT statement for the indexed file. To retrieve the records in keyed
sequence (typically in ascending order), use
ORGANIZATION IS INDEXED
ACCESS IS SEQUENTIAL
For indexed files that are accessed sequentially, the SELECT clause KEY phrase is
ignored except for the START statement. If the KEY phrase is not specified on the
START statement, the RECORD KEY phrase in the SELECT clause is used and KEY
IS EQUAL is assumed.
For indexed files that are accessed randomly or dynamically, the SELECT clause
KEY phrase is used except for the START statement. If the KEY phrase is not
specified on the START statement, the RECORD KEY phrase in the SELECT clause
is used and KEY IS EQUAL is assumed.
NEXT, PRIOR, FIRST, or LAST can be specified for the READ statement for
DATABASE files with DYNAMIC access. NEXT can also be specified for the READ
statement for DATABASE files with SEQUENTIAL access. If NEXT, PRIOR, FIRST,
or LAST is specified, the SELECT clause KEY phrase is ignored.
All physical database files with INDEXED organization that are opened for
OUTPUT are cleared.
When the DDS specifies only one key field for the file, the RECORD KEY must be
a single field of the same length as the key field defined in the DDS.
If a Format 2 COPY statement is specified for the file, the RECORD KEY clause
must specify one of the following:
v The name used in the DDS for the key field with -DDS added to the end, if the
name is a COBOL reserved word.
v The data name defined in a program-described record description for the file,
with the same length and in the same location as the key field defined in the
DDS.
v EXTERNALLY-DESCRIBED-KEY. This keyword specifies that the keys defined in
the DDS for each record format are to be used for accessing the file. These keys
can be noncontiguous. They can be defined at different positions within one
record format.
When the DDS specifies multiple contiguous key fields, the RECORD KEY data
name must be a single field with its length equal to the sum of the lengths of the
multiple key fields in the DDS. If a Format 2 COPY statement is specified for the
Contiguous items are consecutive elementary or group items in the Data Division
that are contained in a single data hierarchy.
Refer to the “START Statement” in the WebSphere Development Studio: ILE COBOL
Reference for information about the rules for specifying a search argument that
refers to a partial key.
Figure 116 and Figure 117 on page 433 show an example of START statements using
an externally described file.
....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
A UNIQUE
A R RDE TEXT(’RECORD DESCRIPTION’)
A FNAME 20 TEXT(’FIRST NAME’)
A MINAME 1 TEXT(’MIDDLE INITIAL NAME’)
A MNAME 19 TEXT(’REST OF MIDDLE NAME’)
A LNAME 20 TEXT(’LAST NAME’)
A PHONE 10 0 TEXT(’PHONE NUMBER’)
A DATA 40 TEXT(’REST OF DATA’)
A K LNAME
A K FNAME
A K MINAME
A K MNAME
In both cases, the value of the RECORD KEY data item is ignored.
v For a program-defined key field:
– Key fields within each record format must be contiguous.
Figure 118 and Figure 119 show examples of how to use DDS to describe the access
path for indexed files.
....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
A R FORMATA PFILE(ORDDTLP)
A TEXT(’ACCESS PATH FOR INDEXED FILE’)
A FLDA 14
A ORDERN 5S 0
A FLDB 101
A K ORDERN
Figure 118. Using Data Description Specifications to Define the Access Path for an Indexed
File
Data description specifications can be used to create the access path for a
program-described indexed file.
In the DDS, shown in Figure 118, for the record format FORMATA for the logical
file ORDDTLL, the field ORDERN, which is five digits long, is defined as the key
field. The definition of ORDERN as the key field establishes the keyed access path
for this file. Two other fields, FLDA and FLDB, describe the remaining positions in
this record as character fields.
The ILE COBOL descriptions of each field in the FD entry must agree with the
corresponding description in the DDS file. The RECORD KEY data item must be
defined as a five-digit numeric integer beginning in position 15 of the record.
....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
A R FORMATA PFILE(ORDDTLP)
A TEXT(’ACCESS PATH FOR INDEXED FILE’)
A FLDA 14
A ORDERN 5S 0
A ITEM 5
A FLDB 96
A K ORDERN
A K ITEM
Figure 119. Data Description Specifications for Defining the Access Path (a Composite Key)
of an Indexed File
In this example, the DDS, shown in Figure 119, defines two key fields for the
record format FORMAT in the logical file ORDDTLL. For the two fields to be used
as a composite key for a program-described indexed file, the key fields must be
contiguous in the record.
For more information on the use of format selector programs and on logical file
processing, refer to the DB2 Universal Database for AS/400 section of the Database
and File Systems category in the iSeries 400 Information Center at this Web site -
http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
For example, READ FIRST retrieves the record with the highest key value, and
READ LAST retrieves the record with the lowest key value. READ NEXT retrieves
the record with the next lower key value. Files with a descending key sequence
also cause the START qualifiers to work in the opposite manner. For example,
START GREATER THAN positions the current record pointer to a record with a
key less than the current key.
A simple file description entry in the Data Division that describes a sequential file
with variable length records looks as follows:
FILE SECTION.
FD sequential-file-name
RECORD IS VARYING IN SIZE
FROM integer-6 TO integer-7
DEPENDING ON data-name-1.
01 minimum-sized-record.
05 minimum-sized-element PIC X(integer-6).
01 maximum-sized-record.
. 05 maximum-sized-element PIC X(integer-7).
.
.
WORKING-STORAGE SECTION.
77
. data-name-1 PIC 9(5).
.
.
The minimum record size of any record in the file is defined by integer-6. The
maximum record size of any record in the file is defined by integer-7. Do not create
record descriptions for the file that contain a record length that is less than that
specified by integer-6 nor a record length that is greater than that specified by
integer-7. If any record descriptions break this rule, then a compile time error
message is issued by the ILE COBOL compiler. The ILE COBOL compiler also
For indexed files that contain variable length records, the prime record key must
be contained within the first 'n' character positions of the record, where 'n' is the
minimum record size specified for the file. When processing the FD entry, the ILE
COBOL compiler will check that any RECORD KEY falls within the fixed part of
the record. If any key violates this rule, an error message is issued.
If any of the above conditions are not satisfied, an error message will be generated,
file status 39 will be returned, and the open operation will fail.
Refer to the Format 2 RECORD clause in the WebSphere Development Studio: ILE
COBOL Reference for a further description of how variable length records are
handled.
You use the READ statement to read a variable length record from a database file.
If the READ operation is successful then data-name-1, if specified, will hold the
number of the character positions of the record just read. If the READ operation is
unsuccessful then data-name-1, will hold the value it had before the READ
operation was attempted.
When you specify the INTO phrase in the READ statement, the number of
character positions in the current record that participate as the sending item in the
implicit MOVE statement is determined by
v The contents of data-name-1 if data-name-1 is specified, or
v The number of character positions in the record just read if data-name-1 is not
specified.
You use the WRITE or REWRITE statements to write a variable length record to a
database file. You specify the length of the record to write in data-name-1. If you do
not specify data-name-1, the length of the record to write is determined as follows:
v If the record contains an OCCURS...DEPENDING ON item, by the sum of the
fixed portion and that portion of the table described by the number of
occurrences at the time the WRITE statement is performed
v If the record does not contain an OCCURS...DEPENDING ON item, by the
number of character positions in the record definition.
Each input record represents the summary sales for one week of one year. The
records for the first week of the last five years (in ascending order) are the first five
input records. The records for the second week of the last five years are the next
five input records, and so on. Thus, five input records fill one output record.
The RELATIVE KEY for the RELATIVE-FILE is not specified because it is not required
for sequential access unless the START statement is used. (For updating, however,
| 5722WDS V5R2M0 020719 LN IBM ILE COBOL CBLGUIDE/UPDTSEQ ISERIES1 02/08/15 14:48:09 Page 2
S o u r c e
STMT PL SEQNBR -A 1 B..+....2....+....3....+....4....+....5....+....6....+....7..IDENTFCN S COPYNAME CHG DATE
1 000100 IDENTIFICATION DIVISION.
2 000200 PROGRAM-ID. CRTREL.
000300
3 000400 ENVIRONMENT DIVISION.
4 000500 CONFIGURATION SECTION.
5 000600 SOURCE-COMPUTER. IBM-ISERIES
6 000700 OBJECT-COMPUTER. IBM-ISERIES
7 000800 INPUT-OUTPUT SECTION.
8 000900 FILE-CONTROL.
9 001000 SELECT RELATIVE-FILE ASSIGN TO DISK-FILED
11 001100 ORGANIZATION IS RELATIVE
12 001200 ACCESS IS SEQUENTIAL
13 001300 FILE STATUS RELATIVE-FILE-STATUS.
14 001400 SELECT INPUT-FILE ASSIGN TO DISK-FILEC
16 001500 ORGANIZATION IS SEQUENTIAL
17 001600 ACCESS IS SEQUENTIAL
18 001700 FILE STATUS INPUT-FILE-STATUS.
001800
19 001900 DATA DIVISION.
20 002000 FILE SECTION.
21 002100 FD RELATIVE-FILE.
22 002200 01 RELATIVE-RECORD-01.
23 002300 05 RELATIVE-RECORD OCCURS 5 TIMES INDEXED BY REL-INDEX.
24 002400 10 RELATIVE-YEAR PICTURE 99.
25 002500 10 RELATIVE-WEEK PICTURE 99.
26 002600 10 RELATIVE-UNIT-SALES PICTURE S9(6).
27 002700 10 RELATIVE-DOLLAR-SALES PICTURE S9(9)V99.
28 002800 FD INPUT-FILE.
29 002900 01 INPUT-RECORD.
30 003000 05 INPUT-YEAR PICTURE 99.
31 003100 05 INPUT-WEEK PICTURE 99.
32 003200 05 INPUT-UNIT-SALES PICTURE S9(6).
33 003300 05 INPUT-DOLLAR-SALES PICTURE S9(9)V99.
003400
34 003500 WORKING-STORAGE SECTION.
35 003600 77 RELATIVE-FILE-STATUS PICTURE XX.
36 003700 77 INPUT-FILE-STATUS PICTURE XX.
37 003800 77 OP-NAME PICTURE X(5).
38 003900 01 WORK-RECORD.
39 004000 05 WORK-YEAR PICTURE 99 VALUE 00.
40 004100 05 WORK-WEEK PICTURE 99.
41 004200 05 WORK-UNIT-SALES PICTURE S9(6).
42 004300 05 WORK-DOLLAR-SALES PICTURE S9(9)V99.
43 004400 01 INPUT-END PICTURE X VALUE SPACE.
44 004500 88 THE-END-OF-INPUT VALUE "E".
004600
45 004700 PROCEDURE DIVISION.
46 004800 DECLARATIVES.
004900 INPUT-ERROR SECTION.
005000 USE AFTER STANDARD ERROR PROCEDURE ON INPUT-FILE.
005100 INPUT-ERROR-PARA.
47 005200 DISPLAY "UNEXPECTED ERROR ON ", OP-NAME, " FOR INPUT-FILE ".
48 005300 DISPLAY "FILE STATUS IS ", INPUT-FILE-STATUS.
The input record represents the summary sales record for one week of the
preceding year. The RELATIVE KEY for the RELATIVE-FILE is in the input record as
INPUT-WEEK.
The records of the INPUT-FILE contain one required field (INPUT-WEEK), which is
the RELATIVE KEY for RELATIVE-FILE, and one optional field (END-WEEK). An
input record containing data in INPUT-WEEK and spaces in END-WEEK requests a
printout for that one specific RELATIVE-RECORD; the record is retrieved through
random access. An input record containing data in both INPUT-WEEK and END-WEEK
requests a printout of all the RELATIVE-FILE records within the RELATIVE KEY
range of INPUT-WEEK through END-WEEK inclusive. These records are retrieved
through sequential access.
The input records contain the key for the record, the depositor name, and the
amount of the transaction.
Random access is used for updating and printing the transaction records.
Sequential access is used for retrieving and printing all records within one generic
class.
A database physical file can exist on one OS/400 system or on multiple OS/400
systems. If a database physical file exists on more than one OS/400system, it is
called a distributed physical file or a distributed file. Since a logical file is based
on one or more physical files, if the underlying physical file is distributed, then the
logical file is also a distributed file.
Contrast this to a Distributed Data Management (DDM) file which identifies the
name of a database file that exists on a remote system. In ILE COBOL, to OPEN
the remote database file, you actually open the local DDM file Thus, a DDM file
combines the characteristics of a device file and a database file. As a device file, the
DDM file refers to a remote location name, local location name, device name,
mode, and a remote network ID to identify a remote system as the target system.
The DDM file appears to the application program as a database file and serves as
the access device between the ILE COBOL program and a remote file.
Since a DDM file identifies a remote database file, and since database files can be
distributed files, a DDM file can refer to a distributed file.
For more information about DDM files and distributed files, refer to the DB2
Universal Database for AS/400 section of the Database and File Systems category in the
iSeries 400 Information Center at this Web site -
http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
A DDM file is a file on the local (or source) system that contains the information
needed to access a data file on a target system. It is not a data file that can be
accessed by a program for database operations. Instead, when an ILE COBOL
program running on a source system opens a DDM file, the file information is
used by DDM to locate the remote file whose data is to be accessed.
A DDM file is created by the Create DDM File (CRTDDMF) command. The DDM
file is stored as a file object in a library, the same as any other file or object.
When an ILE COBOL program opens a DDM file, a DDM conversation with the
target system is established. And, if the program is opening the DDM file to access
records in the remote file, an open data path (ODP) to the remote file is also
established.
The following sections discuss the behavior that is unique to DDM files, and
database files access through DDM files. Other topics about database files are
discussed elsewhere in this chapter.
Keep the following in mind when working with direct files on the OS/400:
v If a file is created on the local OS/400 server as a direct file by a program or
user from a non-OS/400 server, the file can be accessed as a direct file by a ILE
COBOL program from a remote non-OS/400 source server.
v If a file is created on the local OS/400 server by a program or user on the same
OS/400 server, it cannot be accessed as a direct file by a non-iSeries system
because the OS/400 target server cannot determine, in this case, whether the file
is a direct or sequential file.
v Any files created by a remote system can be used locally.
Distributed Files
Distributed files allow a database file to be spread across multiple OS/400systems,
while retaining the look and capability of a single database. Performance of large
queries can be enhanced by splitting database requests across multiple systems.
Distributed files behave in much the same way as DATABASE files. However,
since files are distributed across multiple systems, the arrival sequence or relative
number cannot be relied upon, and additional time is required for the data link to
pass the data between the systems whenever the remote system is accessed.
A distributed file is created like other database files, with the Create Physical File
(CRTPF) command. This command has two new parameters that relate to a
distributed file:
v Node group (NODGRP)
v Partitioning key (PTNKEY).
The first parameter has a value of *NONE for regular files, and the name of a node
group for a distributed file. A node group is a new system object type (type
*NODGRP) that specifies the names of the relational databases that will contain the
records of the file. A node group is created with the Create Node Group
(CRTNODGRP) command.
The records of a distributed file are divided amongst the various relational
databases based on a partitioning key. The partitioning key is a field, or set of
fields, from the distributed file whose value will determine in which relational
database each record will be stored.
The Override with Database File (OVRDBF) command has a new parameter called
distributed data (DSTDTA) that has three values:
*BUFFERED
Data may be kept in a buffer.
*PROTECTED
Similar to *BUFFERED, but the file is locked to prevent updates by other
jobs.
*CURRENT
Data is not buffered.
The remainder of this section describes the open considerations when distributed
data processing is overridden and when it is not overridden.
Note: For arrival sequence distributed files, records will be retrieved in arrival
sequence starting with the first node, then the second node, and so on.
For duplicate key considerations, refer to “Input/Output Considerations
for Distributed Files”.
v The system will process a distributed file that is opened with all operations
(*INP, *OUT, *UPD, *DLT) using non-buffered retrieval (*CURRENT), since it
includes both update and delete options.
Therefore, distributed files that have duplicate key values will not be processed
in the specified access path order across the different nodes of the distributed
file.
v When buffered retrieval (*BUFFERED) or protected buffered retrieval
(*PROTECTED) is being used:
– Records that are inserted or updated in the distributed file after the open
might not be seen while retrieving records even if their key values come after
the last record returned to your program. This is because each node has its
own key position based on the last get-by-key request. “Example of How
Records are Retrieved for Insert, Update, and Delete” provides an example of
how duplicate key records are retrieved for insert or update.
– Records that are deleted from the distributed file after the open might still be
seen while retrieving records from the file.
– The only difference between buffered retrieval and protected buffer retrieval
is that protected buffer retrieval restricts the deleting, inserting, and updating
of records in the distributed file to your job.
v For output to distributed files, the system will process insert requests one record
at a time. If your distributed file open request is for output-only and
SEQONLY(*YES) processing, it will be changed to SEQONLY(*NO). The single
record output processing will provide feedback on a record-by-record basis
when the records are inserted into the file.
Figure 127. First Duplicate Record Key Positions Across Nodes in a Distributed File
In this example, the first get-by-key request has returned record A to your
program. Because of the different record positions on the different nodes,
subsequent get-by-key-next requests would not return records that had been
inserted or updated on node 1 that preceded either Record H on Node 1 or Record
I on Node 3. An inserted or updated record that comes after the last record
returned to your program, but before the current key position for a particular
node, will not be seen by your program unless the direction in which you are
reading records is changed.
Records that have been deleted may also be seen by your program if they have
already been positioned to and retrieved from a particular node. For example, if
Record A from Node 2 has been returned to your program, Record I from Node 3
will be returned to your program even if it has been deleted prior to issuing the
next get-by-key-next request set to retrieve it.
When non-buffered retrieval (*CURRENT) is being used, records that are inserted
or updated in the distributed file after the open will be retrieved in the same way
as they would have been for a non-distributed database file, except for duplicate
key values that span nodes. Records that are inserted or updated in a distributed
file after it has been opened for non-buffered retrieval also might not be seen if its
key value comes before the last record that has been returned to your program. If
you require that the keyed sequence input to your distributed file retrieves the
same records that would have been retrieved for a non-distributed database file,
except for duplicate key values that span nodes, then you should override the
open of your keyed distributed file to non-buffered retrieval.
" "$
IN nodegroup partition key
library / nodegroup
library . nodegroup
,
USING HASHING
PARTITIONING KEY ( ( column )
For more information about using SQL commands in ILE COBOL programs, refer
to ″Including Structured Query Language (SQL) Statements in Your ILE COBOL
Program″.
For example, suppose you have two systems, and you want each one to contain
part of a distributed file. Assume:
v Your primary system is called OS400SYS1, and your other system is OS400SYS2
v The library where the distributed file will exist is DISTRIBUTE.
Then, to create the node group on system OS400SYS1, use the following command:
CRTNODGRP NODGRP(DISTRIBUTE/NODEGROUP) RDB(OS400SYS1 AS400SYS2)
TEXT(’node group for distributed file’)
The DDS for the Create Physical File (CRTPF) command (contained in source file
QDDSSRC, in library DISTRIBUTE) is:
....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
A R CUSTREC
A CUSTOMERNO 9S 0 ALIAS(CUSTOMER_NUMBER)
A FIRSTNAME 15A ALIAS(CUSTOMER_FIRST_NAME)
A LASTNAME 15A ALIAS(CUSTOMER_LAST_NAME)
A ADDRESS 20A ALIAS(CUSTOMER_ADDRESS)
A ACCOUNTNO 9S 0 ALIAS(CUSTOMER_ACCOUNT_NUMBER)
The DDS field CUSTOMERNO is used below as the partitioning key for the
distributed file.
CRTPF FILE(DISTRIBUTE/CUSTMAST)
SRCFILE(DISTRIBUTE/QDDSSRC) SRCMBR(CUSTMAST)
NODGRP(DISTRIBUTE/NODEGROUP)
PTNKEY(CUSTOMERNO)
When the Create Physical File (CRTPF) command completes on the primary
system, the file is created on the primary system as well as on all of the other
relational databases in the node group. After the file has been created, changes to
the node group will no longer affect the distributed file.
Check constraints are validity checks that can be placed on fields (columns) in the
database physical files (SQL tables), thereby increasing the integrity of your data.
When data is inserted or updated in fields with constraints, the data must first
meet the validity checks placed on those fields, before the insert or update
operation can be completed. If all of the constraints are not met, then the I/O
request is not performed, and a message is sent back to the program indicating
that a constraint has been violated. When a check constraint has been violated
during the running of a COBOL I/O statement, a file status of 9W is set. If a
referential constraint is violated, a file status of 9R is set.
For more detailed information about constraints, refer to the DB2 Universal
Database for AS/400 section of the Database and File Systems category in the iSeries
400 Information Center at this Web site -
http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
Restrictions
The following restrictions apply when adding constraints to a file or table. The file:
v Must be a database physical file
v Can have a maximum of one member
v Cannot be a program-described file
v Cannot be a source file
v Cannot reside in QTEMP
v Cannot be opened
v Cannot have uncommitted I/O changes.
Defined means the constraint definition has been added to the file, but not all of
the pieces of the file are there for enforcement. For example, the file’s member does
not exist.
Established means the constraint definition has been added to the file, and all of
the pieces of the file are there for enforcement.
Enabled means the check constraint will be enforced if the constraint is also
established. If the constraint is defined, then the file member structures do not yet
exist for enforcement.
To define or establish a referential constraint, the parent file and the dependent file
must exist. However, if the parent or dependent file has no members, the
constraint is defined only (not established).
Through SQL, a constraint can be added to the column of a table using the
CREATE TABLE statement. If the table already exists, then the ALTER TABLE
statement can be used to add the constraint. The ALTER TABLE statement can also
be used to DROP the constraint.
Both the Retrieve File Description (QDBRTVFD) API and the Display File
Description (DSPFD) command retrieve the file definition along with all of the
constraints that have been added.
Order of Operations
The following is the order of operations for a file on which commitment control
has not been started:
v BEFORE trigger fired
v Referential constraint processed for *RESTRICT
v Check constraint processed
v I/O operation processed
v AFTER trigger fired
v Referential constraints, other than *RESTRICT, processed.
The following is the order of operations for a file on which commitment control has
been started:
v BEFORE trigger fired
v Referential constraint processed for *RESTRICT
v I/O operation processed
v AFTER trigger fired
v Referential constraints, other than *RESTRICT, processed
v Check constraint processed.
To figure out what is causing the constraint violation, after the constraint has been
disabled, you can use one of the following methods:
v Use the Display CHKPND Constraint (DSPCPCST) command to check which
records are causing the violation.
v Use the Work with PF Constraints (WRKPFCST) command to find out which
constraint is in check pending.
v Use the Remove PF Constraint (RMVPFCST) command to remove the constraint,
followed by the Add PF Constraint (ADDPFCST) command to add the
constraint back on. This will list the first 20 records of the constraint that is
causing the violation.
Journaling
A file with referential or check constraints can be journaled, but it is not required
to be. There are not any special journal entries associated with check constraints.
Commitment Control
When commitment control is active, file I/O functions follow the same rules that
apply when commitment control is not active. That is, when performing I/O on a
file with constraints, an insert, update, or delete is not allowed where a constraint
rule would be violated. Potential violations result in notification messages. If the
I/O operation completes successfully, then either a COMMIT or ROLLBACK can
be performed.
Distributed Files
Check constraints are supported for Distributed (multi-system) files. When
distributed files are being used between a V4R2 and a pre-V4R2 system, then any
check constraint information that may exist on the V4R2 system is not passed to
the pre-V4R2 system.
The AS/400 system permits you to communicate with a program or device (such
as Asynchronous communication types) on a remote system. For a detailed
discussion of these devices, see the ICF Programming manual
ILE COBOL TRANSACTION files are usually externally described. If these files are
program-described, only simple display formatting can be performed. For more
information about using program-described display files, refer to the Database and
File Systems category in the iSeries 400 Information Center at this Web site
-http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
An ILE COBOL TRANSACTION file usually uses an externally described file that
contains file information and a description of the fields in the records. The records
in this file can be described in an ILE COBOL program by using the Format 2
COPY statement. Refer to the WebSphere Development Studio: ILE COBOL Reference
for more information about the Format 2 COPY statement.
In addition to the field descriptions (such as field names and attributes), the data
description specifications (DDS) for a display device file do the following:
v Specify the line number and position number entries for each field and constant
to format the placement of the record on the display.
v Specify attention functions such as underlining and highlighting fields, reverse
image, or a blinking cursor.
v Specify validity checking for data entered at the display workstation.
v Control display management functions such as when fields are to be erased,
overlaid, or retained when new data is displayed.
v Associate indicators 01 through 99 with function keys designated as type CA or
CF. If a function key is designated as CF, both the modified data record and the
response indicator are returned to the program. If a function key is designated
as CA, the response indicator is returned to the program, but the data record
usually contains default values for input-only fields and values written to the
format for hidden output/input fields. For more information about type CF and
Display format data defines or describes a display. A display device record format
contains three types of fields:
v Input Fields: Input fields pass from the device to the program when the program
reads a record. Input fields can be initialized with a default value; if the default
value is not changed, the default value passes to the program. Un-initialized
input fields are displayed as blanks where the work station user can enter data.
v Output Fields: Output fields pass from the program to the device when the
program writes a record to a display. The program or the record format in the
device file can provide output fields.
v Output/Input (Both) Fields: An output/input field is an output field that can be
changed to become an input field. Output/input fields pass from the program
when the program writes a record to a display and pass to the program when
the program reads a record from the display. Output/input fields are used when
the user is to change or update the data that is written to the display from the
program.
For a detailed description of a data communications file, see the ICF Programming
manual. For more information on externally defined display files and a list of the
valid data description specifications (DDS) keywords, refer to the Database and File
Systems category in the iSeries 400 Information Center at this Web site
-http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
Figure 128 shows an example of the DDS for a display device file:
Figure 128. Example of the Data Description Specifications for a Display Device File
This display device file contains two record formats: CUSPMT and CUSFLDS.
1 The attributes for the fields in this file are defined in the CUSMSTP field
reference file. For example, EDTCDE(J) is defined in CUSMSTP for the
field ARBAL.
2 The F1 key is associated with indicator 15, with which the user ends the
program.
3 The ERRMSG keyword identifies the error message that is displayed if
indicator 99 is set on in the program that uses this record format.
4 The OVERLAY keyword is used for the record format CUSFLDS so that
the CUSPMT record on the display will not be erased when the CUSFLDS
record is written to the display.
5 The constants such as ‘Name’, ‘Address’, and ‘City’ describe the fields that
are written out by the program.
6 The line and position entries identify where the fields or constants are
written on the display.
When your ILE COBOL program requests an output operation, it passes the output
record to the operating system. The operating system provides the necessary
device control information to display the record. It also adds any constant
information specified for the record format when the record is displayed.
When a record passes to your ILE COBOL program, the fields are arranged in the
order in which they are specified in the DDS. The order in which the fields are
displayed is based on the display positions (line numbers and positions) assigned
to the fields in the DDS. Therefore, the order in which the fields are specified in
the DDS and the order in which they appear on the display need not be the same.
You use the SELECT clause to choose a file. This file must be identified by a FD
entry in the Data Division.
You use the ASSIGN clause to associate the TRANSACTION file with a display file
or ICF file. You must specify a device type of WORKSTATION in the ASSIGN
clause to use TRANSACTION files. If you want to use a separate indicator area for
You access a TRANSACTION file sequentially. You use the ACCESS MODE clause
in the file control entry to tell your ILE COBOL program how to access the
TRANSACTION file. You specify ACCESS MODE IS SEQUENTIAL to read or
write to the TRANSACTION file in sequential order. If you do not specify the
ACCESS MODE clause, sequential access is assumed.
You can obtain specific device-dependent and system dependent information that
is used to control input-output operations for TRANSACTION files by identifying
a control area data item using the CONTROL-AREA clause. You can define the
data item specified by the CONTROL-AREA clause in the LINKAGE SECTION or
WORKING-STORAGE SECTION with the following format:
01 control-area-data-item.
05 function-key PIC X(2).
05 device-name PIC X(10).
05 record-format PIC X(10).
The control area can be 2, 12, or 22 bytes long. Thus, you can specify only the first
05-level element, the first two 05-level elements, or all three 05-level elements,
depending of the type of information your are looking for.
A file description entry in the Data Division that describes a TRANSACTION file
looks as follows:
FD CUST-DISPLAY.
01 DISP-REC.
COPY DDS-ALL-FORMATS OF CUSMINQ.
Once you have created the DDS for the TRANSACTION file and the
TRANSACTION file, use the Format 2 COPY statement to describe the layout of
the TRANSACTION file data record. When you compile your ILE COBOL
program, the Format 2 COPY will create the Data Division statements to describe
the TRANSACTION file. Use the DDS-ALL-FORMATS option of the Format 2
COPY statement to generate one storage area for all formats.
You implicitly acquire one program device when you open the TRANSACTION
file. If the file is an ICF file, the single implicitly acquired program device is
determined by the ACQPGMDEV parameter of the CRTICFF command. If the file
is a display file, the single implicitly acquired program device is determined by the
first entry in the DEV parameter of the CRTDSPF command. Additional program
devices must be explicitly acquired.
You explicitly acquire a program device by using the ACQUIRE statement. For an
ICF file, the device must have been defined to the file with the ADDICFDEVE or
OVRICFDEVE CL command before the file was opened. For display files, there is
no such requirement. That is, the device named in the ACQUIRE statement does
not have to be specified in the DEV parameter of the CRTDSPF command,
CHGDSPF command, or the OVRDSPF command. However, when you create the
display file, you must specify the number of devices that may be acquired (the
default is one). For a display file, the program device name must match the
display device.
ACQUIRE program-device-name FOR transaction-file-name.
You use the Format 4 WRITE statement to write a logical record to the
TRANSACTION file. You simply code the WRITE statement as follows:
WRITE record-name FORMAT IS format-name.
In some situations, you may have multiple data records, each with a different
format, that you want active for a TRANSACTION file. In this case, you must use
the FORMAT phrase of the Format 4 WRITE statement to specify the format of the
output data record you want to write to the TRANSACTION file.
If you have explicitly acquired multiple program devices for the TRANSACTION
file, you must use the TERMINAL phrase of the Format 4 WRITE statement to
specify the program device to which you want the output record to be sent.
You can control the line number on the display where the WRITE statement will
write the output record by specifying the STARTING phrase and ROLLING phrase
of the Format 4 WRITE statement. The STARTING phrase specifies the starting line
number for the record formats that use the variable record start line keyword. The
ROLLING phrase allows you to move lines displayed on the workstation screen.
All or some of the lines on the screen can be rolled up or down.
WRITE record-name FORMAT IS format-name
TERMINAL IS program-device-name
STARTING AT LINE start-line-no
AFTER ROLLING LINES first-line-no THRU last-line-no
DOWN no-of-lines LINES
END-WRITE.
Before you use the READ statement, you must have acquired at least one program
device for the TRANSACTION file. If a READ statement is performed and there
are no acquired program devices, a logic error is reported by setting the file status
to 92.
You can use the READ statement in its simplest form as follows:
READ record-name RECORD.
If you have only acquired one program device, this simple form of the READ
statement will always wait for data to be made available. Even if the job receives a
controlled cancellation, or a wait time is specified in the WAITRCD parameter for
the display file or ICF file, the program will never regain control from the READ
statement.
If you have acquired multiple program devices, this simple form of the READ
statement will receive data from the first invited program device that has data
available. When multiple program devices have been acquired, this simple form of
For a detailed explanation of how the READ operation is performed, refer to the
section on the READ statement in the WebSphere Development Studio: ILE COBOL
Reference.
In those cases where you have acquired multiple program devices, you can
explicitly specify the program device from which you read data by identifying it in
the TERMINAL phrase of the READ statement.
In those cases where you want to receive the data in a specific format, you can
identify this format in the FORMAT phrase of the READ statement. If the data
available does not match the requested record format, a file status of 9K is set.
The following are examples of the READ statement with the TERMINAL and
FORMAT phrases specified.
READ record-name RECORD
FORMAT IS record-format
END-READ
READ record-name RECORD
TERMINAL IS program-device-name
END-READ
READ record-name RECORD
FORMAT IS record-format
TERMINAL IS program-device-name
END-READ
When the READ statement is performed, the following conditions can arise:
1. Data is immediately available and the AT END condition does not exist. The
AT END condition occurs when there are no invited program devices and a
wait time is not specified.
2. Data is not immediately available.
3. The AT END condition exists.
You can transfer control to various statements of your ILE COBOL program from
the READ statement based on the condition that results from performing the
READ statement by specifying the NO DATA phrase, AT END phrase, or
NOT AT END phrase.
To perform a group of statements when the AT END condition exists, specify the
AT END phrase of the READ statement.
The following are examples of the READ statement with the NO DATA,
NOT AT END, and AT END phrases specified.
READ record-name RECORD
TERMINAL IS program-device-name
NO DATA imperative-statement-1
END-READ
You implicitly drop all program devices attached to a TRANSACTION file when
you close the file.
You explicitly drop a program device by indicating it in the DROP statement. The
device, once dropped, can be re-acquired again, if necessary.
DROP program-device-name FROM transaction-file-name.
Figure 129. Example of a TRANSACTION Inquiry Program Using a Single Display Device
The data description specifications (DDS) for the display device file (CUSMINQ) to
be used by this program describe two record formats: CUSPMT and CUSFLDS.
The CUSPMT record format contains the constant ‘Customer Master Inquiry’,
which identifies the display. It also contains the prompt ‘Customer Number’ and
the input field (CUST) where you enter the customer number. Five underscores
appear under the input field CUST on the display where you are to enter the
customer number. The error message:
Customer number not found
These constants identify the fields to be written out from the program. This record
format also describes the fields that correspond to these constants. All of these
In addition to describing the constants, fields, and attributes for the display, the
record formats also define the line numbers and horizontal positions where the
constants and fields are to be displayed.
Note: The field attributes are defined in a physical file (CUSMSTP) used for field
reference purposes, instead of in the DDS for the display file.
....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....
A* THIS IS THE CUSTOMER MASTER FILE ** CUSMSTP
A
A
A UNIQUE
A R CUSMST TEXT(’CUSTOMER MASTER RECORD’)
A CUST 5 TEXT(’CUSTOMER NUMBER’)
A NAME 25 TEXT(’CUSTOMER NAME’)
A ADDR 20 TEXT(’CUSTOMER ADDRESS’)
A CITY 20 TEXT(’CUSTOMER CITY’)
A STATE 2 TEXT(’STATE’)
A ZIP 5 00 TEXT(’ZIP CODE’)
A SRHCOD 6 TEXT(’CUSTOMER NUMBER SEARCH CODE’)
A CUSTYP 1 00 TEXT(’CUSTOMER TYPE 1=GOV 2=SCH +
A 3=BUS 4=PVT 5=OT’)
A ARBAL 8 02 TEXT(’ACCOUNTS REC. BALANCE’)
A ORDBAL 8 02 TEXT(’A/R AMT. IN ORDER FILE’)
A LSTAMT 8 02 TEXT(’LAST AMT. PAID IN A/R’)
A LSTDAT 6 00 TEXT(’LAST DATE PAID IN A/R’)
A CRDLMT 8 02 TEXT(’CUSTOMER CREDIT LIMIT’)
A SLSYR 10 02 TEXT(’CUSTOMER SALES THIS YEAR’)
A SLSLYR 10 02 TEXT(’CUSTOMER SALES LAST YEAR’)
K CUST
Figure 130. Data Description Specification for the Record Format CUSMST.
The data description specifications (DDS) for the database file that is used by this
program describe one record format: CUSMST. Each field in the record format is
described, and the CUST field is identified as the key field for the record format.
Figure 131. Source Listing of a TRANSACTION Inquiry Program Using a Single Display Device. (Part 1 of 3)
Figure 131. Source Listing of a TRANSACTION Inquiry Program Using a Single Display Device. (Part 2 of 3)
Figure 131. Source Listing of a TRANSACTION Inquiry Program Using a Single Display Device. (Part 3 of 3)
The complete source listing for this program example is shown here. In particular,
note the FILE-CONTROL and FD entries and the data structures generated by the
Format 2 COPY statements.
The READ operation at 2 uses the customer number (CUST) field to retrieve the
corresponding CUSMST record from the CUSMSTP file. If no record is found in
the CUSMSTP file, the INVALID KEY imperative statements at 3 are performed.
Indicator 99 is set on and the message:
Customer number not found
If the READ operation retrieves a record from the CUSMSTP file, the WRITE
operation writes the CUSFLDS record to the display workstation. This record
contains the customer’s name, address, and accounts receivable balance.
You then press Enter, and the program branches back to the beginning. You can
enter another customer number or end the program. To end the program, press F1,
which sets on indicator 15 in the program.
When indicator 15 is on, the program closes all files and processes the GOBACK
statement. The program then returns control to the individual who called the ILE
COBOL program.
This display appears if a record is found in the CUSMSTP file for the customer
number entered in response to the first display:
This display appears if the CUSMSTP file does not contain a record for the
customer number entered in response to the first display:
Customer Number
Customer number not found, press reset, then enter valid number
When you define a record format for a file using DDS, you can condition the
options using indicators; indicators can also be used to reflect particular responses.
These indicators are known as OPTION and RESPONSE, respectively.
Indicators can be passed with data records in a record area, or outside the record
area in a separate indicator area.
The file control entry for a file that has INDARA specified in its DDS must have
the separate indicator area attribute, SI, as part of the assignment-name. For
example, the assignment for a file named DSPFILE is as follows:
The number and order of indicators defined in the DDS for a record format for a
file determines the number and order in which the data description entries for the
indicators in the record format must be coded in your ILE COBOL program.
The file control entry for a file that does not have the INDARA keyword specified
in the DDS associated with it must not have the separate indicator area attribute,
SI, as part of the assignment-name.
If you use a Format 2 COPY statement to copy indicators into your ILE
COBOLprogram, the indicators are defined in the order in which they are specified
in the DDS for the file.
Figure 133 on page 487 shows an ILE COBOL program that uses indicators in the
record area but does not use the INDICATORS phrase in any I/O statement.
Figure 132 on page 486 shows the associated DDS for the file.
Figure 134 on page 490 shows an ILE COBOL program that uses indicators in the
record area and the INDICATORS phrase in the I/O statements. The associated
DDS for Figure 134 is Figure 132 on page 486.
Figure 136 on page 493 shows an ILE COBOL program that uses indicators in a
separate indicator area, defined in the WORKING-STORAGE SECTION by using
the Format 2 COPY statement. Figure 135 on page 492 shows the associated DDS
for the file.
....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....
A* DISPLAY FILE DDS FOR INDICATOR EXAMPLES - INDICATORS IN RECORD AREA
A* DSPFILEX 1
A 2 R FORMAT1 3CF01(99 ’END OF PROGRAM’)
A CF05(51 ’DAILY REPORT’)
A CF09(52 ’MONTHLY REPORT’)
A*
A 4 10 10’DEPARTMENT NUMBER:’
A DEPTNO 5 I 10 32
A 501 20 26’PRODUCE MONTHLY REPORTS’
A DSPATR(BL)
A*
A 6 24 01’F5 = DAILY REPORT’
A 24 26’F9 = MONTHLY REPORT’
A 24 53’F1 = TERMINATE’
A R ERRFMT
A 98 6 5’INPUT-OUTPUT ERROR’
Figure 132. Example of a Program Using Indicators in the Record Area without Using the
INDICATORS Phrase in the I/O Statement—DDS
1 The INDARA keyword is not used; indicators are stored in the record area
with the data fields.
2 Record format FORMAT1 is specified.
3 Three indicators are associated with three function keys. Indicator 99 will
be set on when you press F1, and so on.
4 One field is defined for input.
5 Indicator 01 is defined to cause the associated constant field to blink if the
indicator is on.
6 The function (F) key definitions are documented on the workstation
display.
Figure 133. Example of a Program Using Indicators in the Record Area without Using the INDICATORS Phrase in the
I/O Statement—COBOL Source Program (Part 1 of 2)
Figure 133. Example of a Program Using Indicators in the Record Area without Using the INDICATORS Phrase in the
I/O Statement—COBOL Source Program (Part 2 of 2)
1 The separate indicator area attribute, SI, is not coded in the ASSIGN
clause. As a result, the indicators form part of the record area.
2 The Format 2 COPY statement defines data fields and indicators in the
record area.
3 Because the file indicators form part of the record area, response and
Figure 134. Example of Program Using Indicators in the Record Area and the INDICATORS Phrase in I/O
Statements–COBOL Source Program (Part 1 of 2)
Figure 134. Example of Program Using Indicators in the Record Area and the INDICATORS Phrase in I/O
Statements–COBOL Source Program (Part 2 of 2)
1 The separate indicator area attribute, SI, is not coded in the ASSIGN
clause.
2 The Format 2 COPY statement defines data fields and indicators in the
record area.
3 Because the file does not have a separate indicator area, response and
option indicators are defined in the order in which they are used in the
DDS, and the indicator numbers are treated as documentation.
4 All indicators used by the program are defined with meaningful names in
data description entries in the WORKING-STORAGE SECTION. Indicator
numbers are omitted here because they have no effect. Indicators should be
defined in the order needed by the display file.
....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....
A* DISPLAY FILE FOR INDICATOR EXAMPLES - INDICATORS IN SI AREA
A* DSPFILE
A INDARA 1
A R FORMAT1 CF01(99 ’END OF PROGRAM’)
A CF05(51 ’DAILY REPORT’)
A CF09(52 ’MONTHLY REPORT’)
A*
A 10 10’DEPARTMENT NUMBER:’
A DEPTNO 5 I 10 32
A 01 20 26’PRODUCE MONTHLY REPORTS’
A DSPATR(BL)
A*
A 24 01’F5 = DAILY REPORT’
A 24 26’F9 = MONTHLY REPORT’
A 24 53’F1 = TERMINATE’
A R ERRFMT
A 98 6 5’INPUT-OUTPUT ERROR’
Figure 135. Example of a Program Using Indicators in a Separate Indicator Area, Defined in
WORKING-STORAGE by Using the COPY Statement ** DDS
Figure 136. COBOL Listing Using Indicators in a Separate Indicator Area (Part 1 of 2)
Figure 136. COBOL Listing Using Indicators in a Separate Indicator Area (Part 2 of 2)
1 The separate indicator area attribute, SI, is specified in the ASSIGN clause.
2 The Format 2 COPY statement generates data descriptions in the record
area for data fields only. The data description entries for the indicators are
not generated because a separate indicator area has been specified for the
file.
3 The Format 2 COPY statement, with the INDICATOR attribute, INDIC,
defines data description entries in the WORKING-STORAGE SECTION for
all indicators used in the DDS for the record format for the file.
4 Because the file has a separate indicator area, the indicator numbers used
in the data description entries are not treated as documentation.
| 5722WDS V5R2M0 020719 LN IBM ILE COBOL CBLGUIDE/INDIC4 ISERIES1 02/08/15 15:02:22 Page 2
S o u r c e
STMT PL SEQNBR -A 1 B..+....2....+....3....+....4....+....5....+....6....+....7..IDENTFCN S COPYNAME CHG DATE
1 000100 IDENTIFICATION DIVISION.
2 000200 PROGRAM-ID. INDIC4.
000300* SAMPLE PROGRAM
000400* FILE WITH SEPERATE INDICATORS AREA IN WORKING STORAGE
000500
3 000600 ENVIRONMENT DIVISION.
4 000700 CONFIGURATION SECTION.
5 000800 SOURCE-COMPUTER. IBM-ISERIES
6 000900 OBJECT-COMPUTER. IBM-ISERIES
7 001000 INPUT-OUTPUT SECTION.
8 001100 FILE-CONTROL.
9 001200 SELECT DISPFILE
10 001300 ASSIGN TO WORKSTATION-DSPFILE-SI 1
11 001400 ORGANIZATION IS TRANSACTION
12 001500 ACCESS IS SEQUENTIAL.
001600
13 001700 DATA DIVISION.
14 001800 FILE SECTION.
15 001900 FD DISPFILE.
16 002000 01 DISP-REC.
002100 COPY DDS-ALL-FORMATS OF DSPFILE. 2
17 +000001 05 DSPFILE-RECORD PIC X(5). <-ALL-FMTS
+000002* INPUT FORMAT:FORMAT1 FROM FILE DSPFILE OF LIBRARY CBLGUIDE <-ALL-FMTS
+000003* <-ALL-FMTS
18 +000004 05 FORMAT1-I REDEFINES DSPFILE-RECORD. <-ALL-FMTS
19 +000005 06 DEPTNO PIC X(5). <-ALL-FMTS
+000006* OUTPUT FORMAT:FORMAT1 FROM FILE DSPFILE OF LIBRARY CBLGUIDE <-ALL-FMTS
+000007* <-ALL-FMTS
+000008* 05 FORMAT1-O REDEFINES DSPFILE-RECORD. <-ALL-FMTS
+000009* INPUT FORMAT:ERRFMT FROM FILE DSPFILE OF LIBRARY CBLGUIDE <-ALL-FMTS
+000010* <-ALL-FMTS
+000011* 05 ERRFMT-I REDEFINES DSPFILE-RECORD. <-ALL-FMTS
+000012* OUTPUT FORMAT:ERRFMT FROM FILE DSPFILE OF LIBRARY CBLGUIDE <-ALL-FMTS
+000013* <-ALL-FMTS
+000014* 05 ERRFMT-O REDEFINES DSPFILE-RECORD. <-ALL-FMTS
002200
20 002300 WORKING-STORAGE SECTION.
21 002400 01 CURRENT-DATE.
22 002500 05 CURR-YEAR PIC 9(2).
23 002600 05 CURR-MONTH PIC 9(2).
24 002700 05 CURR-DAY PIC 9(2).
002800
25 002900 01 INDIC-AREA.
26 003000 05 INDIC-TABLE OCCURS 99 PIC 1 INDICATOR 1. 3
27 003100 88 IND-OFF VALUE B"0".
28 003200 88 IND-ON VALUE B"1".
003300
29 003400 01 DISPFILE-INDIC-USAGE.
30 003500 05 IND-NEW-MONTH PIC 9(2) VALUE 01.
31 003600 05 IND-DAILY PIC 9(2) VALUE 51. 4
32 003700 05 IND-MONTHLY PIC 9(2) VALUE 52.
33 003800 05 IND-IO-ERROR PIC 9(2) VALUE 98.
34 003900 05 IND-EOJ PIC 9(2) VALUE 99.
Figure 137. Example of a Program Using Indicators in a Separate Indicator Area, Defined in a Table in
WORKING-STORAGE (Part 1 of 2)
Figure 137. Example of a Program Using Indicators in a Separate Indicator Area, Defined in a Table in
WORKING-STORAGE (Part 2 of 2)
1 The separate indicator area attribute, SI, is specified in the ASSIGN clause.
2 The Format 2 COPY statement generates fields in the record area for data
fields only.
3 A table of 99 Boolean data items is defined in the WORKING-STORAGE
SECTION. The INDICATOR clause for this data description entry causes
these data items to be associated with indicators 1 through 99 respectively.
The use of such a table may result in improved performance as compared
to the use of a group item with multiple subordinate entries for individual
indicators.
4 A series of data items is defined in the WORKING-STORAGE SECTION to
provide meaningful subscript names with which to refer to the table of
indicators. The use of such data items is not required.
5 INDIC-TABLE (01) in the separate indicator area for FORMAT1 is set on if
it is the first day of the month.
6 The INDICATOR phrase is required to send indicator values to the
workstation display.
Subfiles offer a convenient way of reading and writing large numbers of similar
records to and from displays. Subfiles are display files whose records can be
accessed sequentially or randomly by relative key value.
For example, suppose you want to display all customers who have spent more
than $5000 with your company over the last year. You can do a query of your
database and get the names of all these customers, and place them in a special file
(the subfile), by performing WRITE SUBFILE operations on the subfile. When you
have done this, you can write the entire contents of the subfile to the display by
performing a WRITE operation on the subfile control record. Then you can read
the customer list as modified by the user using a READ operation on the subfile
control record, and subsequently retrieve the individual records from the subfile
using READ SUBFILE operations.
Subfiles can be specified in the DDS for a display file to allow you to handle
multiple records of the same type on a display. See Figure 138 on page 498 for an
example of a subfile display.
Records formats to be included in a subfile are specified in the DDS for the file.
The number of records that can be contained in a subfile must also be specified in
the DDS. One file can contain more than one subfile; however, only twelve subfiles
can be active concurrently for a device.
The subfile record format contains the field descriptions for the records in the
subfile. Specifications of the subfile record format on a READ, WRITE, or
REWRITE causes the specified subfile record to be processed, but does not directly
affect the displayed data.
For a description of how the records in a subfile can be displayed and for a
description of the keywords that can be specified for a subfile, refer to the Database
and File Systems category in the iSeries 400 Information Center at this Web site
-http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
Subfiles can be processed sequentially with the READ SUBFILE NEXT MODIFIED
statement, or processed randomly by specifying a relative key value. A relative key
is an unsigned number that can be used directly by the system to locate a record in
a file.
If more than one display device is acquired by a display file, there is a separate
subfile for each individual display device. If a subfile has been created for a
particular display device acquired by a TRANSACTION file, all input operations
that refer to a record format for the subfile are performed against the subfile
belonging to that device. Any operations that reference a record format name that
is not designated as a subfile are processed as an input/output operation directly
to the display device.
Figure 139. Data Description Specifications for a Subfile Record Format (Part 1 of 2)
Figure 139. Data Description Specifications for a Subfile Record Format (Part 2 of 2)
The data description specifications (DDS) for a subfile record format describe the
records in the subfile:
1 The SFL keyword identifies the record format as a subfile.
2 The line and position entries define the location of the fields on the
display.
3 The VALUES keyword specifies that the user can only specify *YES or *NO
as values for the ACPPMT field.
4 The usage entries define whether the named field is to be an output (O),
input (I), output/input (B), or hidden (H) field.
5 The entry CHECK(FE) specifies that the user cannot skip to the next input
field without pressing one of the field exit keys.
6 The entry AUTO(RAB) specifies that data entered into the field AMPAID is
to be automatically right-justified, and the leading characters are to be
filled with blanks.
7 The entry CMP(GT 0) specifies that the data entered for the field AMPAID
is to be compared to zero to ensure that the value is greater than zero.
8 The EDTCDE keyword specifies the desired editing for output field
OVRPMT. EDTCDE(1) indicates that the field OVRPMT is to be printed
with commas, decimal point, and no sign. Also, a zero balance will be
printed, and leading zeros will be suppressed.
9 The DSPATR keyword is used to specify the display attributes for the
named field when the corresponding indicator status is true. The attributes
specified are:
v BL (blink)
v RI (reverse image)
v PR (protect)
v MDT (set modified data tag)
v ND (nondisplay).
The subfile control record format defines the attributes of the subfile, the search
input field, constants, and command keys. The keywords used indicate the
following:
In addition to the control information, the subfile control record format defines the
constants to be used as column headings for the subfile record format. Refer to
Figure 139 on page 500 for an example of the subfile control record format.
A display file can have multiple program devices when the MAXDEV parameter of
the CRTDSPF command is greater than 1. If you specify *NONE for the DEV
parameter of this command, you must supply the name of a display device before
you use any fields that are related to the file.
For more information about how to create and use a display file, refer to the
Database and File Systems category in the iSeries 400 Information Center at this
Web site -http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
ICF files can have multiple program devices when the MAXPGMDEV parameter of
the CRTICFF command is greater than 1. For more information about how to
create and use ICF files, see the ICF Programming.
ILE COBOL determines at run time whether a file is a single device file or a
multiple device file, based on whether the file is capable of having multiple devices.
The actual number of devices acquired does not affect whether a file is considered
a single or multiple device file. Whether a file is a single or a multiple device file is
not determined at compilation time; this determination is based on the current
description of the display or ICF file.
The following pages contain an example illustrating the use of multiple device
files. The program uses a display file, and is intended to be run in batch mode.
The program acquires terminals and invites those terminals using a sign-on
display. After the terminals are invited, they are polled. If nobody signs on before
the wait time expires, the program ends. If you enter a valid password, you are
allowed to update an employee file by calling another ILE COBOL program. Once
the update is complete, the device is invited again and the terminals are polled
again.
Figure 140. Example of the Use of Multiple Device Files ** Display File
1 The format SIGNON has the keyword INVITE associated with it. This means
that, if format SIGNON is used in a WRITE statement, the device to which it is
writing will be invited.
Figure 141. Example of the Use of Multiple Device Files ** Physical File PASSWORD
....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....
A* DDS FOR THE PHYSICAL FILE TERM
A* WHICH CONTAINS THE LIST OF TERMINALS
A*
A
A R TERM
A TERM 10
Figure 142. Example of the Use of Multiple Device Files ** Physical File TERM
Figure 143. ILE COBOL Source Listing for Multiple Device File Support (Part 1 of 5)
Figure 143. ILE COBOL Source Listing for Multiple Device File Support (Part 2 of 5)
Figure 143. ILE COBOL Source Listing for Multiple Device File Support (Part 3 of 5)
Figure 143. ILE COBOL Source Listing for Multiple Device File Support (Part 4 of 5)
Figure 143. ILE COBOL Source Listing for Multiple Device File Support (Part 5 of 5)
Note: Only the fields that are copied are named fields. Refer to the DDS of
this example for comments regarding the DDS used.
6 Format SIGNON is the format with the INVITE keyword. This is the
format that will be used to invite devices via the WRITE statement.
7 This is the declaration for the extended file-status MULTIPLE-FS2. It is a
4-byte field that is subdivided into a major return code (first 2 bytes) and a
minor return code (last 2 bytes).
8 STATION-ATTR is where the ACCEPT statement stores the attribute data
for the TRANSACTION file MULTIPLE-FILE. See item 10.
9 In this statement, the extended file status MULTIPLE-FS2 is being written.
10 This statement accepts attribute data for the TRANSACTION file
MULTIPLE-FILE. Since the FOR phrase is not specified with the ACCEPT
statement, the last program device is used.
11 This statement opens the TRANSACTION file MULTIPLE-FILE. Because
the ACQPGMDEV parameter of the CRTDSPF command has the value
*NONE, no program devices are implicitly acquired when this file is
opened.
12 This statement acquires the program device contained in the variable
LIST-OF-TERMINALS (COUNTER), for the TRANSACTION file
MULTIPLE-FILE.
13 This WRITE statement is inviting the program device specified in the
TERMINAL phrase. The format SIGNON has the DDS keyword INVITE
associated with it. Refer to item 14.
14 This READ statement will read from any invited program device. See item
13. If the wait time expires before anyone inputs to the invited devices,
the extended file status will be set to “0310” and processing will continue.
See item 15.
15 In this statement, the extended file status for MULTIPLE-FILE is being
checked to see if the wait time expired.
16 The program device name stored in the control area is used to determine
which program device was used to sign on. See item 4.
17 This DROP statement detaches the program device contained in the
variable LIST-OF-TERMINALS from the TRANSACTION file
MULTIPLE-FILE.
You use the SELECT clause to choose a file. This file must be identified by a FD
entry in the Data Division.
You use the ASSIGN clause to associate the TRANSACTION file with a display
file. You must specify a device type of WORKSTATION in the ASSIGN clause to
use TRANSACTION files. If you want to use a separate indicator area for this
TRANSACTION file, you need to include the -SI attribute with the ASSIGN clause.
See “Using Indicators with Transaction Files” on page 484 for further details of
how to use the separate indicator area.
You access a subfile TRANSACTION file dynamically. Dynamic access allows you
to read or write records to the file sequentially or randomly, depending on the
form of the specific input-output request. Subfiles are the only TRANSACTION
files that can be accessed randomly. You use the ACCESS MODE clause in the file
control entry to tell your ILE COBOL program how to access the TRANSACTION
file. You must specify ACCESS MODE IS DYNAMIC to read or write to the subfile
TRANSACTION file.
When using subfiles, you must provide a relative key. Use the RELATIVE KEY
clause to identify the relative key data item. The relative key data item specifies
the relative record number for a specific record in a subfile.
You can obtain specific device-dependent and system dependent information that
is used to control input-output operations for TRANSACTION files by identifying
The control area can be 2, 12, or 22 bytes long. Thus, you can specify only the first
05-level element, the first two 05-level elements, or all three 05-level elements,
depending of the type of information you are looking for.
A file description entry in the Data Division that describes a TRANSACTION file
looks as follows:
FD CUST-DISPLAY.
01 DISP-REC.
COPY DDS-ALL-FORMATS OF CUSMINQ.
Once you have created the DDS for the TRANSACTION file and the
TRANSACTION file, use the Format 2 COPY statement to describe the layout of
the TRANSACTION file data record. When you compile your ILE COBOL
program, the Format 2 COPY will create the Data Division statements to describe
the TRANSACTION file. Use the DDS-ALL-FORMATS option of the Format 2
COPY statement to generate one storage area for all formats.
You implicitly acquire one program device when you open the TRANSACTION
file. If the file is a display file, the single implicitly acquired program device is
determined by the first entry in the DEV parameter of the CRTDSPF command.
Additional program devices must be explicitly acquired.
You explicitly acquire a program device by using the ACQUIRE statement. For
display files, the device named in the ACQUIRE statement does not have to be
specified in the DEV parameter of the CRTDSPF command, CHGDSPF command,
or the OVRDSPF command. However, when you create the display file, you must
specify the number of devices that may be acquired (the default is one). For a
display file, the program device name must match the display device.
ACQUIRE program-device-name FOR transaction-file-name.
You use the Format 5 WRITE statement to write a logical record to the subfile
TRANSACTION file. You simply code the WRITE statement as follows:
WRITE SUBFILE record-name FORMAT IS format-name.
In some situations, you may have multiple data records, each with a different
format, that you want active for a TRANSACTION file. In this case, you must use
the FORMAT phrase of the Format 5 WRITE statement to specify the format of the
output data record you want to write to the TRANSACTION file.
If you have explicitly acquired multiple program devices for the TRANSACTION
file, you must use the TERMINAL phrase of the Format 5 WRITE statement to
specify the program device’s subfile to which you want the output record to be
sent.
WRITE SUBFILE record-name
FORMAT IS format-name
TERMINAL IS program-device-name
END-WRITE.
Before or after filling the subfile TRANSACTION file with records using the
Format 5 WRITE statement, you can write the subfile control record to the
program device using the Format 4 WRITE statement. Refer to “Writing to a
Transaction File” on page 475 for a description of how to use the Format 4 WRITE
statement to write to a TRANSACTION file. Writing the subfile control record
Once the records are available to the subfile, you use the Format 5 READ
statement to read a specified record from the subfile TRANSACTION file. The
Format 5 READ statement can only be used to read a format that is a subfile
record; it cannot be used for communications devices.
Before you use the READ statement, you must have acquired at least one program
device for the TRANSACTION file. If a READ statement is performed and there
are no acquired program devices, a logic error is reported by setting the file status
to 92.
To read a subfile sequentially, you must specify the NEXT MODIFIED phrase in
the Format 5 READ statement. When the NEXT MODIFIED phrase is specified, the
record made available is the first record in the subfile that has been modified. For
information about how a subfile record is marked as being modified, refer to the
Database anf File Systems category in the iSeries 400 Information Center at this Web
site -http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
If there are no next modified subfile records available, the AT END condition
exists, the file status is set to 12, and the value of the RELATIVE KEY data item is
set to the key of the last record in the subfile.
When reading a subfile sequentially, you should also specify the AT END phrase in
the Format 5 READ statement. The AT END phrase allows you to specify an
imperative statement to be executed when the AT END condition arises.
READ SUBFILE subfile-name NEXT MODIFIED RECORD
AT END imperative-statement
END-READ
To read a subfile randomly, you must specify, in the RELATIVE KEY data item, the
relative record number of the subfile record you want to read and you must not
specify the NEXT MODIFIED phrase in the Format 5 READ statement. When the
NEXT MODIFIED phrase is not specified, the record made available is the record
in the subfile with a relative key record number that corresponds to the value of
the RELATIVE KEY data item. If the RELATIVE KEY data item, at the time that
the READ statement is performed, contains a value that does not correspond to a
relative record number for the subfile, the INVALID KEY condition exists.
When reading a subfile randomly, you should also specify the INVALID KEY
phrase in the Format 5 READ statement. The INVALID KEY phrase allows you to
specify an imperative statement to be executed when the INVALID KEY condition
arises.
READ SUBFILE subfile-name RECORD
INVALID KEY imperative-statement
END-READ
In those cases where you have acquired multiple program devices, you can
explicitly specify the program device from which you read data by identifying it in
the TERMINAL phrase of the READ statement.
In those cases where you want to receive the data in a specific format, you can
identify this format in the FORMAT phrase of the READ statement. If the data
available does not match the requested record format, a file status of 9K is set.
The following are examples of the READ statement with the TERMINAL and
FORMAT phrases specified.
READ SUBFILE subfile-name RECORD
FORMAT IS record-format
END-READ
READ SUBFILE subfile-name RECORD
TERMINAL IS program-device-name
END-READ
READ SUBFILE subfile-name RECORD
FORMAT IS record-format
TERMINAL IS program-device-name
END-READ
The record replaced in the subfile is the record in the subfile accessed by the
previous successful READ operation.
You implicitly drop all program devices attached to a TRANSACTION file when
you close the file.
You explicitly drop a program device by indicating it in the DROP statement. The
device, once dropped, can be re-acquired again, if necessary.
DROP program-device-name FROM transaction-file-name.
ORDINQ displays all the detail order records for the requested order number. The
program prompts you to enter the order number that is to be reviewed. The order
number is checked against the order header file, ORDHDRP. If the order number
exists, the customer number accessed from the order header file is checked against
the customer master file, CUSMSTP. All detail order records in ORDDTLP for the
requested order are read and written to the subfile. A write for the subfile control
record format is processed, and the detail order records in the subfile are displayed
for you to review. You end the program by pressing F12.
Figure 144. Data Description Specifications for an Order Inquiry Program - Order Detail File
Figure 145. Data Description Specifications for an Order Inquiry Program - Order Review File (Part 1 of 2)
Figure 145. Data Description Specifications for an Order Inquiry Program - Order Review File (Part 2 of 2)
....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....
A* THIS IS THE ORDER HEADER FILE ** ORDHDRP
A
A
A UNIQUE
A R ORDHDR TEXT(’ORDER HEADER RECORD’)
A CUST 5 TEXT(’CUSTOMER NUMBER’)
A ORDERN 5 00 TEXT(’ORDER NUMBER’)
A ORDDAT 6 00 TEXT(’DATE ORDER ENTERED’)
A CUSORD 15 TEXT(’CUSTOMER PURCHASE ORDER +
A NUMBER’)
A SHPVIA 15 TEXT(’SHIPPING INSTRUCTIONS’)
A ORDSTS 1 00 TEXT(’ORDER SATAUS 1PCS 2CNT + 3CHK 4RDY 5PRT 6PCK’)
A OPRNAM 10 TEXT(’OPERATOR WHO ENTERED ORD’)
A ORDAMT 8 02 TEXT(’DOLLAR AMOUNT OF ORDER’)
A CUSTYP 1 00 TEXT(’CUSTOMER TYPE 1=GOV 2=SCH +
A 3=BUS 4=PVT 5=OT’)
A INVNUM 5 00 TEXT(’INVOICE NUMBER’)
A PRTDAT 6 00 TEXT(’DATE ORDER WAS PRINTED’)
A OPNSTS 1 00 TEXT(’ORDER OPEN STATUS 1=OPEN + 2= CLOSE 3=CANCEL’)
A TOTLIN 3 00 TEXT(’TOTAL LINE ITEMS IN ORDER’)
A ACTMTH 2 00 TEXT(’ACCOUNTING MONTH OF SALE’)
A ACTYR 2 00 TEXT(’ACCOUNTING YEAR OF SALE’)
A STATE 2 TEXT(’STATE’)
A AMPAID 8 02 TEXT(’AMOUNT PAID’)
K ORDERN
Figure 146. Data Description Specifications for an Order Inquiry Program - Order Header File
This display appears if there are detail order records forthe customer whose order
number was entered in the first display:
Existing Order Entry Total 007426656
Status 7-INVOICED
Order 17924 ABC HARDWARE LTD. Open 2-CLOSED
Date 110896 123 ANYWHERE AVE. Customer order TESTCS17933001I
Cust # 11200 TORONTO Ship via TRUCKCO
ONT M4K 0A0 Printed date 110896
Invoice 17924 Mth 12 Year 88
Item Qty Item Description Price Extension
33001 003 TORQUE WRENCH 75LB 14 INCH 009115 273.45
33100 001 TORQUE WRENCH W/GAUGE 200 LB 015777 650.95
44529 004 WOOD CHISEL - 3 1/4 006840 56.87
44958 002 POWER DRILL 1/2 REV 008200 797.50
46102 001 WROUGHT IRON RAILING 4FTX6FT 007930 237.75
46201 001 WROUGHT IRON HAND RAIL 6FT 007178 77.35
47902 002 ESCUTCHEON BRASS 15X4 INCHES 044488 213.00
This display appears if the ORDHDRP file does not contain arecord for the order
number entered on the first display:
Existing Order Entry Total 000000000
Status
Order 12400 Open
Date 000000 Customer order
Cust # Ship via
00000 Printed date 000000
Invoice 00000 Mth 00 Year 00
Item Qty Item Description Price Extension
....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....
A** THIS IS THE ORDER HEADER LOGICAL FILE ** ORDHDRL
A
A
A UNIQUE
A R ORDHDR PFILE(ORDHDRP)
A*
A CUST
A INVNUM
A ORDERN
A ORDDAT
A CUSORD
A SHPVIA
A ORDSTS
A OPRNAM
A ORDAMT
A CUSTYP
A PRTDAT
A OPNSTS
A TOTLIN
A ACTMTH
A ACTYR
A STATE
A AMPAID
A K CUST
A K INVNUM
Figure 148. Example of a Data Description Specification for a Payment Update Program -
Logical Order File
Figure 149. Example of a Data Description Specification for a Payment Update Program -
Display Device File (Part 1 of 2)
Figure 149. Example of a Data Description Specification for a Payment Update Program -
Display Device File (Part 2 of 2)
Figure 150. Source Listing of a Payment Update Program Example (Part 1 of 13)
Figure 150. Source Listing of a Payment Update Program Example (Part 2 of 13)
Figure 150. Source Listing of a Payment Update Program Example (Part 3 of 13)
Figure 150. Source Listing of a Payment Update Program Example (Part 4 of 13)
Figure 150. Source Listing of a Payment Update Program Example (Part 5 of 13)
Figure 150. Source Listing of a Payment Update Program Example (Part 6 of 13)
Figure 150. Source Listing of a Payment Update Program Example (Part 7 of 13)
Figure 150. Source Listing of a Payment Update Program Example (Part 8 of 13)
Figure 150. Source Listing of a Payment Update Program Example (Part 9 of 13)
Figure 150. Source Listing of a Payment Update Program Example (Part 10 of 13)
Figure 150. Source Listing of a Payment Update Program Example (Part 11 of 13)
Figure 150. Source Listing of a Payment Update Program Example (Part 12 of 13)
Figure 150. Source Listing of a Payment Update Program Example (Part 13 of 13)
This is the initial display that is written to the work station to prompt you to enter
the customer number and payment:
Customer Payment
______ _________
______ _________
______ _________
______ _________
______ _________
______ _________
______ _________
______ _________
______ _________
______ _________
______ _________
______ _________
______ _________
______ _________
______ _________
Customer Payment
34500 2000
40500 30000
36000 2500
12500 200
22799 4500
41900 7500
10001 5000
49500 2500
13300 3500
56900 4000
The seven required modules are: Nucleus, Sequential I-O, Relative I-O, Indexed
I-O, Inter-Program Communication, Sort-Merge, and Source Text Manipulation. The
five optional modules are: Intrinsic Function, Report Writer, Communication,
Debug, Segmentation.
Language elements within the modules may be classified as level 1 elements and
level 2 elements. Elements within nine of the modules are divided into level 1
elements and level 2 elements. Three of the modules (SORT-MERGE, REPORT
WRITER, and INTRINSIC FUNCTION) contain only level 1 elements. For instance,
Nucleus level 1 elements perform basic internal operations. Nucleus level 2
elements provide for more extensive and sophisticated internal processing.
The three subsets of Standard COBOL are the high subset, the intermediate subset,
and the minimum subset. Each subset is composed of a level of the seven required
modules: Nucleus, Sequential I-O, Relative I-O, Indexed I-O, Inter-Program
Communication, Sort-Merge, and Source Text Manipulation. The five optional
modules (Intrinsic Function, Report Writer, Communication, Debug and
Segmentation) are not required in the three subsets of Standard COBOL.
v The high subset is composed of all language elements of the highest level of all
required modules. That is:
– Level 2 elements from Nucleus, Sequential I-O, Relative I-O, Indexed I-O,
Inter-Program Communication, and Source Text Manipulation
– Level 1 elements from Sort-Merge.
v The intermediate subset is composed of all language elements of level 1 of all
required modules. That is:
– Level 1 elements from Nucleus, Sequential I-O, Relative I-O, Indexed I-O,
Inter-Program Communication, Sort-Merge, and Source Text Manipulation.
v The minimum subset is composed of all language elements of level 1 of the
Nucleus, Sequential I-O, and Inter-Program Communication modules.
The five optional modules are not an integral part of any of the subsets. However,
none, all, or any combination of the optional modules may be associated with any
of the subsets.
1 REL 0,2
1 2 3
1 The level of this module supported by the ILE COBOL compiler. In this
example, support is provided for Level 1 of the Relative I-O module.
2 A 3-character code that identifies the module. In this example, the Relative
I-O module is referred.
3 The range of levels of support defined by Standard COBOL. A level of 0
means a minimum standard of COBOL does not need to support this
module to conform to the standard.
Table 26. Level of ILE COBOL Compiler Support
ILE COBOL Level of Language
Supported Module Description
Nucleus 1 NUC 1,2 Contains the language elements necessary for
internal processing of data within the four basic
divisions of a program and the capability for
defining and accessing tables.
Sequential I-O 2 SEQ 1,2 Provides access to file records by the established
sequence in which they were written to the file.
Relative I-O 1 REL 0,2 Provides access to records in either a random or
sequential manner. Each record is uniquely
identified by an integer that represents the
record’s logical position in the file.
Indexed I-O 1 INX 0,2 Provides access to records in either random or
sequential manner. Each record in an indexed
file is uniquely identified by a record key.
Inter-program Communication 1 IPC 1,2 Allows a COBOL program to communicate with
other programs through transfers of control and
access to common data items.
Sort-Merge 1 SRT 0,1 Orders one or more files of records, or combines
two or more identically ordered files according
to user-specified keys.
Source-Text Manipulation 2 STM 0,2 Allows insertion of predefined COBOL text into
a program at compile time.
Report Writer 0 RPW 0,1 Provides semiautomatic production of printed
reports.
If you want to customize any of the specifications, you must copy any members
that you want to change to a source file in one of your libraries. You can use the
Copy File (CPYF) command to do this. For more information about the CPYF
command, refer to the CL and APIs section of the Programming category in the
iSeries 400 Information Center at this Web site
-http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
If you copy these specifications to your library, you must refresh your copies when
a new product release is installed, or when any changes are made using a Program
Temporary Fix (PTF). IBM provides maintenance for these specifications only in the
libraries in which they are distributed.
The monitoring is an analysis that compares the syntax used in the source program
with the syntax included in the user-selected FIPS subset and optional modules.
Any syntax used in the source program that does not conform to the selected FIPS
COBOL subset and optional modules is identified. Any syntax for an obsolete
language element used in the source program will also be identified (depending on
the compiler option chosen). See page “FLAGSTD Parameter” on page 37 for more
information on the parameters for FIPS flagging.
2 REL 0,2
1 2 3
1 The level of this module supported by the FIPS 21-4 COBOL Standard. In
this example, support is provided for Level 2 of the Relative I-O module.
2 A 3-character code that identifies the module. In this example, the Relative
I-O module is referred.
3 The range of levels of support defined by Standard COBOL. A level of 0
means a minimum standard of COBOL does not need to support this
module to conform to the standard.
Table 27. Standard COBOL and FIPS 21-4 COBOL
ANSI Module Name High FIPS Intermediate FIPS Minimum FIPS
Nucleus 2 NUC 1,2 1 NUC 1,2 1 NUC 1,2
Sequential I-O 2 SEQ 1,2 1 SEQ 1,2 1 SEQ 1,2
Relative I-O 2 REL 0,2 1 REL 0,2 0 REL 0,2
Indexed I-O 2 INX 0,2 1 INX 0,2 0 INX 0,2
Source-Text Manipulation 2 STM 0,2 1 STM 0,2 0 STM 0,2
Elements that are specified in the ILE COBOL source program and that are not
included in FIPS 21-4 COBOL are flagged as described in Appendix A, “Level of
Language Support” on page 553.
Severity Levels
The ILE COBOL licensed program provides the following message severity levels:
Severity Meaning
00 Informational: This level is used to convey information to the user.
No error has occurred. Informational messages are listed only
when the FLAG (00) option is specified.
10 Warning: This level indicates that an error was detected but is not
serious enough to interfere with the running of the program.
20 Error: This level indicates that an error was made, but the compiler
is taking a recovery that might yield the desired code.
30 Severe Error: This level indicates that a serious error was detected.
Compilation is completed, but the module object is not created and
running of the program cannot be attempted.
40 Unrecoverable: This level usually indicates a user error that forces
termination of processing.
Note: 00, 10, and 20 messages are suppressed when the FLAG(30) option of the
PROCESS statement is used or the CRTCBLMOD/CRTBNDCBL command
specifies FLAG(30) and is not overridden by the PROCESS statement. See
“Using the PROCESS Statement to Specify Compiler Options” on page 47 for
further information.
The compiler always attempts to provide full diagnostics of all source text in the
program, even when errors have been detected. If the compiler cannot continue on
a given statement, the message states that the compiler cannot continue and that it
will ignore the rest of the statement. When this error occurs, the programmer
should examine the entire statement.
The OS/400 message facility is used to produce all messages. The ILE COBOL
compiler messages reside in the message file, QLNCMSG, and the run-time
messages reside in the message file, QLNRMSG.
Substitution variables and valid reply values are determined by the program
sending the message, not by the message description stored in the message file.
However, certain elements of a message description can be changed: for example,
the text, severity level, default response, or dump list. To effect such changes, you
need to define another message description using an Add Message Description
(ADDMSGD) command, place the modified description in a user-created message
file, and specify that file in the Override Message File (OVRMSGF) command.
Using the OVRMSGF command allows the compiler to retrieve messages from the
specified file. For additional information, see the ADDMSGD and OVRMSGF
commands in the CL and APIs section of the Programming category in the iSeries
400 Information Center at this Web site
-http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
CAUTION
Overriding an IBM-supplied message with a user-created message can produce
results you do not anticipate. If reply values are not retained, the program might
not respond to any replies. Changing default replies on *NOTIFY type messages
could affect the ability of the program to run in unattended mode. Changing the
severity could cancel a job not previously canceled. Be cautious when overriding
IBM-supplied messages with user-created messages.
Compilation Messages
LNC messages are printed in the program listing when errors are found during
program compilation. The LNC messages include the message issued when Federal
Information Processing Standard (FIPS) flagging is requested; for more information
on the FIPS messages, refer to page “The FIPS Flagger” on page 557 in this
appendix.
When the *IMBEDERR value is specified with the OPTION parameter of the
CRTCBLMOD or CRTBNDCBL commands, first level message text is also provided
in the source listing immediately following the line on which the error was
detected.
For more information about Program Listings, see “Source Listing” on page 60.
Interactive Messages
In an interactive environment, messages are displayed on the workstation display.
They can appear on the current display as a result of the running of the program
or in response to your keyed input to prompts, menus, command entry displays,
or WebSphere Development Studio tools. The messages can also appear on request,
as a result of a display command or an option on a menu.
The messages for the ILE COBOL licensed program begin with an LNC or LNR
prefix.
The LNC messages are issued by the ILE COBOL syntax checker when the Source
Entry Utility (SEU) is used to enter your ILE COBOL source code. For example,
you see the following display after incorrectly entering the program name in the
PROGRAM-ID paragraph.
The LNC messages are also issued during program compilation. See “Compilation
Messages” on page 560 for a description.
LNR messages provide you with additional information about system operation
during run time. For example, you might see the following display if you have a
runtime error:
F3=Exit F12=Cancel
If you move the cursor to the line on which message number MCH1202 is
indicated and press either the HELP key or F1, the LNR message information is
displayed as shown:
Bottom
Press Enter to continue.
LNM messages 0001 to 0050 are used as headings for information printed during a
ILE COBOL formatted dump.
If the necessary correction is obvious from the initial display, you can press the
Error Reset key (if the keyboard is locked), enter the correct information, and
continue your work.
If the message requires that you choose a reply (such as C to cancel, D to dump
COBOL identifiers, F to dump COBOL identifiers and file information, or G to
resume processing at the next COBOL statement), the reply options are shown in
parentheses in the first-level message text. For an example, see Figure 152 on
page 562.
If the information on the initial information display does not provide sufficient
data for you to handle the error, you can press the HELP key (after positioning the
cursor to the message line, if required) to get a second-level display with
additional information about how to correct this error. To return to the initial
display, press the Enter key; then press the Error Reset key (if the keyboard is
locked), and make your correction or response.
If the error occurs when you are compiling or running a program, you might need
to modify your ILE COBOL source statements or control language (CL) commands.
Refer to the ADTS for AS/400: Source Entry Utility for information on how to
change the statements.
Specifically, this appendix describes where you can use Double-Byte Character Set
(DBCS) characters in each portion of a COBOL program, and considerations for
working with DBCS data in the ILE COBOL language.
You can use DDS descriptions that define DBCS-graphic data fields with your ILE
COBOL programs. DBCS-graphic pertains to a character string where each
character is represented by two bytes. The character string does not contain
shift-out or shift-in characters. For information on handling graphic data items
specified in externally-described files in your ILE COBOL programs, refer to
“DBCS-Graphic Fields” on page 401.
The GRAPHIC option of the PROCESS statement is available for processing DBCS
characters in mixed literals. When the GRAPHIC option is specified, mixed literals
will be handled with the assumption the hex 0E and hex 0F are shift-in and
shift-out characters respectively, and they enclose the DBCS characters in the mixed
literal. When NOGRAPHIC is specified or implied, the ILE COBOL compiler will
treat nonnumeric literals containing hex 0E and hex 0F as if they only contains
SBCS characters. Hex 0E and hex 0F are not treated as shift-in and shift-out
characters, they are considered to be part of the SBCS character string.
A DBCS literal consists only of Double-Byte Character Set characters and is always
treated as a DBCS character string.
Note: The GRAPHIC option on the PROCESS statement is not to be confused with
the *PICXGRAPHIC or *PICGGRAPHIC values in the CVTOPT parameter of
the CRTCBLMOD or CRTBNDCBL command and the CVTPICXGRAPHIC
and CVTPICGGRAPHIC options on the PROCESS statement, which are
used to specify double-byte graphic data from a DDS description. For more
information on specifying graphic data, refer to “DBCS-Graphic Fields” on
page 401.
The shift control characters are part of a mixed literal (not a pure DBCS literal),
and take part in all operations.
Other Considerations
Quotation Marks: Although the preceding discussion uses the term a quotation
mark to describe the character that identifies a literal, the character actually used
can vary depending upon the option specified on the CRTCBLMOD or
CRTBNDCBL commands, or on the PROCESS statement. If you specify the APOST
option, an apostrophe (') is used. Otherwise, a quotation mark (") is used. In this
appendix, a quotation mark refers to both an apostrophe and a quotation mark. The
character that you choose does not affect the rules for specifying a literal.
Shift Characters: The shift-out and shift-in characters separate EBCDIC characters
from DBCS characters. They are part of the mixed literal. Therefore, the shift code
For each DBCS, mixed, or SBCS literal that is not valid, the compiler generates an
error message and accepts or ignores the literal.
For example:
-A .1 B
.
.
01 DBCS1 PIC X(12) VALUE "0EK1K2K30F
- . "0EK4K50F".
.
.
The shift-in character, quotation mark, and shift-out character used to continue a
line are not counted in the length of the mixed literal. The first shift-out and final
shift-in characters are counted.
Syntax-Checker Considerations
When the syntax-checker is working with a line containing a literal, it has no way
of knowing whether or not the user intends to specify the GRAPHIC option when
the program is compiled. It, therefore, assumes that the default option,
NOGRAPHIC, is in effect. This means that certain mixed literals that are valid if
compiled with the GRAPHIC option will cause syntax errors to be flagged. For
example:
"ABC0EK1K"0FDEF"
is valid when the GRAPHIC option is specified, since the double quotation mark
appearing between the shift-out and shift-in characters is treated as one element of
You can use DBCS literals whenever nonnumeric literals are allowed except as a
literal in the following:
v ALPHABET clause
v ASSIGN clause
v CLASS clause
v CURRENCY SIGN clause
v LINKAGE clause
v CALL statement program-id
v CANCEL statement
v END PROGRAM statement
v PADDING CHARACTER clause
v PROGRAM-ID paragraph
v ACQUIRE statement
v DROP statement
v As the text-name in a COPY statement
v As the library-name in a COPY statement.
Note: You cannot use DBCS characters for COBOL words or names. See the
WebSphere Development Studio: ILE COBOL Reference for information on rules
for formatting COBOL system-names, reserved words, and user-defined
words such as data names and file names.
Identification Division
You can put comment entries that contain DBCS characters in any portion of the
Identification Division except the PROGRAM-ID paragraph. The program name
specified in the PROGRAM-ID paragraph must be alphanumeric.
Configuration Section
You can use DBCS characters in comment entries only in the Configuration Section
paragraph. All function-names, mnemonic-names, condition-names, and
alphabet-names must be specified with alphanumeric characters. For the
SOURCE-COMPUTER and the OBJECT-COMPUTER entry, use the alphanumeric
computer name:
IBM-ISERIES
You cannot use mixed literals in the Configuration Section. Instead, use
alphanumeric literals to define an alphabet-name and the literal in the CURRENCY
SIGN clause of the SPECIAL-NAMES paragraph. There is no DBCS alphabet or
class. Use the EBCDIC character set instead.
Input-Output Section
Specify all data names, file names, and assignment names using alphanumeric
characters. You can use DBCS characters in comments.
For indexed files, the data name in the RECORD KEY clause can refer to a DBCS
data item within a record.
You cannot use DBCS mixed data as the RELATIVE KEY in relative files.
Data Division
File Section
For the FD (File Description) Entry, you can use DBCS data items or literals in the
VALUE OF clause. The DATA RECORDS clause can refer to data items only.
Because the ILE COBOL compiler treats both the VALUE OF clause and the DATA
RECORDS clause in the File Section as documentation, neither clause has any
effect when you run the program. However, the COBOL compiler checks all literals
in the VALUE OF clause to make sure they are valid.
For magnetic tapes, the system can only read DBCS characters from or write DBCS
characters to the tape in the EBCDIC format. The system cannot perform tape
functions involving a tape in the ASCII format. Define the alphabet-name in the
CODE-SET clause as NATIVE or EBCDIC.
Working-Storage Section
REDEFINES Clause
The existing rules for redefining data also apply to data that contains DBCS
characters. When you determine the length of a redefining or redefined data item,
remember that each DBCS character is twice as long as an alphanumeric character.
OCCURS Clause
Use this clause to define tables for storing DBCS data. If you specify the
ASCENDING/DESCENDING KEY phrase, COBOL assumes the contents of the
table are in the EBCDIC program collating sequence. The shift control characters in
mixed data take part in the collating sequence.
For more information about handling tables that contain DBCS characters, see
“Table Handling—SEARCH Statement” on page 576.
The JUSTIFIED clause does not affect the initial setting in the VALUE clause.
VALUE Clause
You can use mixed literals to specify an initial value for a data item that is not
numeric, or to define values for level-88 condition-name entries. DBCS literals
should be used to specify initial values for DBCS or DBCS-edited data items.
Any shift control characters in the literal are considered part of the literal’s picture
string, except when used to continue a new line. When you continue a mixed
literal, the compiler does not include the shift-in character in column 71 or 72, or
the initial quotation mark (") and shift-out character on the continued line as part
of the mixed literal. Make certain, however, that the mixed literal does not exceed
the size of the data item specified in the PICTURE clause, otherwise truncation
occurs.
When you use literals that contain DBCS characters in the VALUE clause for
level-88 condition-name entries, COBOL treats the DBCS characters as
alphanumeric. Therefore, follow the rules for specifying alphanumeric data,
including allowing a THROUGH option. This option uses the normal EBCDIC
collating sequence, but remember that shift control characters in DBCS data take
part in the collating sequence.
PICTURE Clause
Use the PICTURE symbol X to define mixed data items and either G or N for
DBCS data items. You would define a DBCS data item containing n DBCS
characters as
PICTURE G(n) or PICTURE N(n)
A mixed data item containing m SBCS characters, and one string of n DBCS
characters would be defined as
PICTURE X(m+2n+2)
RENAMES Clause
Use this clause to specify alternative groupings of elementary data items. The
existing rules for renaming alphanumeric data items also apply to DBCS data
items.
Procedure Division
Intrinsic Functions
You can use DBCS data items, DBCS literals, and mixed literals as arguments to
some intrinsic functions.
Intrinsic functions may also return a DBCS data item if one of the arguments of the
intrinsic function is a DBCS data item or a DBCS literal.
For more information on the intrinsic functions that support DBCS items see the
chapter on Intrinsic Functions in the WebSphere Development Studio: ILE COBOL
Reference.
Conditional Expressions
Because condition-names (level-88 entries) can refer to data items that contain
DBCS characters, you can use the condition-name condition to test this data. (See
“VALUE Clause” on page 570.) Follow the rules listed in the WebSphere Development
Studio: ILE COBOL Reference for using conditional variables and condition-names.
You can use DBCS data items or mixed literals as the operands in a relation
condition. Because COBOL treats mixed data as alphanumeric, all comparisons
occur according to the rules for alphanumeric operands. DBCS data items can only
be compared to other DBCS data items. Keep the following in mind:
v The system does not recognize the mixed content
v The system uses the shift codes in comparisons of mixed data
v The system compares the data using either the EBCDIC collating sequence, or a
user-defined sequence
v In a comparison of DBCS items with similar items of unequal size, the smaller
item is padded on the right with spaces.
See “SPECIAL-NAMES” paragraph in the WebSphere Development Studio: ILE
COBOL Reference for more information.
You can use class conditions and switch status conditions as described in the
WebSphere Development Studio: ILE COBOL Reference.
Input/Output Statements
ACCEPT Statement
The input data received from a device by using a Format 1 ACCEPT statement can
include DBCS. All DBCS data must be identified by the proper syntax. The input
data, excluding shift control characters, replaces the existing contents of a DBCS
Information received from the local data area by a Format 4 ACCEPT statement
can include DBCS or mixed character strings. Information received replaces the
existing contents. COBOL does not perform any editing or checking for errors. This
also applies to information received from the PIP data area by a Format 5 ACCEPT
statement, and from a user defined data area by a Format 9 ACCEPT statement.
Using the Format 6 ACCEPT statement, you can get the attributes of a workstation
display and its keyboard. For display stations that can display DBCS characters,
the system sets the appropriate value in the ATTRIBUTE-DATA data item. You
cannot use DBCS characters to name a device.
DISPLAY Statement
You can specify DBCS or mixed data items or literals in the DISPLAY statement.
You can mix the types of data. DBCS and mixed data, from either data items or
literals, is sent as it appears to the program device or local data area or
user-defined data area that is the target named on the DISPLAY statement.
Because COBOL does not know the characteristics of the device on which data is
being displayed, you must make sure that the DBCS and mixed data is correct.
READ Statement
You can use DBCS data items as the RECORD KEY for an indexed file. See
“Input-Output Section” on page 569 for more information.
INTO Phrase: You can read a record into a DBCS data item using the INTO
phrase. This phrase causes a MOVE statement (without the CORRESPONDING
option) to be performed. The compiler moves DBCS data in the same manner that
it moves alphanumeric data. It does not make sure that this data is valid.
REWRITE Statement
Use the FROM phrase of this statement to transfer DBCS data from a DBCS data
item to an existing record. The FROM phrase causes both types of data to be
moved in the same manner as the INTO phrase with the READ statement. (See
“READ Statement”.)
You can specify valid operators (such as EQUAL, GREATER THAN, NOT LESS
THAN) in the KEY phrase. The system can follow either the EBCDIC or a
user-defined collating sequence.
WRITE Statement
Use the FROM phrase of this statement to write DBCS data to a record. This
phrase moves the data in the same manner as the REWRITE statement. (See
“REWRITE Statement” on page 572.)
You must include the shift control characters when you write the data into a
device file.
INSPECT Statement
You can use any DBCS data item as an operand for the INSPECT statement. The
system tallies and replaces on each half of a DBCS character, including the shift
control characters in these operations. Therefore, the data may not be matched
properly.
You can only use DBCS character operands with other DBCS character literals or
data items. Mixed operands are treated as alphanumeric. If you use the
REPLACING phrase, you might cause parts of an inspected mixed data item to be
replaced by alphanumeric data, or parts of an inspected alphanumeric data item to
be replaced by mixed data.
You cannot replace a character string with a string of a different length. Consider
this when replacing SBCS characters with DBCS characters in a mixed data item,
or replacing DBCS characters with SBCS characters in a mixed data item.
If you want to control the use of the INSPECT statement with mixed items
containing DBCS characters, define data items containing shift control characters.
Use the shift-out and shift-in characters as BEFORE/AFTER operands in the
INSPECT statement.
The following example shows how you can use the INSPECT statement to replace
one DBCS character with another in a mixed data item.
Note: Using the AFTER INITIAL SHIFT-OUT phrase helps you to avoid the risk of
accidentally replacing two consecutive alphanumeric characters that have
the same EBCDIC values as DBCS-CHARACTER-1 (in cases where
SUBJECT-ITEM contains mixed data).
You can also use the INSPECT statement to determine if a data item contains
DBCS characters, so that appropriate processing can occur. For example:
01 SUBJECT-FIELD PICTURE X(50).
01 TALLY-FIELD PICTURE 9(3) COMP.
01 SHIFTS VALUE "0E0F".
05 SHIFT-OUT PICTURE X.
05 SHIFT-IN PICTURE X.
MOVE Statement
All DBCS characters are moved as alphanumeric character strings. The system does
not convert the data or examine it.
You can move mixed literals to group items and alphanumeric items. You can only
move DBCS data items or DBCS literals to DBCS data items.
If the length of the receiving field is different from that of the sending field,
COBOL does one of the following:
v Truncates characters from the sending item if it is longer than the receiving item.
This operation can reduce data integrity.
v Pads the sending item with blanks if it is shorter than the receiving item.
To understand more about the effect of editing symbols in the PICTURE clause of
the receiving data item, see the WebSphere Development Studio: ILE COBOL Reference.
UNSTRING Statement
The UNSTRING statement treats DBCS data and mixed data the same as
alphanumeric data. The UNSTRING operation is performed on one-half of a DBCS
character at a time.
Data items can contain both alphanumeric and DBCS characters within the same
field.
After the system performs the UNSTRING operation, you can check the delimiters
stored by the DELIMITER IN phrases against the shift control character values to
see which subfields contain DBCS and which contain alphanumeric characters.
The following example shows how you might set up fields to prepare for the
unstring operation on a character string that contain mixed data:
01 SUBJECT-FIELD PICTURE X(40)
01 FILLER.
05 UNSTRING-TABLE OCCURS 4 TIMES.
10 RECEIVER PICTURE X(40).
10 DELIMTR PICTURE X.
10 COUNTS PICTURE 99 COMP.
01 SHIFTS VALUE "0E0F".
05 SHIFT-OUT PICTURE X.
05 SHIFT-IN PICTURE X.
This UNSTRING statement divides a character string into its alphanumeric and
DBCS parts. Assuming that the data in the character string is valid, a delimiter
value of shift-out indicates that the corresponding receiving field contains
alphanumeric data, while a value of shift-in indicates that corresponding receiving
field has DBCS data. You can check the COUNT data items to determine whether
each receiving field received any characters. The following figure is an example
that shows the results of the UNSTRING operation just described:
You can also perform a Format 2 SEARCH statement (SEARCH ALL) against a
DBCS table as well. Order the table according to the chosen collating sequence.
Note: The shift control characters in DBCS data participate in the comparison.
SORT/MERGE
You can use DBCS data items as keys in a SORT or MERGE statement. The sort
operation orders data according to the collating sequence specified in the SORT,
MERGE, or SPECIAL NAMES paragraph. The system orders any shift control
characters contained in DBCS and mixed keys.
Use the RELEASE statement to transfer records containing DBCS characters from
an input/output area to the initial phase of a sort operation. The system performs
the FROM phrase with the RELEASE statement in the same way it performs the
FROM phrase with the WRITE statement. (See “WRITE Statement” on page 573.)
You can also use the RETURN statement to transfer records containing DBCS
characters from the final phase of a sort or merge operation to an input/output
area. The system performs the INTO phrase with the RETURN statement in the
same manner that it performs the INTO phrase with the READ statement. (See
“READ Statement” on page 572.)
Compiler-Directing Statements
COPY Statement
| You can use the COPY statement to copy source text that contains DBCS characters
| into a COBOL program. When you do, make sure that you specify the name of the
| copy book using alphanumeric data, and that you specify these names according to
| the rules stated in the WebSphere Development Studio: ILE COBOL Reference.
Use the Format 2 COPY statement to copy fields defined in the data description
specifications (DDS). DBCS (value in column 35 of the DDS form is G) and mixed
DBCS-graphic data items are copied into a COBOL program in the PICTURE X(n)
format. The compiler listing indicates that these fields contain graphic data. See
“DBCS-Graphic Fields” on page 401 for a description of the DBCS-graphic data
type.
You can put DBCS characters in text comments that are copied from DDS if the
associated DDS field has comments.
If you specify the REPLACING phrase of the COPY statement, consider the
following:
v Pseudo-text can contain any combination of DBCS and alphanumeric characters
v You can use literals with DBCS content
v Identifiers can refer to data items that contain DBCS characters.
REPLACE Statement
The REPLACE statement resembles the REPLACING phrase of the COPY
statement, except that it acts on the entire source program, not just the text in
COPY libraries.
TITLE Statement
You can use DBCS literals as the literal in the TITLE statement.
You can pass DBCS characters from one program to another program by specifying
those data items in the USING phrase. USING BY CONTENT and USING BY
VALUE, allows mixed and DBCS literals to be passed.
You cannot use DBCS characters in the CALL statement for the program-name of
the called program. You cannot use DBCS characters in the CANCEL statement
because they specify program-names.
FIPS Flagger
Enhancements to the COBOL language that let you use DBCS characters are
flagged (identified) by the FIPS (Federal Information Processing Standard) flagger
provided by the compiler as IBM extensions.
DBCS characters that appear in a program listing originate from the source file,
from source text generated by the COPY statement, or from COBOL compiler
messages.
Note: The IGCDTA parameter is only available on DBCS systems, and it cannot be
defined or displayed on non-DBCS systems. You can, however, create objects
with DBCS attributes on a non-DBCS system by copying them from a DBCS
system. You should check for possible incompatibilities if you do this.
The compiler may use characters from your source program as substitution
parameters in compiler and syntax checker messages. The system does not check
or edit the substitution parameters. If you do not specify DBCS characters properly,
the system may print or display parts of messages incorrectly.
Defining a data item in the Data Division as a user-defined data type does not
change how the data is represented in a dump. Data items defined using the TYPE
clause behave exactly as if they had been defined without using the TYPE clause.
You can request two types of dumps, a data dump and an extended dump. The
example in Figure 154 on page 580 is an extended dump.
The data dump contains the following information. The labels identify where on
the formatted dump you will find the information.
A The name of each variable
B The data type
C The default value
D The hexadecimal value
Note: Only the first 250 characters will be shown in the dump.
The extended dump also contains the following additional information. The labels
identify where on the formatted dump you will find the information.
E The name of each file
F The system name of each file
G External/internal flag
H Last I/O operation attempted
I Last file status
J Last extended status
K Open/close status
L Blocking information
M Blocking factor
N I/O feedback area information
O Open feedback area information
Formatted data dump for module ’SAMPDUMP ’, program ’SAMPDUMP ’ in library ’TESTLIB ’.
NAME ATTRIBUTE VALUE
DB-FORMAT-NAME A
CHAR(10) B "DBSRC " C
"C4C2E2D9C34040404040"X D
END-FLAG
CHAR(1) " "
"40"X
R-AREA-CODE OF RECORD-1 OF FILE-1
ZONED(2 0) 0.
"0000"X
R-SALES-CAT-1 OF RECORD-1 OF FILE-1
PACKED(7 2) 00000.00
"00000000"X
R-SALES-CAT-2 OF RECORD-1 OF FILE-1
PACKED(7 2) 0000Û.7²
"0000B7A0"X
RETURN-CODE
BIN(2) 0000.
"0000"X
W-CAT-1 OF W-SALES-VALUES
ZONED(10 2) 00311111.08
"F0F0F3F1F1F1F1F1F0F8"X
W-CAT-2 OF W-SALES-VALUES
ZONED(10 2) 00622222.16
"F0F0F6F2F2F2F2F2F1F6"X
W-EDIT-TOTAL OF W-EDIT-VALUES
CHAR(12) " "
"404040404040404040404040"X
W-EDIT-1 OF W-EDIT-VALUES
CHAR(12) " "
"404040404040404040404040"X
W-EDIT-2 OF W-EDIT-VALUES
CHAR(12) " "
"404040404040404040404040"X
W-TOTAL OF W-SALES-VALUES
ZONED(10 2) 00933333.24
"F0F0F9F3F3F3F3F3F2F4"X
E F
Current active file: FILE-1 (DISK-DBSRC).
Information pertaining to file FILE-1 (DISK-DBSRC).
File is internal. G
Last I-O operation attempted for file: READ. H
Last file status: ’00’. I
Last extended file status: ’ ’. J
File is open. K
Blocking is in effect. L
Blocking factor: 17. M
I-O Feedback Area. N
Number of successful PUT operations: 0.
If you are moving your existing OPM COBOL/400 programs and applications to
ILE COBOL, you must be aware of the following differences between the OPM
COBOL/400 compiler and the ILE COBOL compiler. In some cases, changes to
your programs may be required.
Migration Strategy
When migrating your existing OPM COBOL/400 programs and applications to ILE
COBOL, the following migration strategy is recommended:
v Migrate an entire application (or COBOL run unit) at one time to a pure ILE
environment instead of migrating one program at a time.
v Map a COBOL run unit to an ILE activation group. For example, for a COBOL
run unit that contains a number of COBOL programs, you can do one of the
following to preserve the COBOL run unit semantics:
– Create all of the COBOL programs using the CRTBNDCBL command. In this
case, all of the programs will run in the QILE activation group.
– Create all of the COBOL programs using the CRTCBLMOD command
followed by CRTPGM with ACTGRP(anyname). In this case, all of the
programs will run in the activation group named "anyname".
– Create the first COBOL program with ACTGRP(*NEW) using the CRTPGM
command and create the rest of the programs in the application with
ACTGRP(*CALLER). In this case, all of the programs will run in the *NEW
activation group of the first COBOL program.
v Ensure that the caller of programs created with the ACTGRP(*CALLER) option
on the CRTPGM command are not OPM programs.
Note: Mixing OPM COBOL/400 and ILE COBOL programs in the same run unit
is not recommended.
v Pay special attention to system functions that allow different scoping options.
For example, default scoping of the following system functions is changed to
*ACTGRPDFN (the activation group level) when used in an ILE activation group
whereas they have other defaults, such as *CALLLVL (the call level), when used
in OPM programs.
– For OPNDBF and OPNQRYF, you may need to change OPNSCOPE
depending on the application. For example, if the application is running in
different activation groups and need to share files, you will need to change
the scope to *JOB.
– Overrides.
– Commitment Control.
v RCLRSRC has no effect on ILE activation groups. Instead, use RCLACTGRP to
clean up ILE activation groups.
General Considerations
Area Checking
In ILE COBOL, area checking is only active for the first token on a line.
Subsequent tokens are not checked to see if they are in the correct area.
In ILE COBOL, condition names are not listed in Data Division Map section of the
compiler listing.
OPM COBOL/400 lists condition names but does not specify any attribute
information.
Reserved Words
ILE COBOL supports a number of reserved words that are not currently supported
by OPM COBOL/400. For example, SORT-RETURN and RETURN-CODE are
special registers. An occurrence of SORT-RETURN or RETURN-CODE in an OPM
COBOL/400 program would generate a severity 10 message which indicates that
these are reserved words in other implementations of COBOL.
ILE COBOL recognizes these words as reserved words and, in similar situations,
ILE COBOL issues a severity 30 message indicating that a reserved word was
found where a user-defined word would be required.
In OPM COBOL/400, the source files for SAA CPI data structures are found in file
QILBINC of libraries QLBL and QLBLP.
CL Commands
CRTCBLPGM Command Replaced By CRTCBLMOD and
CRTBNDCBL Commands
The OPM COBOL/400 compiler is invoked by the CRTCBLPGM CL command.
The CRTCBLPGM CL command creates a *PGM object.
The following parameters and options are new in the CRTCBLMOD and
CRTBNDCBL commands:
v MODULE parameter for CRTCBLMOD only
v PGM parameter for CRTBNDCBL only
v OUTPUT parameter
v DBGVIEW parameter
v OPTIMIZE parameter
v LINKLIT parameter
v SIMPLEPGM parameter for CRTBNDCBL only
v MONOPRC/NOMONOPRC option in the OPTION parameter
v NOSTDTRUNC/STDTRUNC option in the OPTION parameter
v NOIMBEDERR/IMBEDERR option in the OPTION parameter
v NOCHGPOSSGN/CHGPOSSGN option in the OPTION parameter
v NOEVENTF/EVENTF option in the OPTION parameter
v MONOPIC/NOMONOPIC option in the OPTION parameter
v NOPICGGRAPHIC/PICGGRAPHIC option in the CVTOPT parameter
Appendix F. Migration and Compatibility Considerations between OPM COBOL/400 and ILE COBOL 585
v NOPICNGRAPHIC/PICNGRAPHIC option in the CVTOPT parameter
v NOFLOAT/FLOAT option in the CVTOPT parameter
v NODATE/DATE option in the CVTOPT parameter
v NOTIME/TIME option in the CVTOPT parameter
v NOTIMESTAMP/TIMESTAMP option in the CVTOPT parameter
v NOCVTTODATE/CVTTODATE option in the CVTOPT parameter
v ENBPFRCOL parameter
v PRFDTA parameter
v CCSID parameter
v ARITHMETIC parameter
v NTLPADCHAR parameter
v LICOPT parameter
v BNDDIR parameter for CRTBNDCBL only
v ACTGRP parameter for CRTBNDCBL only.
All of the deletions, changes, and additions to parameters and options are also
reflected in associated changes to the PROCESS statement options.
The NOGRAPHIC PROCESS statement option has been added to ILE COBOL as
the default value for the GRAPHIC option on the PROCESS statement.
The following OPM COBOL/400 PROCESS statement options are not found in ILE
COBOL:
v FS9MTO0M/NOFS9MTO0M
v FS9ATO0A/NOFS9ATO0A.
Error Messages
In ILE COBOL, compile time error messages are prefixed with LNC. Also, some of
the message numbers are not always the same as in OPM COBOL/400.
GENLVL Parameter
ILE COBOL will not generate code when an error with a severity level greater than
or equal to the severity specified for GENLVL occurs.
OPM COBOL/400 will not generate code when an error with a severity level
greater than the severity specified for GENLVL occurs.
SAA Flagging
SAA Flagging is not supported in ILE COBOL.
ILE COBOL adds a comment after the variable length field comment, which is
more accurate:
06 FILLER PIC X(10)
(Variable length field)
(Graphic field)
| Default Source File Name: In ILE COBOL, if a source file member is being
| compiled, the default source file name is QCBLLESRC. If a stream file is being
| compiled, the stream file must be specified. In ILE COBOL, if a source file member
| is being compiled, a COPY statement without the source qualifier will use
| QCBLLESRC. If the default file name is used and the source member is not found
| in file QCBLLESRC then file QLBLSRC will also be checked. If a stream file is
| being compiled, the compiler follows a different search order to resolve copy
| books. See the ILE COBOL Reference for details.
PROCESS Statement
*CBL/*CONTROL Statement: If *CONTROL is encountered on the PROCESS
statement, then it is not handled as a directive but as an invalid PROCESS option.
The *CBL/*CONTROL directive should be the only statement on a given line.
Appendix F. Migration and Compatibility Considerations between OPM COBOL/400 and ILE COBOL 587
ILE COBOL does not support USE FOR DEBUGGING. Text is treated as comments
until the start of the next section or the end of the DECLARATIVES. A severity 0
error message and a severity 20 error message are issued.
Environment Division
Order of DATA DIVISION and ENVIRONMENT DIVISION
OPM COBOL/400 is fairly relaxed about intermixing the order of the DATA
DIVISION and ENVIRONMENT DIVISION. OPM COBOL/400 issues severity 10
and severity 20 messages when it encounters clauses, phrases, sections and
divisions that are not in the proper order.
ILE COBOL does not allow the order of the DATA DIVISION and
ENVIRONMENT division to be intermixed. ILE COBOL issues severity 30
messages when it encounters clauses, phrases, sections and division that are not in
the proper order.
In the same situation, ILE COBOL uses the first such clause specified.
SELECT Clause
The OPM COBOL/400 compiler accepts multiple SELECT clauses that refer to a
given file name, if the attributes specified are consistent. In some cases no error
messages are issued. In others, severity 10, or severity 20 messages are issued. In
the case where attributes specified are inconsistent, severity 30 messages are
issued.
The ILE COBOL compiler issues severity 30 messages in all cases of multiple
SELECT clauses that refer to a given file name.
Data Division
Order of DATA DIVISION and ENVIRONMENT DIVISION
See “Order of DATA DIVISION and ENVIRONMENT DIVISION” in section
“Environment Division”.
FD or SD Entries
If a duplicate clause occurs in a FD entry or SD entry, and only one such clause is
allowed, OPM COBOL/400 uses the last such clause specified.
In the same situation, ILE COBOL uses the first such clause specified.
WORKING-STORAGE SECTION
In ILE COBOL, the storage allocation of independent Working-Storage items does
not reflect the order in which these items are declared in the Working-Storage
section, as was the case in OPM COBOL/400.
The potential impact of this change in the way storage is allocated, is on those
programs that use a circumvention scheme to alleviate the 32K maximum table
size limitation of OPM COBOL/400. If your program uses a circumvention scheme
to increase table size where multiple independent Working-Storage items are
consecutively declared and range checking is turned off, then this scheme will no
For ILE COBOL, the maximum table size is now 16 711 568 bytes and thus the
problem that triggered this circumvention scheme no longer exists. However, any
programs that use this circumvention scheme will have to be recoded.
LIKE Clause
When a REDEFINES clause is found after a LIKE clause, the OPM COBOL/400
compiler issues a severity 20 message indicating that the REDEFINES clause has
been ignored because it occurs after a LIKE clause.
In the same situation, the ILE COBOL compiler issues a severity 10 message when
the REDEFINES clause is encountered and accepts the REDEFINES clause, but it
also issues a severity 30 message indicating the LIKE clause is not compatible with
the REDEFINES clause.
This scenario may occur in the case of other incompatible clauses such as LIKE
and USAGE, or LIKE and PICTURE.
LINAGE Clause
OPM COBOL/400 flags a signed LINAGE integer with message LBL1350, but
issues no message for signed FOOTING, TOP, and BOTTOM.
PICTURE Clause
The PICTURE string .$$ is not accepted by the ILE COBOL compiler. Similarly, the
PICTURE strings +.$$ and -.$$ are not accepted either.
REDEFINES Clause
OPM COBOL/400 initializes redefined items.
ILE COBOL does not initialize redefined items. The initial value is determined by
the default value of the original data item.
VALUE Clause
In ILE COBOL, a numeric literal specified in the VALUE clause will be truncated if
its value is longer than the PICTURE string defining it. In OPM COBOL/400, a
value of 0 will be assumed.
Procedure Division
General Considerations
Binary Data Items: In OPM COBOL/400, when you have data in binary data
items, where the value in the item exceeds the value described by the picture
clause, you will get unpredictable results. In general, when this item is used, it
may or may not be truncated to the actual number of digits described by the
picture clause. It usually depends on whether a PACKED intermediate is used to
copy the value.
Appendix F. Migration and Compatibility Considerations between OPM COBOL/400 and ILE COBOL 589
In ILE COBOL, you will also get unpredictable results, but they will be different
from those generated by OPM COBOL/400.
8-Byte Binary Data Alignment: In OPM COBOL/400, 8-byte binary items are
aligned with 4-byte boundaries if the *SYNC option is specified on the GENOPT
parameter of the CRTCBLPGM command.
In ILE COBOL, 8-byte binary items are aligned with 8-byte boundaries if the
*SYNC option is specified on the OPTION parameter of the CRTCBLMOD or
CRTBNDCBL commands.
In the same situation, the ILE COBOL compiler generates a severity 30 message.
Common Phrases
(NOT) ON EXCEPTION Phrase: The (NOT) ON EXCEPTION PHRASE has been
added to the DISPLAY statement. The addition of these phrases could require you
to add the END-DISPLAY scope delimiter to prevent compile time errors.
For example:
ACCEPT B AT LINE 3 COLUMN 1
ON EXCEPTION
DISPLAY "IN ON EXCEPTION"
NOT ON EXCEPTION
MOVE A TO B
END-ACCEPT.
Both the ON EXCEPTION and NOT ON EXCEPTION phrases were meant for the
ACCEPT statement; however, without an END-DISPLAY as shown below the NOT
ON EXCEPTION would be considered part of the DISPLAY statement.
ACCEPT B AT LINE 3 COLUMN 1
ON EXCEPTION
DISPLAY "IN ON EXCEPTION"
END-DISPLAY
NOT ON EXCEPTION
MOVE A TO B
END-ACCEPT.
INVALID KEY Phrase: In ILE COBOL, the INVALID KEY phrase is not allowed
for sequential access of relative files since the meaning of the invalid key would be
indeterminate under these circumstances. The ILE COBOL compiler issues a
severity 30 error message in this situation.
The OPM COBOL/400 compiler does not issue any error messages in this
situation.
DECLARATIVE Procedures
Declarative Implemented as an ILE Procedure: In ILE COBOL, each
DECLARATIVE procedure is an ILE procedure. Thus, each DECLARATIVE
procedure run in its own invocation separate from other declaratives and separate
from the non-declarative part of the ILE COBOL program. As a result, using
invocation sensitive system facilities such as sending and receiving messages,
RCLRSC CL command, and overrides will be different in ILE COBOL than in OPM
COBOL/400.
Expressions
Class Condition Expressions: In ILE COBOL, the identifier in a class condition
expression cannot be a group item containing one or more signed, numeric
elementary items.
NOT LESS THAN OR EQUAL TO: ILE COBOL allows some forms of
conditional expression that are not permitted by OPM COBOL/400. In particular,
these include NOT LESS THAN OR EQUAL and NOT GREATER THAN OR
EQUAL.
Appendix F. Migration and Compatibility Considerations between OPM COBOL/400 and ILE COBOL 591
Special Registers
DEBUG-ITEM Special Register: ILE COBOL no longer supports the
DEBUG-ITEM special register. When encountered, it is syntax-checked only.
In ILE COBOL, the WHEN-COMPILED special register can be used with any
statement.
In ILE COBOL, the following are COBOL reserved words at all times:
v AUTO
v BEEP
v BELL
v FULL
v BLINK
v COL
v COLUMN
v PROMPT
v UPDATE
v NO-ECHO
v REQUIRED
v AUTO-SKIP
v HIGHLIGHT
v UNDERLINE
v ZERO-FILL
v EMPTY-CHECK
v LEFT-JUSTIFY
v LENGTH-CHECK
v REVERSE-VIDEO
v RIGHT-JUSTIFY
v TRAILING-SIGN.
For syntax checked only phrases in the extended DISPLAY statement, the ILE
COBOL compiler performs complete syntax checking of the PROMPT,
BACKGROUND-COLOR, and FOREGROUND-COLOR phrases. If any of these
phrases are coded incorrectly, the ILE COBOL compiler issues severity 30 error
messages. The OPM COBOL/400 compiler does not perform complete syntax
checking on the PROMPT, BACKGROUND-COLOR, and FOREGROUND-COLOR
phrases and does not issue any compile time error messages.
In OPM COBOL/400, the SIZE phrase is supported in the DISPLAY statement only.
In ILE COBOL, the SIZE phrase is supported in both the ACCEPT and DISPLAY
statements. When the specified size is greater than the size implied by the
PICTURE clause data length, then OPM COBOL/400 pads blanks to the left when
alphanumeric data is justified. ILE COBOL always pads blanks to the right.
In OPM COBOL/400, error message LBE7208 is issued when the data item cannot
fit within the screen. In ILE COBOL, alphanumeric data that does not fit within the
screen is truncated and numeric data that does not fit within the screen is not
displayed. No runtime errors are issued.
When the HELP and CLEAR keys are used to complete the ACCEPT operation on
a workstation attached to a 3174 or 3274 remote controller, a runtime error will be
issued by ILE COBOL. OPM COBOL/400 will successfully complete this ACCEPT
operation without issuing a runtime error.
OPM COBOL/400 always updates all the fields which are handled by the ACCEPT
statement. ILE COBOL updates only the fields that the user has changed before
pressing the ENTER key for one ACCEPT statement. As a result, the two compilers
behave differently in three situations:
v When the SECURE phrase is specified on the ACCEPT statement and no value is
entered
v When the ACCUPDNE option is in effect and data that is not numeric edited is
handled by the ACCEPT statement
Appendix F. Migration and Compatibility Considerations between OPM COBOL/400 and ILE COBOL 593
v When the field is predisplayed with alphanumeric data and the
RIGHT-JUSTIFIED phrase is specified on the ACCEPT statement.
CALL Statement
Lower Case Characters in CALL/CANCEL Literal or Identifier: OPM
COBOL/400 allows the CALL/CANCEL literal or identifier to contain lower case
characters; however, a program object name that is not a quoted system name
(extended name) does not allow lower case characters,. This means the resulting
the CALL/CANCEL operation will fail.
ILE COBOL supports two new values on the OPTION parameter of the
CRTCBLMOD and CRTBNDCBL commands: *MONOPRC and *NOMONOPRC.
The default value, *MONOPRC, causes any lower case letters in the
CALL/CANCEL literal or identifier to be converted to upper case. The
*NOMONOPRC value specifies that the CALL/CANCEL literal or identifier is not
to be converted to upper case.
Passing a File-Name on the USING Phrase: Both OPM COBOL/400 and ILE
COBOL allow a file-name to be passed on the USING phrase of the CALL
statement; however, OPM COBOL/400 passes a pointer to a FIB (file information
block), whereas ILE COBOL passes a pointer to a NULL pointer.
CANCEL Statement
In ILE COBOL, the CANCEL statement will only cancel ILE COBOL programs
within the same activation group. In ILE COBOL, a list of called program objects is
maintained at the activation group (run unit) level. If the program to cancel does
not appear in this list, the cancel is ignored.
In OPM COBOL/400, the CANCEL statement will issue an error message if the
program to cancel does not exist in the library list.
COMPUTE Statement
In some cases, the result of exponentiation in ILE COBOL may be slightly different
than the results of exponentiation in OPM COBOL/400.
DELETE Statement
In OPM COBOL/400, file status is set to 90 when a record format that is not valid
for a file is use on the DELETE statement.
In ILE COBOL, file status is set to 9K when a record format that is not valid for a
file is use on the DELETE statement.
Note: ILE COBOL has relaxed this rule in the case of alphanumeric-identifier THRU
alphabetic-identifier since the alphanumeric-identifier can contain only
alphabetic characters.
IF Statement
OPM COBOL/400 has a limit of 30 for the nesting depth of IF statements.
In OPM COBOL/400, when the NEXT SENTENCE phrase is used in the same IF
statement as the END-IF phrase, control passes to the statement following the
END-IF phrase.
In the same situation in ILE COBOL, control passes to the statement following the
next separator period, that is, to the first statement of the next sentence.
Note: The OPM COBOL/400 Reference manual states that the expected behaviour is
the same as what actually occurs for ILE COBOL.
INSPECT Statement
ILE COBOL supports reference modification in the INSPECT statement.
MOVE Statement
Alphanumeric Literals and Index Names: When an alphanumeric literal is
moved to an index name, OPM COBOL/400 issues a severity 20 error message. In
the same situation, ILE COBOL issues a severity 30 error message.
Appendix F. Migration and Compatibility Considerations between OPM COBOL/400 and ILE COBOL 595
05 B.
10 C PIC X(5).
05 C PIC X(5).
MOVE CORRESPONDING A TO D.
OPM COBOL/400 issues no message; ILE COBOL will issue message LNC1463.
Overlapping Source and Target Strings: If source and target strings are
overlapping for a MOVE statement, the result is unpredictable. The move may not
behave as it did for OPM COBOL/400 in the same situation.
OPEN Statement
Dynamic File Creation: There are two compatibility issues regarding dynamic file
creation:
v The OPM COBOL/400 compiler supported the dynamic creation of indexed
files.
The ILE COBOL compiler does not provide this support.
v A file will be dynamically created only if it is assigned to a COBOL device type
of DISK.
OPM COBOL/400 creates files (database files) that are assigned to COBOL
device types other than DISK if there is an override to a database file (OVRDBF).
In OPM COBOL/400, FORMATFILEs can be opened for INPUT, I-O, and OUTPUT.
OPEN OUTPUT or OPEN I-O for OPTIONAL Files: In ILE COBOL, OPEN
OUTPUT or OPEN I-O for OPTIONAL files will not create the file, if it does not
exist, when the file’s organization is INDEXED.
PERFORM Statement
In ILE COBOL, within the VARYING...AFTER phrase of the PERFORM statement,
identifier-2 is augmented before identifier-5 is set. In OPM COBOL/400, identifier-5 is
set before identifier-2 is augmented.
The results of the Format 4 PERFORM statement with the AFTER phrase is
different in ILE COBOL compared to OPM COBOL/400. Consider the following
example:
PERFORM PARAGRAPH-NAME-1
VARYING X FROM 1 BY 1 UNTIL X > 3
AFTER Y FROM X BY 1 UNTIL Y > 3.
READ Statement
AT END Not Allowed for Random Reads of Relative Files: In ILE COBOL, the
AT END phrase is not allowed for random reads of relative files since the meaning
The OPM COBOL/400 compiler does not issue any error messages in this
situation.
Error Messages: For ILE COBOL, error message LNC1408, not LNC0651, is issued
for the FORMAT phrase when a READ statement is to be performed on a
FORMATFILE.
Error message LNC1408 is issued when the device to be read is something other
than DATABASE. Error message LNC0651 is issued when the device is
DATABASE, but ORGANIZATION is not indexed.
REWRITE Statement
In OPM COBOL/400, file status is set to 90 when a record format that is not valid
for a file is used on the REWRITE statement.
In ILE COBOL, file status is set to 9K when a record format that is not valid for a
file is used on the REWRITE statement.
SET Statement
When setting a condition-name to TRUE and the associated condition variable is
an edited item, OPM COBOL/400 edits the value of the condition-name when it is
moved to the condition variable.
ILE COBOL does not perform any editing when the value of the condition-name is
moved to the condition variable.
SORT/MERGE Statements
GIVING Phrase and the SAME AREA/SAME RECORD AREA Clauses: In ILE
COBOL, file-names associated with the GIVING phrase may not be specified in the
same SAME AREA or SAME RECORD AREA clauses. The ILE COBOL compiler
issues a severity 30 error message if this situation is encountered.
The OPM COBOL/400 compiler does not issue any messages in this situation.
Note: A STOP RUN issued in the job default activation group (*DFTACTGRP) will
not cause an implicit COMMIT.
STRING/UNSTRING Statements
In OPM COBOL/400, the PROGRAM COLLATING SEQUENCE is used to
determine the truth value of the implicit relational conditions in
STRING/UNSTRING operations.
Appendix F. Migration and Compatibility Considerations between OPM COBOL/400 and ILE COBOL 597
Application Programming Interfaces (APIs)
ILE COBOL Bindable APIs
ILE COBOL uses new bindable APIs instead of the OPM runtime routines:
v QlnRtvCobolErrorHandler ILE bindable API replaces QLRRTVCE
v QlnSetCobolErrorHandler ILE bindable API replaces QLRSETCE
v QlnDumpCobol ILE bindable API replaces QLREXHAN to produce a formatted
dump
v QLRCHGCM is not supported in ILE COBOL. Use named ILE activation groups
to obtain multiple run units.
To affect ILE COBOL run units, use the corresponding ILE APIs or the ACTGRP
parameter of the CRTPGM command.
Run Time
Preserving the OPM-compatible Run Unit Semantics
You can closely preserve OPM-compatible run unit semantics in:
v An application that consists of only ILE COBOL programs, or
v An application that mixes OPM COBOL/400 programs and ILE COBOL
programs.
Note: By using a named ILE activation group for all participating programs, you
need not specify a particular ILE COBOL program to be the main
program before execution. On the other hand, if a particular ILE COBOL
program is known to be main program before execution, you can specify
*NEW attribute for the ACTGRP option when creating a *PGM object
using the ILE COBOL program as the UEP. All other participating
programs should specify the *CALLER attribute for the ACTGRP option.
v The oldest invocation of the ILE activation group must be that of ILE COBOL.
This is the main program of the run unit.
If these conditions are not met, an implicit or explicit STOP RUN in an ILE
activation group may not end the activation group. With the activation group still
active, the various ILE COBOL programs will be in their last used state.
Note: The above condition dictates that an ILE COBOL program running in the
*DFTACTGRP is generally run in a run unit that is not OPM-compatible. ILE
COBOL programs running in the *DFTACTGRP will not have their static
storage physically reclaimed until the job ends. An ILE COBOL program,
with *CALLER specified for the ACTGRP parameter of the CRTPGM
command, will run in the *DFTACTGRP if it is called by an OPM program.
If the above conditions are not met, the OPM-compatible run unit semantics is not
preserved for OPM/ILE mixed application. For example, if an ILE COBOL
program is running in the *DFTACTGRP and it issues a STOP RUN, both the OPM
COBOL/400 and ILE COBOL programs will be left in their last used state.
In ILE COBOL, the flow of control operations, CALL, CANCEL, EXIT PROGRAM,
STOP RUN, and GOBACK, will cause the run unit to behave differently unless an
OPM-compatible run unit is used.
Error Messages
In ILE COBOL, runtime error messages are prefixed with LNR. Also, some of the
message numbers are not always the same as in OPM COBOL/400.
In ILE COBOL, when the run unit terminates abnormally, the message CEE9901 is
returned to the caller. In OPM COBOL/400, the message LBE9001 is returned to
the caller under the same circumstances.
Due to differences between ILE exception handling and OPM exception handling,
you may receive more exceptions in an ILE COBOL statement compared to an
OPM COBOL/400 statement.
In ILE COBOL, file status is set to 0A when a job is ended in a controlled manner.
In ILE COBOL, file status is set to 0M when the last record is written to a subfile.
Appendix F. Migration and Compatibility Considerations between OPM COBOL/400 and ILE COBOL 599
600 ILE COBOL Programmer’s Guide
Appendix G. Glossary of Abbreviations
Abbreviation Meaning Explanation
AG Activation Group A partitioning of resources within a job. An activation
group consists of system resources (storage for program
or procedure variables, commitment definitions, and
open files) allocated to one or more programs.
API Application Programming Interface A functional interface supplied by the operating system
or by a separately orderable licensed program that
allows an application program written in a high-level
language to use specific data or functions of the
operating system or licensed program.
ANSI American National Standards An organization consisting of producers, consumers,
Institute and general interest groups, that establishes the
procedures by which accredited organizations create and
maintain voluntary industry standards in the United
States.
ASCII American National Standard Code The code developed by American National Standards
for Information Interchange Institute for information exchange among data
processing systems, data communications systems, and
associated equipment. The ASCII character set consists
of 8-bit characters, consisting of 7-bit control characters
and symbolic characters, plus one parity-check bit.
CICS®® Customer Information Control An IBM licensed program that enables transactions
Service entered at remote work stations to be processed
concurrently by user-written application programs. The
licensed program includes functions for building, using,
and maintaining databases, and for communicating with
CICS on other operating systems.
CL Control Language The set of all commands with which a user requests
system functions.
DBCS Double-Byte Character Set A set of characters in which each character is
represented by 2 bytes. Languages such as Japanese,
Chinese, and Korean, which contain more symbols than
can be represented by 256 code points, require
double-byte character sets. Because each character
requires 2 bytes, the typing, displaying, and printing of
DBCS characters requires hardware and programs that
support DBCS. Four double-byte character sets are
supported by the system: Japanese, Korean, Simplified
Chinese, and Traditional Chinese. Contrast with
single-byte character set.
DDM Distributed Data Management A function of the operating system that allows an
application program or user on one system to use data
files stored on remote systems. The systems must be
connected by a communications network, and the
remote systems must also be using DDM.
DDS Data Description Specifications A description of the user’s database or device files that
is entered into the system in a fixed form. The
description is then used to create files.
EBCDIC Extended Binary-Coded Decimal A coded character set consisting of 256 eight-bit
Interchange Code. characters.
Note: The abbreviations for OS/400 commands do not appear here. For OS/400
commands and their usage, refer to the CL and APIs section of the
Programming category in the iSeries 400 Information Center at this Web site
-http://publib.boulder.ibm.com/pubs/html/as400/infocenter.htm.
Online Information
You can access the online information in several ways:
v Pressing F1 from a Create Bound COBOL Program (CRTBNDCBL) or Create
COBOL Module (CRTCBLMOD) display
v Pressing F1 from within the Compiler Options or Program Verifier dialog boxes,
or pressing F1 from within the Editor of CoOperative Development
Environment/400
v Selecting option 20 (Start InfoSeeker (BookManager)) from the Information
Assistant Options display.
From the list of online books displayed, you can access the WebSphere
Development Studio: ILE COBOL Programmer’s Guide and the WebSphere
Development Studio: ILE COBOL Reference.
Hardcopy Information
The following hardcopy books are available for the ILE COBOL product:
v WebSphere Development Studio: ILE COBOL Programmer’s Guide, SC09-2540-03
v WebSphere Development Studio: ILE COBOL Reference, SC09-2539-03
v WebSphere Development Studio: ILE COBOL Reference Summary, SX09-1317-03
v ILE Concepts, SC41-5606-06.
Note: Additional copies of any of the publications can be ordered for a fee.
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.
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.
IBM may use or distribute any of the information you supply in any way it
believes appropriate without incurring any obligation to you.
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.
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
fictitious and any similarity to the names and addresses used by an actual business
enterprise is entirely coincidental.
COPYRIGHT LICENSE:
| This manual does not document programming interfaces for use in writing
| programs that request or receive the services of the ILE COBOL compiler.
400 IBM
AFP IBMLink
AIX Integrated Language Environment
Application System/400 iSeries
Java and all Java-based trademarks and logos are trademarks or registered
trademarks of Sun Microsystems, Inc. in the United States and/or other countries.
Other company, product, and service names may be the trademarks or service
marks of others.
® ™
Registered trademarks and unregistered trademarks are denoted by and
respectively.
Acknowledgments
IBM acknowledges the use of the following research product in the ILE COBOL
compiler:
S/SL ©Copyright 1981 by the University of Toronto
Notices 609
Notices
Bibliography 613
614 ILE COBOL Programmer’s Guide
Index
Special Characters *NOMAP option 29
*NOMAX option 35
Numerics
/ (slash) 13, 57 *NOMONOPRC option 30 0 option 37
* (asterisk) 13 *NONE option 27, 36 30 option 28, 35
*ACCUPDALL option 37 *NONUMBER option 29
*ACCUPDNE option 37 *NOOBSOLTE option 37
*ALL option 36, 38
*APOST option 29
*NOOPTIONS option 29 A
*NOPICGGRAPHIC option 33 abnormal program termination 106
*BASIC option 36 *NOPICNGRAPHIC option 33 about this manual ix
*BLANK option 28 *NOPICXGRAPHIC option 33 ACCEPT statement 366, 571
*BLK option 31 *NOPRTCORR option 29 access mode 425, 427
*CBL statement 57 *NORANGE option 30 DYNAMIC 434
*CHANGE option 38 *NOSECLVL option 29 RANDOM 434
*CHGPOSSGN option 32 *NOSEQUENCE option 28 access path
*CONTROL statement 57 *NOSOURCE option 28 description 355
*CRTDTA value 94 *NOSRC option 28 example for indexed files 435
*CRTF option 31 *NOSTDINZ option 31 file processing 423
*CURLIB option 26, 27, 40, 80 *NOSTDTRUNC option 32 specifications 348
*CURRENT option 39, 44 *NOSYNC option 30 ACQUIRE statement 474, 514
*DATETIME option 33, 390, 393 *NOUNDSPCHR option 37 activation 197
*DBGDTA value 94 *NOUNREF option 30 activation group (AG) 197, 601
*DDSFILLER option 32 *NOVARCHAR option 33 activation group level scoping 362, 371
*DFRWRT option 37 *NOVBSUM option 29 ADDMSGD (Add Message Description)
*DFTACTGRP (Default Activation *NOXREF option 28 command 560
Group) 198, 212, 280 *NUMBER option 29 ADDRESS OF special register 219, 290
*DUPKEYCHK option 31 *OBSOLETE option 37 description 290
*EVENTF option 32 *OPTIONS option 29, 56 difference from calculated ADDRESS
*EXCLUDE option 38 *OWNER option 80 OF 290
*FULL option 36 *PGM option 39 addresses
*GEN option 28 *PGM, system object type 71 incrementing using pointers 308
*HEX option 40 *PGMID option 26, 79 passing between programs 306
*HIGH option 37 *PICGGRAPHIC option 33 ADTS for AS/400
*IMBEDERR option 32, 63 *PICNGRAPHIC option 34 messages 561
*INTERMEDIATE option 37 *PICXGRAPHIC option 33 ADVANCING PAGE phrase 410
*INZDLT option 31, 427 *PRC option 39 ADVANCING phrase 410
*JOB option 40, 41 *PRINT option 27 for FORMATFILEs 409
*JOBRUN option 40, 41 *PRTCORR option 29 AG (activation group) 197, 601
*LANGIDSHR option 40 *QUOTE option 29 ALCOBJ (Allocate Object) command 363
*LANGIDUNQ option 40 *RANGE option 30 ALIAS keyword 353
*LIBCRTAUT option 38 *SECLVL option 29 alias, definition 353
*LIBL option 27, 40 *SEQUENCE option 29 Allocate Object (ALCOBJ) command 363
*LINENUMBER option 29 *SIMPLEPGM option 80 American National Standard Code for
*LINKLIT option 39 *SOURCE option 28, 36, 56 Information Interchange (ASCII) 601
*LIST option 36 *SRC option 28 American National Standards Institute
*MAP option 29, 56 *SRCMBRTXT option 28 (ANSI) xx, 553, 557
*MINIMUM option 37 *SRVPGM, system object type 97 COBOL run unit 198
*MODULE option 27 *STDINZ option 31 conforming to standards
*MODULE, system object type 19 *STDTRUNC option 32 with indexed files 428
*MONOPIC option 32 *STMT option 36 with relative files 425
*MONOPRC option 30 *SYNC option 30 with sequential files 424
*NO option 38, 80, 81 *UNDSPCHR option 37 definition 601
*NOBLK option 31 *UNREF option 30 FIPS specifications 557
*NOCHGPOSSGN option 32 *USE option 38 standard xx, 557
*NOCRTF option 31 *USER option 80 API (Application Programming
*NODATETIME option 33 *VARCHAR option 33 Interface) 601
*NODDSFILLER option 31 *VBSUM option 29, 56 error-handling 108, 321
*NODFRWRT option 37 *XREF option 28, 56 using with pointers 293
*NODUPKEYCHK option 31 *YES option 38, 80, 81 Application Development ToolSet for
*NOFIPS option 37
AS/400
*NOGEN option 28
messages 561
*NOIMBEDERR option 32
*NOINZDLT option 31
Index 617
compiler options (continued) COPY statement Create COBOL Module (CRTCBLMOD)
suppressing source listing 60 and DBCS characters 576 command (continued)
table-name option 40 DDS results 352 FLAGSTD parameter 37
text-description 28 example of data structures generated GENLVL parameter 27
THREAD option 54 by 482 LANGID parameter 41
multithreading 311 format-1 COPY statement 55 LICOPT parameter 42
NOTHREAD 54 key fields 429 LINKLIT parameter 39
SERIALIZE 54 listing source statements 57 MODULE parameter 26
compiler options listing 59 suppressing source statements 57 MSGLMT parameter 35
compiler output use with PROCESS statement 55, 56 NTLPADCHAR parameter 42
browsing 57 use with TRANSACTION files 469 OPTIMIZE parameter 36
CCSID parameter 42 COPYNAME field 63 OPTION parameter 28, 56
command summary listing 58 corresponding options, PROCESS and OUTPUT parameter 27
compiler output 55, 56 CRTCBLMOD/CRTBNDCBL PRFDTA parameter 41
cross-reference listing 67 commands 48 REPLACE parameter 38
CRTCBLMOD/CRTBNDCBL counting verbs in a source program 63, SRCFILE parameter 26
options 57 70 SRCMBR parameter 27
Data Division map 63 CPI (Common Programming Interface) SRTSEQ parameter 39
description 56 support 555 syntax 23
ENBPFRCOL parameter 41 Create Bound COBOL (CRTBNDCBL) TEXT parameter 28
examples 56 command TGTRLS parameter 39
FIPS messages listing 66 ARITHMETIC parameter 42 using CRTCBLMOD 22
listing descriptions 56 AUT parameter 38 using prompt displays with 22
listing options 59 CCSID parameter 42 create data 94
messages 560 compiling source statements 75, 83 Create Diskette File (CRTDKTF)
options listing 58, 59 CVTOPT parameter 33 command 419
PRFDTA parameter 41 DBGVIEW parameter 35 Create library (CRTLIB) command 9, 13
program listings, DBCS characters description of 72 Create Logical File (CRTLF)
in 578 ENBPFRCOL parameter 41 command 423
suppressing source listing 60 EXTDSPOPT parameter 37 Create Physical File (CRTPF)
compiling COBOL programs FLAG parameter 37 command 423
abnormal compiler termination 22 FLAGSTD parameter 37 Create Print File (CRTPRTF)
example listing 58 GENLVL parameter 27 command 408
example of 43 invoking CRTPGM 82 Create Program (CRTPGM) command
failed attempts 22 LANGID parameter 41 description of 72
for the previous release 44 LICOPT parameter 42 invoking from CRTBNDCBL 82
invoking the compiler 19 LINKLIT parameter 39 parameters 74
messages 560 MSGLMT parameter 35 using CRTPGM 73
multiple programs 55 NTLPADCHAR parameter 42 Create Service Program (CRTSRVPGM)
output 56 OPTIMIZE parameter 36 command
redirecting files 360 OPTION parameter 28, 56 description of 98
TGTRLS, using 44 OUTPUT parameter 27 parameters 98
Configuration Section, description 6, 569 PGM parameter 79 using CRTSRVPGM 98
conforming to ANSI standards 557 PRFDTA parameter 41 Create Source Physical File (CRTSRCPF)
constant, NULL figurative 288 REPLACE parameter 80 command 9, 13
contiguous items, definition 430 SIMPLEPGM parameter 80 Create Tape File (CRTTAPF)
contiguous key fields, multiple 429 SRCFILE parameter 26 command 415
control SRCMBR parameter 27 creating a module object 43
returning 211 SRTSEQ parameter 39 creating a program object 71
transferring 200 syntax 76 creating a service program 97
control boundary 199 TEXT parameter 28 creating files
Control Language (CL) TGTRLS parameter 39 indexed files 438, 449
calling CL programs 277 using CRTBNDCBL 75 relative files 438, 442
data type compatibility 278 using prompt displays with 76 sequential files 438
definition 601 USRPRF parameter 80 cross-reference listing
passing data to 278 Create COBOL Module (CRTCBLMOD) description of listing 68
returning control from 279 command example 67, 88
control language (CL) entry codes xxiv ARITHMETIC parameter 42 CRTDKTF (Create Diskette File)
CONTROL-AREA clause 473 AUT parameter 38 command 419
control, returning from a called CCSID parameter 42 CRTLF (Create Logical File)
program 211 compiling source statements 22, 43 command 423
control, transferring to another CVTOPT parameter 33 CRTLIB (Create Library) command 9, 13
program 200 DBGVIEW parameter 35 CRTPF (Create Physical File)
conversion, data format 156 description of 19 command 423
CoOperative Development ENBPFRCOL parameter 41 CRTPRTF (Create Print File)
Environment/400 (CODE/400) 8 EXTDSPOPT parameter 37 command 408
copies of ANSI standard available xxi FLAG parameter 37
Index 619
device files (continued) double-byte character set (DBCS) error handling (continued)
WORKSTATION device 472 support (continued) in input-output operations (continued)
device independence 359 graphic 577 overview 326
device-dependent area, length of 367 in the Data Division 569 in sort/merge operations 335
diagnostic levels 559 in the Environment Division 569 in string operations 323
diagnostic messages 68 in the Identification Division 568 on the CALL statement 335
diagrams, syntax 23, 76 in the Procedure Division 571, 576 overview 319
disclaimers open 576 user-written error handling
sending information to IBM ii PROCESS statement 565, 573 routines 336
US government users ii representation of DBCS data in batch error recovery, example 337
DISK device 423 jobs 576 error-severity-level option 35
disk files searching for in a table 576 errors
processing methods 424 sorting 576 ADVANCING phrase with
variable length records 436 specifying DBCS literals 566 FORMATFILE files 409
DISKETTE device 419 DOWN debug command 111 escape message 321
diskette file DROP statement 477, 516 EVAL debug command 110
definition 419 dump, formatted 322, 579 examples
describing 420 dynamic access mode 425, 429, 498 access path for indexed file 435
end of volume 420 dynamic file creation 31 activation group
naming 419 dynamic program call multiple, *NEW and named 215
reading 420 description 201 multiple, *NEW, named, and
writing 420 performing 208 *DFTACTGP 216
displacement (DISP) field 64 to a service program 100 single activation group 213
DISPLAY debug command 110 using 209 two named activation groups 214
display device binder information listing 87
DDS for 469 binding multiple modules 75
record format 470, 471
display device file 469
E binding one module 83
binding statistics listing 89
EBCDIC (Extended Binary-Coded
display format data, definition 470 brief summary table listing 86
Decimal Interchange Code) 601
DISPLAY statement 572 COBOL and files 354
editing source programs
displaying a compiler listing 57 command option summary listing 84
See source entry utility (SEU)
displays commitment control 367, 373
EJECT statement 57
CRTBNDCBL prompt display 76 compiler options listing 56
elementary pointer data items 290
CRTCBLMOD prompt display 22 compiling a source program 43
embedded SQL 282
data description specifications (DDS) COPY DDS results 352
encoding scheme identifiers 14
for 469 COPY statement in PROCESS
End Commitment Control
display program messages 561 statement 56
(ENDCMTCTL) command 371
for sample programs cross-reference listing 67, 88
End Debug (ENDDBG) command 114
order inquiry 530, 531 Data Division map 63
end of chained list, testing for 307
payment update 547, 548, 549 DDS
END PROGRAM 6
transaction inquiry 483 for a display device file 469, 471
end-of-file condition 328
SEU display messages 561 for a record format 351
END-OF-PAGE phrase 409
subfiles 498 for a record format with ALIAS
ENDCMTCTL (End Commitment
distributed data management keyword 353
Control) command 371
(DDM) 601 for field reference file 350
ENDDBG (End Debug) command 114
division by zero 324 for multiple device files 503
ending a called program 211
divisions of programs for subfiles 499, 501
ending a COBOL program 106, 321
Data Division 569 diagnostic messages listing 68
entering source members 6
Environment Division 569 END-OF-PAGE condition 413
entering source programs 6, 9, 10, 11
Identification Division 6 entering CRTCBLMOD from
entry codes, control language xxiv
optional 6 command line 43
Environment Division
Procedure Division 571, 576 entering source statements 13
and DBCS characters 569
required 6 error recovery 337
description 6
do while structure, testing for end of extended summary table listing 85
EPM (extended program model) 3, 281
chained list 307 EXTERNAL files 223
EPM (Extended Program Model) 602
documentary syntax xxiv externally described printer files 411
EQUATE debug command 110
double spacing 57 file processing
error handling
double-byte character set (DBCS) support indexed files 449, 451
APIs 108, 321
ACCEPT statement 571 relative files 442, 444
in arithmetic operations 324
and alphanumeric data 575 sequential files 438, 440
in input-output operations
checking 567 FIPS messages listing 66
end-of-file condition (AT END
comments with DBCS characters 568 FORMATFILE file 409
phrase) 328
communications between formatted dump 579
EXCEPTION/ERROR declaratives
programs 577 generic START 430, 432
(USE statement) 330
definition 601 indicators 485
file status key 331
description 565, 578 LENGTH OF special register with
invalid key condition (INVALID
enabling in COBOL programs 566 pointers 289
KEY phrase) 329
Index 621
H input-output verbs, processing of 326
input/output (I/O), definition 602
J
hard control boundary 199 inquiry messages 321 Java data types 256
HELP debug command 111 INSPECT statement 573 Java Native Interface (JNI) 236
high-level language (HLL) 602 Integrated Language Environment Java virtual machine (JVM) 236
highlights 438 (ILE) 3, 602 JDK11INIT member 263
HLL (high-level language) 602 internal file status 331 JNI member 258
International Standards Organization job failure, recovery 337
(ISO) xx job level scoping 362, 371
I interprogram calls using pointers 292 JUSTIFIED clause 570
I-O feedback 366, 367 in teraspace memory 286
I-O-FEEDBACK 367 interprogram communication
I/O (input/output), definition 602 considerations 197 K
I/O devices 359 interprogram module 554 key fields
I/O operation, handling errors 326 intersystem communications function contiguous, multiple 429
IBM extensions (ICF) descending keys 436
double-byte character set (DBCS) ACCESS MODE clause 473 for indexed files 427
support 565, 578 ASSIGN clause 472 partial keys 430
flagging 557 communications 497 program-defined 434
transaction files 469, 549 CONTROL-AREA clause 473 keyed read 360
Identification Division definition 602 keyed sequence 355, 423, 427, 429, 436
and DBCS characters 568 FILE STATUS clause 473 keys
description 6 multiple and single device files 502 common 355
identifier ORGANIZATION clause 473 record 355
call by 209 using to specify subfiles 497 validity 429
ILE (Integrated Language intrinsic functions 555 keywords
Environment) 3, 602 collating sequence and 166 DDS 353
ILE procedure 6 conversion uses in syntax diagrams xxii
INDARA keyword 484 case, upper or lower 164 INDARA 484
independence, device 359 data items 163
indexed files numbers 164
creation 438, 449
description 427
order, reverse 164
reverse order 164
L
data items, evaluating 166 LANGID parameter 41
key fields 427
data types handled and 161 language-identifier-name option 41
processing methods for types DISK
date and time 163 last-used state, description 212, 232
and DATABASE 427
examples 161 LDA (local data area) 229
updating 438, 451
financial 162 LEFT debug command 111
indexed I-O module 554
fixed-point arithmetic and 171, 172 length (LENGTH) field 64
indicators
floating-point arithmetic and 171, LENGTH OF special register 220, 289
and ASSIGN clause 484
172 length of statement, maximum 11
and Boolean data items 484
largest level checking (LVLCHK) 356, 602
and COPY statement 485
data items 166 level of data item (LVL) field 64
associated with command keys 469
length level of language support 553, 554, 557
data description entries 485
data items 167 libraries, test 109
description 484
LENGTH OF special register 168 library-name option 26, 27, 40, 80
example, using in programs 485
mathematical 163 library, definition 9
in a separate indicator area 484, 485
number-handling and 162 limitations
in the record area 485
numeric function nesting 161 TGTRLS parameter 44
INDARA DDS keyword 484
present value calculation 162 LINAGE clause 409
INDICATOR clause 496
smallest LINAGE-COUNTER special register 409
INDICATORS phrase 485
data items 166 linkage items, setting the address of 290
sample programs 485
statistical 163 Linkage Section
TRANSACTION file processing 484
subscripting, all 161 describing data to be received 221
using 484
table item processing 173 parameters for a called program 221
initialization of storage 200
WHEN-COMPILED special register linkage type, identifying 201
initializing files with deleted
and 168 listing view 112
records 427
year 2000 problem and 174 listings
initializing pointers
introduction to ILE COBOL 3 binder 84
with NULL figurative constant 288
invalid key condition 329 binder information 87
inline data files 361
INVALID KEY phrase 329 binding statistics 89
input field 470
invariant characters 14 brief summary table 86
input records 365
items grouped by level 67 command option summary 84
input spool 361
command summary 58
Input-Ouput Section, description 6
cross-reference 67, 88
input-output devices 359
Data Division map 63, 64
input-output operations, handling
DBCS characters in 578
errors 326
example, source listing 60, 62
Index 623
P pointers (continued)
in records 289
PROCESS statement (continued)
COPY statement, using with 55, 56
paging and spacing control for printer in tables 287 date window algorithm,
files 409 in teraspace memory 286 overriding 47
paper positioning 409 in Working-Storage 287 description 47
parameters initializing 288 options 55
describing in the called program 221 length of 285 position of statement 47
matching the parameter list 265 manipulating data items 286 rules for 47
partial key, referring to 430 moving between group items 292 scope of options with
parts of a program 4 null value 307 CRTCBLMOD/CRTBNDCBL
passing data procedure pointer 308 commands 56
CALL...BY REFERENCE or CALL...BY processing a chained list 305 specifying compiler options 59
CONTENT 219 reading 289 techniques
in groups 221 writing 289 file processing 438
to ILE C for AS/400 programs 267 position of PROCESS statement 47 indexed file creation 449
to ILE CL programs 278 preface ix indexed file updating 451
to ILE RPG for AS/400 prestart job 231 relative file creation 442
programs 274 PREVIOUS debug command 111 relative file retrieval 446
passing data item and its length 220 previous release, compiling for 44 relative file updating 444
passing pointers between programs 306 PRINTER device 408 sequential file creation 438
PEP (program entry procedure) 20, 197, printer file sequential file updating and
602 definition 408 extension 440
Performance collection 95 describing FORMATFILE files 410 using to specify compiler options 47
performing arithmetic 159 describing PRINTER files 409 processing methods for DATABASE
PGM parameter 79 example 411 files 424
phrases naming 408 processing methods for DISK files 424
ADVANCING 410 writing to 410 program control
ADVANCING PAGE 410 printing returning 211
AT END 328 based on indicators 409 transferring 200
END-OF-PAGE 409 editing field values 409 program device 474, 477, 514, 516
FORMAT 475, 476, 514, 516 in overflow area 409 program entry procedure (PEP) 20, 197,
INDICATORS 485 maintaining print formats 409 602
INVALID KEY 329 multiple lines 409 program listings, DBCS characters
NEXT MODIFIED 515 paging 409 in 578
NO REWIND 418 paper positioning 409 program object
NOT AT END 328 spacing 409 calling 7
NOT INVALID KEY 329 to a printer file 410 major steps in creating 3
REEL/UNIT 418 procedure running 7, 103
ROLLING 475 COBOL procedure 6 program parts 4
STARTING 475 ILE procedure 6 program structure
SUBFILE 498 procedure branching statements 576 Data Division 6
TERMINAL 475, 476, 514, 516 Procedure Division Data Division map 64
PICTURE clause 147, 570 and DBCS characters 571 Environment Division 6
PIP (program initialization parameters) and transaction files 474, 513 example 4
data area 231 description 6 Identification Division 6
pointer alignment, definition 286 using SET statement to specify level of language support 554, 555
pointer data items address 290 Procedure Division 6
definition 285 procedure-pointer 308 required and optional divisions 6
elementary items 290 PROCESS statement skeleton program 4
pointers and DBCS characters 566 program template 4
aligning on boundaries compiler options specified in 47 program termination
01-level items 287 compiler output 57 abnormal 106
77-level items 287 considerations file considerations 197
automatically using FILLER 287 blocking output records 365 initialization 200
with blocking in effect 287 commitment control passing return code information 217
and REDEFINES clause 288 considerations 367 returning control 211, 269, 277, 279
assigning null value 307 DATABASE files 423 STOP RUN statement 211, 213
defining 286 DISK files 423 with the CANCEL statement 232
defining alignment 286 file and record locking 363 program-defined key fields 434
definition 285 overriding program program-described files
description 285 specifications 362 considerations for using 348
examples processing methods for types DISK description 347
accessing user space 293 and DATABASE 427 externally described by DDS with
processing chained list 305 program-described and externally Create File commands 347
in CALL statement 292 described files 347 TRANSACTION files 469
in File Section 287 spooling 360 program-name option 79
in Linkage Section 221 unblocking input records 365 publications 611
in MOVE statement 290
Index 625
service program (continued) source file format statements (continued)
creating 97 description 10 DROP 477, 516
definition 97 record length 10 EJECT 57
example 99 source listing, example 60 EXIT PROGRAM 321
sharing data with 100 source member type GOBACK 321
using 97 compiling 22 in syntax diagrams xxii
SET statement 574 specifying 11 INSPECT 573
SEU (source entry utility) SQLCBLLE 282 MERGE 380, 385, 576
browsing a compiler listing 57 syntax-checking 11, 282 MOVE 574
description 602 SOURCE NAME field 64 OPEN 410, 417, 420, 474, 514
editing source programs 6, 9, 10 source physical file, definition 9 PROCESS 47, 566
entering source programs 6, 9, 10 source program READ 572
errors compiling 19 RELEASE 383, 576
listing 68 definition 4 REPLACE 60
messages at run time 561 listing 60 RETURN 383, 576
formats, using 10 source text manipulation module 554 REWRITE 572
prompts and formats 10 source view 113 ROLLBACK 368
Start Source Entry Utility (STRSEU) source-file-name option 27 SEARCH 576
command 11 space pointer, definition 285 SET 574
syntax-checking 11, 13, 561 spacing 57 SKIP 57
TYPE parameter 11 spacing and paging control for printer SORT 380, 385, 576
severity level of messages 559 files 409 START 573
severity-level 28, 38 special registers START, generic 430
shared files 363 ADDRESS OF 219 STOP 213, 576
shared ODP (open data path) 365 DB-FORMAT-NAME 428 STOP RUN 321
shared records 363 LENGTH OF 220 STRING 575
shared-for-read 363 implicit definition 289 TITLE 57, 577
shared-for-read lock state 363 in Procedure Division 289 UNSTRING 575
shared-for-update 363 LINAGE-COUNTER 409 USE 330
shared-no-update 363 RETURN-CODE 265 WRITE 573
shift-in character, definition 566 SORT-RETURN 335, 384 static procedure call
shift-out character, definition 566 SPECIAL-NAMES paragraph 13 description 200
sign representation 157 spooling 360, 361 performance advantages 207
signature 98 SQL (Structured Query Language) performing 207
single device files 502 statements 282, 602 using 207
size error condition 324 SQLCBLLE member type 282 STEP debug command 110, 111
skeleton program 4 SRCFILE parameter 26 STOP RUN statement 212, 213, 232, 321
SKIP statement 57 SRCMBR parameter 27 STOP statement 576
SKIP1 statement 57 SRTSEQ parameter 39 storage, initialization of 200
SKIP2 statement 57 standard record length, COBOL source STRCMTCTL (Start Commitment Control)
SKIP3 statement 57 file 10 command 371
slash (⁄) 13, 57 standard, for COBOL xx STRDBG (Start Debug) command 109,
soft control boundary 199 Start Commitment Control 114
SORT statement 380, 385, 576 (STRCMTCTL) command 371 string operations, handling errors 323
sort-merge module 554 Start Debug (STRDBG) command 109, STRING statement 575
SORT-RETURN special register 335, 384 114 strong definition 85
sort/merge operation, handling Start Source Entry Utility (STRSEU) STRSEU (Start Source Entry Utility)
errors 335 command 6, 11, 13 command 6, 11, 13
sorting/merging files START statement 430, 573 Structured Query Language (SQL)
describing the file 378 STARTING phrase 475 statements 282, 602
ending sort/merge operation 384 starting the compiler 22 subfiles
example 385 statement length, maximum 11 acquiring program devices 514
input procedure 382 statement number (STMT) field 64, 69 closing 516
merge operation 380 statement number, compiler-generated defining using DDS 497
output procedure 383 (STMT) 62 describing 513
restrictions 383 statement view 113 description 497
return code 384 statements device file 502
sort criteria 381 ACCEPT 366, 571 display file 498
sort operation 380 ACQUIRE 474, 514 dropping program devices 516
sorting variable length records 385 arithmetic, in DBCS processing 573 naming 512
source debugger, ILE 7, 109 CANCEL 232 opening 514
source file CLOSE 411, 418, 421 reading 515
default 11 COLLATING SEQUENCE 110 replacing 516
fields 10 COMMIT 368 rewriting 516
program, suppressing listing 60 compiler output 57 uses of 498
record length 10 COPY 347, 576 writing 514
DISPLAY 572 subprogram 199
Index 627
Y
year 2000 problem 174
Printed in U.S.A.
SC09-2540-03