View previous topic :: View next topic |
Author |
Message |
MVS_blob Beginner
Joined: 23 Oct 2007 Posts: 23 Topics: 9
|
Posted: Mon Oct 19, 2009 9:34 am Post subject: cobol copybooks in easytrieve |
|
|
Hi,
I've got a cobol copybook that I want to use in my new easytrieve program.
Somewhere I read that the program called CBLCNVRT that can convert a cobol copybook to an easytrieve file definitions. However, I can't locate CBLCNVRT in my shop, and no one at work knows anything about it. I've even downloaded the source code, and tried to run it to no avail.
I vaguely remembering reading another post about easytrieve being able to read cobol copybooks. Anyone know how to do that?
Cheers
blob. |
|
Back to top |
|
 |
Anuj Dhawan Intermediate
Joined: 19 Jul 2007 Posts: 298 Topics: 7 Location: Mumbai,India
|
Posted: Tue Oct 20, 2009 5:39 am Post subject: |
|
|
Hi,
Please have a look on this earlier thread, hopefully it'll help. _________________ Regards,
Anuj |
|
Back to top |
|
 |
MVS_blob Beginner
Joined: 23 Oct 2007 Posts: 23 Topics: 9
|
Posted: Wed Oct 21, 2009 3:18 am Post subject: |
|
|
Anui, thx for your reply. However, as per my post above, I tried running CBLCNVRT but couldn't find the library at work. Ah well, i'll keep on searching, and if I find an alternative solution will post it up for others. |
|
Back to top |
|
 |
Anuj Dhawan Intermediate
Joined: 19 Jul 2007 Posts: 298 Topics: 7 Location: Mumbai,India
|
Posted: Wed Oct 21, 2009 5:48 am Post subject: |
|
|
I'm not a frequent user of easytrieve and have changed my shop recently so can't experimant much here in this new environment yet. Though, you may search member "CBLCNVRT" under ISRDDN and may be just may be you get lucky with the library name.
Good Luck...  _________________ Regards,
Anuj |
|
Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Wed Oct 21, 2009 5:55 am Post subject: |
|
|
or (god forbid), ask your ezytrieve support group.
CBLCNVRT may NOT have been installed. _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
 |
papadi Supermod
Joined: 20 Oct 2009 Posts: 594 Topics: 1
|
Posted: Mon Oct 26, 2009 4:26 pm Post subject: |
|
|
CBLCNVRT is probably not going to be found using ISRDDN.
CBLCNVRT is not "run" - it is a set of Easytrieve macros and is not invoked with an EXEC PGM=. This (inside an Easytrieve step)
Code: | //SYSIN DD *
%CBLCNVRT GLOSTAB COBOL I341 | works for Enterprise COBOL.
How are you trying to run CBLCNVRT? Posting your jcl and informational output should help. _________________ All the best,
di |
|
Back to top |
|
 |
|
|