I *think* just plain CDATA means a UNIX file named CDATA in the current directory. Did you mean a DD named CDATA? Try DD:CDATA.. I think it uses the rules for C file names, which are obscurely documented here: https://www.ibm.com/support/knowledgecenter/SSLTBW_2.3.0/com.ibm.zos.v2r3.cb cpx01/posixon.htm
Or just say LIST with no option and use DD SYSCPRT. Listings are not so common in the C world as in the COBOL and HLASM worlds. Most C programmers in my experience do not ask for a listing. Charles -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Joseph Reichman Sent: Tuesday, July 2, 2019 6:04 PM To: [email protected] Subject: XL/C compiler no listing Hi I took one the sample programs and tried to compile it got all return code 0 but no listing Here are the compiler options PGM=CCNDRVR,PARM=('/SSCOM,LIST(CDATA),LONGNAME,RENT,DLL'),COND=(8,LT) I have a file allocated CDATA as lrecl 121 recfm FBM Thanks ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
