| bauer Intermediate
 
 
 Joined: 10 Oct 2003
 Posts: 317
 Topics: 50
 Location: Germany
 
 | 
			
				|  Posted: Wed Oct 13, 2004 5:29 am    Post subject: Reading Member from Dataset with Recordformat = U by PL/1 |   |  
				| 
 |  
				| Hi, 
 I'm looking for the correct syntax, to read an member from an PDS Dataset  with recordformat = U. Dataset is allocated like the sample below.
 
 What is the correct PL/1 syntax ?
 
 Thank you.
 
  	  | Code: |  	  | General Data,                       ,,Current Allocation,
 ,Management class . . :,STANDARD,    ,,Allocated cylinders :,1,492
 ,Storage class  . . . :,BASE    ,    ,,Allocated extents . :,2
 ,,Volume serial . . . :,J0P966,      ,,Maximum dir. blocks :,NOLIMIT
 ,,Device type . . . . :,3390    ,    ,,, ,
 ,Data class . . . . . :,PDSE    ,    ,, ,
 ,,Organization  . . . :,PO      ,    ,Current Utilization,
 ,,Record format . . . :,U     ,      ,,Used pages  . . . . :,226,104
 ,,Record length . . . :,0      ,     ,,% Utilized  . . . . :,84
 ,,Block size  . . . . :,32760   ,    ,,Number of members . :,695
 ,,1st extent cylinders:,1079         ,,, ,
 ,,Secondary cylinders :,50           ,,, ,
 ,,Data set name type  :,LIBRARY   ,  ,,, ,
 
 | 
 |  |