View previous topic :: View next topic |
Author |
Message |
bprasanna Beginner
Joined: 05 Sep 2003 Posts: 119 Topics: 33 Location: Hyderabad
|
Posted: Thu Jun 07, 2007 1:26 pm Post subject: copy book macro generation for Ezt |
|
|
Hi,
Is there any utility to convert the copybook (cobol or assembler) to an equavalent macro for the Ezt ?
Thank you
Bprasanna |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Thu Jun 07, 2007 1:29 pm Post subject: |
|
|
bprasanna,
The shipped Macro CBLCNVRT takes in the compiler output from a cobol program and creates the equivalent easytrieve definitions. Look for the macro in your Macro lib
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
bprasanna Beginner
Joined: 05 Sep 2003 Posts: 119 Topics: 33 Location: Hyderabad
|
Posted: Thu Jun 07, 2007 1:39 pm Post subject: |
|
|
Hi Kolusu,
Thanks for the reply.Our system is having lot of ezt's where the file layout's are hard coded.We are in the process of creating the Macro's for all the Ezt programs.
For this,can you give me some suggestion how to go and achive this in a little time and low cost.
As you said that there is a built in Macro with the Ezt,how can we create copy book macro's with that.Can you elobarate the process.
Once again thank you !
Bprasanna _________________ ----------------
Thanks&Regards
Bprasanna |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Thu Jun 07, 2007 1:56 pm Post subject: |
|
|
Quote: |
As you said that there is a built in Macro with the Ezt,how can we create copy book macro's with that.Can you elobarate the process.
|
bprasanna,
Lemme honest with you. I misunderstood your question. I assumed that you have a cobol Copybook and you wanted to convert that to equivalent easytrieve layout.
Looks like that is not the case.
Quote: |
Our system is having lot of ezt's where the file layout's are hard coded.We are in the process of creating the Macro's for all the Ezt programs.
For this,can you give me some suggestion how to go and achive this in a little time and low cost.
|
The easiest way is take every program and delete all other lines except the file definitons and save them as a macro's. At the same time remove the hard-coded definitions in the pgm and replace with %saved-macro-name
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Thu Jun 07, 2007 2:26 pm Post subject: |
|
|
bprasanna,
If you need it, I am sure someone on the TSO/ISPF/REXX forum probably has something like this. you should check there. _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
 |
bprasanna Beginner
Joined: 05 Sep 2003 Posts: 119 Topics: 33 Location: Hyderabad
|
Posted: Fri Jun 08, 2007 1:45 pm Post subject: |
|
|
Kolusu&Dick Bren,
Thank you for your suggestion.We do have some copybooks for few Ezt's of which we can use the CBLCNVRT.Could you please let me know the procedure in detail to create them.
Thank you
Bprasanna _________________ ----------------
Thanks&Regards
Bprasanna |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
bprasanna Beginner
Joined: 05 Sep 2003 Posts: 119 Topics: 33 Location: Hyderabad
|
Posted: Sat Jun 09, 2007 1:10 pm Post subject: |
|
|
Thanks a lot Kolusu!
Bprasanna _________________ ----------------
Thanks&Regards
Bprasanna |
|
Back to top |
|
 |
|
|