> Did you try IEBGENER with explicit DCB attributes? Did you read my preceding post? <g>
Charles -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Shmuel Metz (Seymour J.) Sent: Thursday, September 06, 2012 9:15 AM To: [email protected] Subject: Re: Anyone know how to copy a PDS directory as a flat file? In <[email protected]>, on 09/06/2012 at 06:28 AM, Charles Mills <[email protected]> said: >Anyone know how to accomplish this, short of writing an assembler >program to do it? Write a PL/I or REXX program to read the directory. Assuming that you don't need the key, the DCB attributes should include LRECL=256 and BLKSIZE=256. RECFM can be F, FB or U. Did you try IEBGENER with explicit DCB attributes? ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
