need to generate asm instructions in COBOL

2006-02-23 Thread John Norgauer
I am trying to compile an Enterprise COBOL program with the assemler output but am not successful. I am passing the following parms to the compiler: PARM=('LIB,APOST,NODYNAM,RES,RENT,VBREF,XREF,LANG(UE),MAP,LIST') Any care to figure out the error of my ways. Thanks John Norgauer University o

Re: need to generate asm instructions in COBOL

2006-02-23 Thread Alan C. Field
Your PARMS work for me. Are you sure they are being applied to the COMPILE step? PP 5655-G53 IBM ENTERPRISE COBOL FOR Z/OS 3.4.0 XXX DATE 02 00 XX DS0H PROGRAM:XX USING *,15 00 47F0 F028

Re: need to generate asm instructions in COBOL

2006-02-23 Thread Gary DiPillo
>From my copy of the Programming Guide: "The output is generated if: "You specify the COMPILE option (or the NOCOMPILE(x) option is in effect and an error level x or higher does not occur). "You do not specify the OFFSET option. "If you want to limit the assembler listing output, use *CONTROL

Re: need to generate asm instructions in COBOL

2006-02-23 Thread Kenny Fogarty
The LIST option is the one that will give you the Assembler expansion of your COBOL source code. Can you put up the top of your COBOL compiler output which shows the invocation parameters and options in effect? On 23/02/06, John Norgauer <[EMAIL PROTECTED]> wrote: > I am trying to compile an Ent

Re: need to generate asm instructions in COBOL

2006-02-23 Thread John Norgauer
The programmer gave me a program to compile that had errors galore and that's why the asm output was not created. Thanls Listers John Norgauer University of California Davis Medical Center 2315 Stockton Blvd ASB 1300 Sacramento, Ca 95817 916-734-0536 SYSTEMS PROGRAMMING.. Guilty, until pr