COBOL Report Generator |
|
Print graphical COBOL reports in Windows with
RPV Reports.
Insert graphics (images, photos, logos, charts, etc.) into your COBOL reports
to improve the print quality of your COBOL reports.
See how RPV Reports can be used to preview or print graphical COBOL reports in Windows. |
 |
COBOL Documentation |
|
Are your mainframe COBOL applications properly documented?
DCD III
is a comprehensive COBOL documentation and application
understanding tool that will allow you to reduce COBOL maintenance,
development, and mainframe migration costs.
Learn more about how you can document and understand your mainframe COBOL
applications with DCD III. |
 |
COBOL Email List Rental |
|
You can reach a highly targeted, qualified, opt-in audience of
COBOL users by renting the COBUG email list.
Contact us today advertise@cobug.com for our email list rental rates.
|
 |
Website Advertisement |
|
Advertise on the
COBUG website and reach tens of thousands of COBOL users. Increase
your COBOL sales leads.
Contact COBUG at advertise@cobug.com for advertising rates.
|
 |
Support COBUG |
|
 |
|
 |
|
|
| |
|
COBOL Language [
return
] |
|
From |
Message |
yaochen_87
7/04/2011 18:48:25
|
Subject: glitch about pvfs file system
Message: I ran a netcobol program and got the error message below:
COBOL:rts64: HALT: 2011-06-23 00:44:39 JMP0310I-U [PID:00004672 TID:F7C1A5F0] OPEN ERROR. FILE=/mnt/d/tables/STREETAB. 'ERFLD=0026'. PGM=FT01M091. LINE=128
The message explain:
2011-06-23 00:44:39: date and time
JMP0310I-U :message-number
[PID:00004672 TID:F7C1A5F0]: Process ID and thread ID
OPEN ERROR. FILE=/mnt/d/tables/STREETAB.: error arise when open file.
'ERFLD=0026':An input-output file access error occurred. The ‘0026’ is the system error code in Hexadecimal notation. I searched the system error code list and found:
#define ENOSYS 38 /* Function not implemented */
PGM=FT01M091. LINE=128: this error arises at line:128 in ‘FT01M091.cbl’ file.
We can see the source file is “FT01M091.cbl” and the source code in line:128 is:
125 Z99-LOAD-TABLE SECTION.
126
127 OPEN INPUT TABFILE.
128
129 Z99-READ.
The TABFILE defined in here:
14 000110 ENVIRONMENT DIVISION. FT000110
15 INPUT-OUTPUT SECTION.
16
17 FILE-CONTROL.
18 SELECT TABFILE ASSIGN TO STREETAB
19 ORGANIZATION LINE SEQUENTIAL.
The STREETAB is an environment valuable defined as:
export STREETAB=/mnt/d/tables/STREETAB
We tried to move the dataset files to ext3 or nfs file system and no error message hit. The directory of ‘/mnt/d’ is pvfs28 file system.
My question is Can netcobol access the pvfs file system? Why?
|
|
|
|
|
|
|
|
|
|
|
[ Go to Top of Page ]
|
|
 |
|
COBOL Job Seekers |
Looking for a COBOL job? Submit your resume here and have it viewed by employers and recruiters hiring for COBOL positions.
|
 |
|
Employers & Recruiters |
Do you need to fill a COBOL position? Post your COBOL jobs here and find the most qualified COBOL candidates to fill your COBOL position.
|
 |
|
Call for Articles |
Articles are being sought for the COBUG newsletters.
Will you help us in our efforts to provide newsletters for the COBOL community at large?
Contribute to the COBUG newsletters! Answer this call for COBOL and related legacy articles. |
 |
|
Local COBOL User Groups |
Check out the list of local COBOL user groups from around the world and join a user group near you.
|
 |
|
Call for User Group Leaders! |
Get Involved! We are looking for user group
leaders to help organize and coordinate a local COBOL user group.
|
 |
|
Join COBUG! |
Become a part of the COBUG community today.
Join Now ...
|
 |
|
COBOL Forums |
Try our forums for help!
Let the COBUG members help you.
Post your issues!
|
 |
|