Search found 5 matches

by Raj Mainframe
Wed Dec 03, 2014 3:41 pm
Forum: JCL - Job Control Language.
Topic: Why there is 'Invalid label' error?
Replies: 2
Views: 1115

Why there is 'Invalid label' error?

HI, I've a JOb coded like this, but this gives an error: 19 //INFILE DD DSN=ABCDIN.XYZ.DATA,DISP=OLD 20 //01 DD DSN=ABCD.SOME.FILE1,DISP=MOD 21 //02 DD DSN=ABCD.SOME.FILE2,DISP=MOD 22 //SYSIN DD * //* STMT NO. MESSAGE 20 IEFC662I INVALID LABEL 21 IEFC662I INVALID LABEL Can someone please guide why i...
by Raj Mainframe
Wed Dec 03, 2014 3:37 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Can we call IEBGENER from COBOL?
Replies: 4
Views: 1561

Re: Can we call IEBGENER from COBOL?

Thanks William and Robert.
...when you close it SMTP will get the email to process.
I don't follow this statemment. Just merely closing the file will get e-mail across? is it?
by Raj Mainframe
Sun Nov 23, 2014 10:09 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Can we call IEBGENER from COBOL?
Replies: 4
Views: 1561

Can we call IEBGENER from COBOL?

Hi,

I've used IEBGENER in JCL to send an email. Though now, I'd like to send an email from a COBOL program. Is calling IEBGENER possible? Or is there any another way one can send an email from within a COBOL program?

Thanks.
by Raj Mainframe
Sun Nov 23, 2014 10:06 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: What is the limit for WHEN CLAUSE in the EVALUATE statement?
Replies: 2
Views: 1288

Re: What is the limit for WHEN CLAUSE in the EVALUATE statem

Thanks Robert. Thanks for reference also, much appreciate your way of telling it.
by Raj Mainframe
Thu Nov 20, 2014 4:54 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: What is the limit for WHEN CLAUSE in the EVALUATE statement?
Replies: 2
Views: 1288

What is the limit for WHEN CLAUSE in the EVALUATE statement?

Hi,

What is the limit for WHEN CLAUSE in the EVALUATE statement? I searched it but miss to get the details, can you please point me or guide.

Go to advanced search