Oppolzer - Informatik / Blog


Blog-Hauptseite      Neuester Artikel      Älterer Artikel      Neuerer Artikel      Älterer gleiche Kategorie      Neuerer gleiche Kategorie

ASSEMBLER-L - Macrosprache für COBOL mit Hilfe des ASSEMBLERs?

Subject:

Re: Conditional assembly for COBOL?

From:

Bernd Oppolzer <bernd.oppolzer@T-ONLINE.DE>

Reply-To:

IBM Mainframe Assembler List <ASSEMBLER-LIST@LISTSERV.UGA.EDU>

Date:

2011.11.17 17:15:17


Bernd Oppolzer wrote:

| The ASSEMBLER macro processor will not work, because you cannot extract the result
| and send it to the COBOL compiler, AFAIK.

My practice is 1) to generate the output I need using PUNCH and REPRO (for
invariant text) and 2) direct SYSPUNCH output to the internal reader.

This scheme requires that this SYSPUNCH output include the appropriate JCL, as
is always the case with output directed to the internal reader.

I worked out the details long ago when I needed a scheme that would be usable
under both MVS and DOS/VS, and it still works well under z/OS and VSE.

J.G.

Blog-Hauptseite      Neuester Artikel      Älterer Artikel      Neuerer Artikel      Älterer gleiche Kategorie      Neuerer gleiche Kategorie