Search found 5 matches

by Sangitha
Fri Dec 26, 2014 2:23 pm
Forum: JCL - Job Control Language.
Topic: Increase the space/storage for an existing data set.
Replies: 1
Views: 721

Increase the space/storage for an existing data set.

Hi, I had this problem: To an existing dataset, I needed to allocate a BIG storage. This dataset is not created anywhere in some Job where I could modify SPACE parameter. Unfortunately, yesterday there was a huge in flow of number of records records written to this dataset and we got an abend for th...
by Sangitha
Fri Dec 26, 2014 2:12 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: IGYPS0225-S An "EXEC SQL" statement was found.
Replies: 9
Views: 4864

Re: IGYPS0225-S An "EXEC SQL" statement was found.

Thanks all.

I was missing to tryn the 'pre-compiler' option as Yes. Making it "Y" has resolved the problem.
by Sangitha
Tue Nov 11, 2014 11:49 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: IGYPS0225-S An "EXEC SQL" statement was found.
Replies: 9
Views: 4864

Re: IGYPS0225-S An "EXEC SQL" statement was found.

Anuj Dhawan wrote:Along with what Nic has said, I'd also like to know what "compiling tool" are you using to compile your program?
I'm using chaneman for this.
by Sangitha
Tue Nov 11, 2014 11:45 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: IGYPS0225-S An "EXEC SQL" statement was found.
Replies: 9
Views: 4864

Re: IGYPS0225-S An "EXEC SQL" statement was found.

The SQL recompiler runs before the COBOL compiler. It is the COBOL compiler that brings in the copybook so your SQL statement comes in after the SQL pre-compiler. (The pre-compiler converts the SQL code to COBOL, PL/1 or whatever language you are using that a pre-compiler exists for). Fine but what...
by Sangitha
Mon Nov 10, 2014 4:56 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: IGYPS0225-S An "EXEC SQL" statement was found.
Replies: 9
Views: 4864

IGYPS0225-S An "EXEC SQL" statement was found.

Hi, I am compiling a COBOL-DB2 pgm. I am getting below error msg. IGYPS0225-S An "EXEC SQL" statement was found, but the "SQL" compiler option was not in effect. The statement was discarded. the strange thing is, when i am using SQL query inside the copy book I am getting the err...

Go to advanced search