Hi I need a help in coding syntax of z/OS COMMANDxx of PARMLIB. Please note that our installation is not sysplex and 4 LPARS connected with GRS in CEC's, one at Primary site and the other at secondary site. We are on z/OS 1.12. The below are for the automatic dump data sets allocation coded in the COMMANDxx.
I have three questions here:- 1. Can I use multiple volumes in this scenario. If so how I can code? ( I understood i can't use shared volumes as our is not a sysplex). 2. COM='DUMPDS ADD,VOL=(VOLUM1,VOLUM2)' - is this coding valid in our case? 3. Which coding is correct from the below? I believe CHG DUMP VIRTUAL STOR TO 2G which is starting after 2048M is a comment..Am I right? ------------------------------ a. COM='CD SET,SDUMP,MAXSPACE=2048M CHG DUMP VIRTUAL STOR TO 2G' b. COM='CD SET,SDUMP,MAXSPACE=2048M CHG DUMP VIRTUAL STOR TO 2G' I noticed in all other statements in COMMANDxx, comments (I assume) are starting after the commands with a gap of minimum 2 empty spaces like the second one. If I am wrong please correct me Please advise. Thanks, Suresh N ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
