Schuh, Richard wrote:
Regards,
Richard Schuh
-----Original Message-----
From: The IBM z/VM Operating System
[mailto:[email protected]] On Behalf Of Les Koehler
Sent: Thursday, February 25, 2010 12:28 PM
To: [email protected]
Subject: Re: An SFS aid
Expanding on what Phil said:
- Always put Address Command at the top of an ordinary Rexx exec.
- Quote and capitalize all commands to the underlying system.
- Use the *full* CMS command
- Direct CP commands to CP via: 'CP whatever'
- Abbreviate CP commands that are inside of a loop to improve
performance. Ditto in execs that get used a *lot*
You left out that you must also precede an EXEC's name with the word EXEC
('EXEC execname ...').
Yep, sure did!
Les