On Fri, 14 Mar 2014 11:00:52 -0500, Tim Deller wrote:

>I use a macro named FORMAT for this function. It works great.
>
>         FORMAT ('SCANSMF: ',,),(TCNT,P,'ZZZ,ZZZ,ZZZ'),                
>               (' TYPE 80 RECORDS SCANNED.',,),TO=MSG,WKA=WKA          
>         WTO   TEXT=MSG
>
>TCNT     DC    PL5'0'      
>WKA      DS    D           
>MSG      DC    CL80' '  
>
>CBT Overflow Tape       V466    File 188  Created July - 25 - 04
>File # 188 SHARE MVS Tape (SPLA Tape) File 088 
>THIS FILE CONTAINS THE ASSEMBLER MACROS FROM YALE COMPUTER CENTER. 
>
Out of curiosity I tried the FORMAT macro after reading your post. Got overflow 
file #188 from the cbttape.org site.
The FORMAT macro didn't assemble your example cleanly.
I changed the macro to get it to work.
Have you compared your FORMAT macro to the one in file #188 to see if it is 
identical? How about the EDIT macro from the same file, which FORMAT uses?

Bill

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to