0030-2230 0030-2240
0030-2230 No Items were selected.
Explanation: The user selected Apply or Ok on the Variable Selection window without
choosing any variables to be displayed.
User Response: None. This is an informational message.
0030-2232 Could not locate source file:
string
for task:

number

.
Explanation: pedb could not locate a source file to correspond with the current program
state in this task. Consequently no source file for this task will appear in the source file
window.
User Response: Check the source file search path and file permissions. pedb processing
will continue.
0030-2234 Unable to open file
string
for task
number
.
Explanation: pedb was not able to open the file for reading or determined that the selected
file was not a regular file (for example, a directory or device).
User Response: This typically occurs when manually selecting a new source file for the
source window. In this case, the user should check that the filename is valid and the proper
permissions are in effect to allow it to be read. If this message occurs because the debugger
stopped in a new source file, one may also want to check the source search path using the
Source Path window under File on the menu bar. pedb will display no source if it stops in a
file it can not read.
0030-2235 Source file:
string
on task:
task
is larger than the maximum allowable size,
which is 65534 lines.
Explanation: pedb could not load the entire source file into the buffer used to process the
Source File window. If you started pedb in normal mode, both pedb and the program will
terminate. If you are using pedb in attach mode, pedb will detach from the program and exit,
but the program will not be terminated.
User Response: If you want the ability to debug all the source code for this program, split
the code into multiple files, with each file being less than 65535 lines. After completing this,
recompile the program.
0030-2236 Unknown source file suffix:

character

, assuming c.
Explanation: The source file had a suffix that was not recognized as a character that
represented a language. pedb assumes the source file was written in C. This is the default.
Note that some language constructs that are unique to the C language are used on this file.
User Response: The source file could be renamed if appropriate.
0030-2238 Incorrectly formed member list. No tasks have been added to the group. A
member list can contain space or comma separated task numbers, or
ranges of task numbers separated by colons or dashes.
Explanation: The range of task numbers is incorrectly specified.
User Response: Consult the manual pages for how to create groups in pedb and
re-specify the selection. For more information, see the IBM Parallel Environment for AIX:
Operation and Use manual.
0030-2240 No executable name was entered.
Explanation: The Ok was pressed in the Load Executables window without entering or
selecting a program name.
User Response: Re-open the Load Executables window and enter a program name.
Chapter 3. pedb Messages 37