iknow
Active User
Joined: 22 Aug 2005 Posts: 411 Location: Colarado, US
|
|
|
|
Hi varunl,
Quote: |
1. how do i find the size of the input data set (to match record length). |
Just type S in front of this dataset and this will give you the information about the dataset inccluding the size allocated to it.
Quote: |
2. how do i ensure the size of the output data set is the same as input data set. How can this be specified in the JCL. |
The simplest way is while creating the output file you can specify the total size that it can occupy based on the input file.
If you want to specify the size through JCL I think you must do it by giving RECFM,BLKSIZE,DCB,DSORG parameters.
Refer JCL manuals for the syntax in our forum.
Hope this helps. |
|