In <[EMAIL PROTECTED]>, on 06/01/05 
   at 12:50 PM, Leonard Woren <[EMAIL PROTECTED]> said:
[snip]

>It should also be noted that DUMMY and DSN= are defined as mutually
>exclusive.  Therefore on a DD override, DSN= supercedes DUMMY and
>DUMMY supercedes DSN=.  (This statement applies only to overrides;
>what happens if you code both DUMMY and DSN= on a single DD is left
>as an exercise for the reader.)

The statement:

//FILE DD DUMMY,DSN=WHAT.EVER,DISP=OLD 

is an perfectly acceptable statement, it will be scanned for syntax and
result in a nullfile

I have in the past had procs such as 

//MYPROC PROC DUMMA='',DUMMB='DUMMY,'
//FILEA   DD  &DUMMA.DSN=FILE.A,DISP=(NEW,PASS),........
//FILEB   DD  &DUMMB.DSN=FILE.B,DISP=(NEW,PASS),........

By changing the values of DUMMA and DUMMB files can be dummied out
 


Chris Langford,
Cestrian Software:
     Consulting services for: VM, VSE, MVS, z/VM, z/OS, OS/2, P/3x0 etc. 
     z/FM  - A toolbox for VM & MVS at http://zfm.cestrian.com
Deva Woodcrafting:
     Furniture creation, House remodeling, Wagon restoration etc.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to