| IBM MAINFRAME HELP & SUPPORT FORUMS Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
senthil_1983
Joined: 16 Apr 2008
Posts: 1
Location: Chennai
|
| Posted: Wed Aug 20, 2008 4:49 pm Post subject: Alter properties of a PDS |
|
|
| I need change the record format of a PDS form U to FB..any one can give solution |
|
| Back to top |
|
expat
Joined: 14 Mar 2007
Posts: 3544
Location: Brussels once more ...
|
| Posted: Wed Aug 20, 2008 4:50 pm Post subject: |
|
|
Have you
a) Written to it in error
b) Searched the forum for the fix |
|
| Back to top |
|
expat
Joined: 14 Mar 2007
Posts: 3544
Location: Brussels once more ...
|
| Posted: Wed Aug 20, 2008 4:52 pm Post subject: |
|
|
| Click HERE to see something that might help |
|
| Back to top |
|
Anuj D.
Joined: 22 Apr 2006
Posts: 2229
Location: Phoenix, AZ
|
| Posted: Wed Aug 20, 2008 5:56 pm Post subject: |
|
|
Hi,
Here is another related link..
http://www.ibmmainframes.com/viewtopic.php?t=6131&highlight=recfm+u+iebgener
Well, I was trying to understand RECFM=U since some times, probably my little labour can help you here -
1. If you specify RECFM=U for an input dataset, MVS will truncate blocks longer than the BLKSIZE and accept blocks shorter than the BLKSIZE. This allows you to truncate unneeded data from data blocks, if that's what you want to do.
2. If the blocks are less than 32760, which is the largest BLKSIZE value that you can specify in JCL, then the file can be copied as RECFM=U, BLKSIZE=32760. This allows all blocks to be copied intact without knowing much about the format of the input data. |
|
| Back to top |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|