Suresh, The answer is simple: everything between the quotes is issued as an operator command, so you can test your statements by issuing the text between the quotes from a console.
Kees. -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of suresh chacko Sent: Monday, June 23, 2014 13:41 To: [email protected] Subject: COMMANDxx member 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 ******************************************************** For information, services and offers, please visit our web site: http://www.klm.com. This e-mail and any attachment may contain confidential and privileged material intended for the addressee only. If you are not the addressee, you are notified that no part of the e-mail or any attachment may be disclosed, copied or distributed, and that any other action related to this e-mail or attachment is strictly prohibited, and may be unlawful. If you have received this e-mail by error, please notify the sender immediately by return e-mail, and delete this message. Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its employees shall not be liable for the incorrect or incomplete transmission of this e-mail or any attachments, nor responsible for any delay in receipt. Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch Airlines) is registered in Amstelveen, The Netherlands, with registered number 33014286 ******************************************************** ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
