Thompson, Steve wrote:
>Seriously, I knew that you do this in ALLOC under TSO. But I've never
seen SPACE=(1,1) work in JCL. I just looked at my old 1.7 manual and as I 
read it, you must code the allocation unit parm.

>Uh, OK, is it assuming a block of 1 byte in this case?


I decided to do this (I changed DISP so I can see afterwards on =3.4) just to 
see what happens:


//STEP1  EXEC PGM=IEFBR14
//SYSUT4   DD DSN=A,DISP=(,CATLG),SPACE=(0,0)

Organization  . . . : PS
Record format . . . : ? 
Record length . . . : 0 
Block size  . . . . : 0 
1st extent tracks . : 0 
Secondary blocks  . : 0 

//STEP1  EXEC PGM=IEFBR14
//SYSUT4   DD DSN=B,DISP=(,CATLG),SPACE=(1,1) 

Organization  . . . : PS
Record format . . . : ? 
Record length . . . : 0 
Block size  . . . . : 0 
1st extent tracks . : 1 
Secondary blocks  . : 0

//STEP1  EXEC PGM=IEFBR14         
//SYSUT4   DD DSN=C,DISP=(,CATLG),SPACE=(1,0)

Organization  . . . : PS 
Record format . . . : ?  
Record length . . . : 0  
Block size  . . . . : 0  
1st extent tracks . : 0  
Secondary blocks  . : 0  

Not practical results, but go figure... ;-D

Groete / Greetings
Elardus Engelbrecht 

----------------------------------------------------------------------
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