Walter,

I have a set of macros that do very basic conversion from either a COPYBOOK 
or a MACRO.  If you are interested, please, contact me offline.

-Victor-

PS. Here's a sample output

* - - - - - - - - - - - - - - - - - - - - - - *                 
* Converting Data defined by CBUFF CopyBook                     
* - - - - - - - - - - - - - - - - - - - - - - *                 
* CBUFF             DSECT                                       
* CBCHAIN           DS F                                        
         05 CBCHAIN                  COMP PIC S9(9).            
* CBSIZBYT          DS H                                        
         05 CBSIZBYT                 COMP PIC S9(4).            
* CBF0              DS C                                        
         05 CBF0                     PIC X(1).                  
* CBF0MSG          EQU X'80'                                    
            88 CBF0MSG                              VALUE X'80'.
...

On Wed, 19 Sep 2007 10:13:30 -0300, wtrovijo <[EMAIL PROTECTED]> 
wrote:

>Hi,
>
>I'm looking for a tool to convert assembler macro definitions to cobol 
>layouts; 
I know of a similar functionality to convert assembler macros to c structure 
definitions, so I was wondering if there's such a tool for cobol. My intention 
is 
to process data mapped by IDCDOUT and ARCUTILP in a cobol program.
>
>Thanks a lot in advance,
>Walter Trovijo Jr.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to