IWZ039S An invalid overpunched sign was detected.


 
Thread Tools Search this Thread
Operating Systems AIX IWZ039S An invalid overpunched sign was detected.
# 1  
Old 01-27-2011
Bug IWZ039S An invalid overpunched sign was detected.

Hi,

My project is migrating from Mainframe COBOL to AIX COBOL. And on AIX we are using Mirofocus COBOL 3.1.0 for compliling the programs. We have an issue with the file input which have Comp-3 data. On Binary mode I'm successfully able to download into AIX. By using lquerypv -h <file name> command I'm able to see all the comp-3 values in hex format. But when I read the file in Input and move the comp-3 field value into another working storage variable and try to display it, it throws the erro "IWZ039S An invalid overpunched sign was detected." I tried with re-defines and different options, but not worked out. Can any one help me in resolving this issue.
# 2  
Old 01-27-2011
It would help to mention a bit more detail about the originating computer, the Cobol version, and the type of file (in Cobol terms), and the type of record (in Cobol terms), the file transfer method and any subsequent conversion if any was done (e.g. EBCDIC to ASCII).

Anyway. Google Advance Search "Cobol AIX Microfocus conversion" with exact match "Comp-3" produced many hits including this one which mentions your exact error message and discusses the issue:
AIX Cobol II and Packed Decimal fields - Rhinocerus

Google Advance Search "Cobol AIX Micro Focus conversion" with exact match "Comp-3" produced even more interesting hits. It will mean much more to you armed with knowledge of the file and record format.

If you have a licenced copy of Microfocus Cobol it may well be easier to ask Microfocus.

(I'm sure it was a typo in your post, but if you are Googling make sure you spell "Microfocus" or "Micro Focus" correctly Application Modernization and Management - Micro Focus).

Last edited by methyl; 01-27-2011 at 05:40 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

/tmp/man18809436: Invalid file system control data detected

/tmp/man18809436: Invalid file system control data detected Help me what do I do? Если знаете русскии, пишите на нем. (2 Replies)
Discussion started by: islily
2 Replies

2. Solaris

No memory detected in Bank 3

Hi. Recently I discovered how to access the 'ok' prompt on my E450. (Thanks DukeNuke2) And so I've been running tests, checking the system out... (since until now I've not known how to get to the 'ok' prompt) And came across 0>INFO: No memory detected in Bank 3 and *** Missing DIMM(s)... as... (3 Replies)
Discussion started by: SomeoneTwo
3 Replies

3. Programming

Sleep function not detected

Hello Im using geany to write my c codes. Below is my code to make the internal LED of beaglebone flashing. But i cant seem to use the sleep or delay to make the program wait for a couple of miliseconds. I've included all include files that i can find but none of it solve the problem. Any help is... (1 Reply)
Discussion started by: HellRyder
1 Replies

4. Hardware

iPhone Not being detected

I'm New to the linux world I'm running OpenSuse and as soon as I installed everything was wokring like a charm. and i said to myself I'm so keeping this OpSys! everytime i would plug in my iPhone it would read it as anything else as a filesystem and i was able to go through the device files an etc,... (9 Replies)
Discussion started by: JuankyKong
9 Replies

5. Programming

stack smashing detected

Like you can see in the title this is my problem! Here is what appears in the terminal :confused::confused::confused: *** stack smashing detected ***: ./a.out terminated ======= Backtrace: ========= /lib/tls/i686/cmov/libc.so.6(__fortify_fail+0x48)... (2 Replies)
Discussion started by: italian_boy
2 Replies

6. Solaris

OS is not detected CPU and memory

Hi, Server AIBVRFCC failed POST while booting on 06/28/2009. Server is up, but OS cannot see two CPUs (CPU 0 and CPU 2) and half of the installed system memory (8 GB is physically installed but only 4 GB is seen by OS now). bld00016:root psrinfo 1 on-line since 06/28/09 05:51:36 3 on-line... (1 Reply)
Discussion started by: arumsun
1 Replies

7. Red Hat

glic detected on free

Hello, I have built a shared object on SuSe using gcc. I then copied this shared object to a RedHat machine and built a test application using gcc 3.4.6 which linked the shared object built on SuSe. When running the test application on RedHat, I get a glic detected on free message and the... (0 Replies)
Discussion started by: sbaratam
0 Replies

8. Solaris

dmfe0: TX stall detected

I just starting recieving in /var/adm/messages this kind of notice: dmfe: NOTICE: dmfe0: TX stall detected after 2 ticks in state 3; automatic recovery initiated does any one have any idea why this notice is generated ? thanks in advance. (1 Reply)
Discussion started by: pasalagua
1 Replies

9. Shell Programming and Scripting

Sign on/Sign off logging script

I'd like to make a script that I can execute every time I sign on to my linux box that keeps track of the time and allows to me to add a remark to a file. So basically once I log in, I run the script, and it outputs the date and time to a text file (log.txt). But that isn't my problem. I need... (1 Reply)
Discussion started by: Glider
1 Replies

10. Programming

*** glibc detected *** free(): invalid next size (normal): 0x0000000000503e70 ***

hi, I have made a small C program that make use of malloc and free for processing bitmap images. when i try to run the program, I am getting a error something like *** glibc detected *** free(): invalid next size (normal): 0x0000000000503e70 *** I am not sure of which free() is causing this... (1 Reply)
Discussion started by: vbreddy
1 Replies
Login or Register to Ask a Question