> Changing that to
//SYSMDECK DD UNIT=SYSDA,SPACE=(CYL,(1,1)) made it happy.

Phil,

The SYSMDECK dataset need to a permanent MVS dataset which is documented here

https://www.ibm.com/docs/en/cobol-zos/6.5.0?topic=output-defining-library-processing-file-sysmdeck

As peter mentioned " You should look at the delivered sample PROC's in 
<hlq>.SIGYPROC to help you configure your local compile procedure.  You would 
have seen the correct SYSMDECK DD specification there."

You would have found the supplied procedures have the following

//SYSMDECK DD  UNIT=SYSALLDA,SPACE=(CYL,(1,1)),VOL=(,,,1)


Thanks,
Kolusu


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

Reply via email to