Author |
Message |
Topic: Convert all columns in SELECT * to CHAR |
DiscoStuLikesDiscoMusic
Replies: 7
Views: 5121
|
Forum: Database Posted: Tue Jul 27, 2010 4:40 pm Subject: Convert all columns in SELECT * to CHAR |
Perfect! Thank you. |
Topic: Convert all columns in SELECT * to CHAR |
DiscoStuLikesDiscoMusic
Replies: 7
Views: 5121
|
Forum: Database Posted: Tue Jul 27, 2010 11:09 am Subject: Convert all columns in SELECT * to CHAR |
In a DB2 query, I need to convert columns of decimal data type to character so the DB2 data type will match the receiving COBOL field.
An example would be:
SELECT CHAR(COL_NAME_DECIMAL)
INTO : ... |
Topic: Is it possible to call IEBGENER from COBOL? |
DiscoStuLikesDiscoMusic
Replies: 3
Views: 3587
|
Forum: Application Programming Posted: Sat Oct 25, 2008 12:59 am Subject: Is it possible to call IEBGENER from COBOL? |
Thanks! |
Topic: Is it possible to call IEBGENER from COBOL? |
DiscoStuLikesDiscoMusic
Replies: 3
Views: 3587
|
Forum: Application Programming Posted: Fri Oct 24, 2008 11:23 pm Subject: Is it possible to call IEBGENER from COBOL? |
I know how to send an email using IEBGENER in JCL. What I'd like to do is to send an email from a COBOL program. I know it is possible to call IDCAMS from COBOL, is calling IEBGENER possible?
Or ... |
Topic: How to completely delete a dataset? |
DiscoStuLikesDiscoMusic
Replies: 5
Views: 2473
|
Forum: Job Control Language(JCL) Posted: Wed Jun 18, 2008 5:32 pm Subject: How to completely delete a dataset? |
Ok, I had a feeling that was the case. Is there a way to force one of those scenarios? |
Topic: How to completely delete a dataset? |
DiscoStuLikesDiscoMusic
Replies: 5
Views: 2473
|
Forum: Job Control Language(JCL) Posted: Wed Jun 18, 2008 4:25 pm Subject: How to completely delete a dataset? |
I need to delete some datasets via JCL in a batch job. In this case, they happen to be on tape. I've tried deleting by setting the DISP parameters to DELETE and also by IDCAMS.
But after the job ... |
|