Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I do conditional assemblies based on a macro library level?

0
Posted

How do I do conditional assemblies based on a macro library level?

0

Often times, you want your S/390 Assembler program to assemble on any version of a macro library. To do this: • Put a mapping macro at the top of your program source • Use the D’field method to determine if a given field is defined. This will tell you the macro library level. To make this clearer. Let’s say you have a program that you would like to use the CSVQUERY macro if the MVS macro library is at the level that has it. Here is some sample code that does conditional assemblies based on the MVS macro library level: CVT DSECT=YES,LIST=NO … AIF (NOT D’CVTH4430).MVS43X At MVS 4.3 maclib or higher? CSVQUERY … .

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123