Search found 2 matches
- Mon May 11, 2015 4:55 pm
- Forum: Suggestions & Feedback : About the website.
- Topic: How did you find us?
- Replies: 294
- Views: 526339
Re: How did you find us?
From a facebook page I got the link to register.
- Mon May 11, 2015 4:54 pm
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: MOVE in COBOL, no abend.
- Replies: 2
- Views: 1060
MOVE in COBOL, no abend.
Hi, I'm using IBM Enterprise COBOL and working with the below code for testing:.I expected a compilation error or an abend but nothing of that sort happened. Can someone tell why this happens? IDENTIFICATION DIVISION. PROGRAM-ID. TESTPGM. ENVIRONMENT DIVISION. DATA DIVISION. WORKING-STORAGE SECTION....