IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to find SIZE of INPUT DATA-SET FOR RECORD I/O


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
varunl

New User


Joined: 03 Sep 2005
Posts: 2

PostPosted: Sat Dec 10, 2005 7:17 am
Reply with quote

Hi,

I have a program with a single input and single output file. The input file that i want to read can be any size (upto 1000 characters).

I want to read from this file and write to output file.

The problem i am encountering is
1. how do i find the size of the input data set (to match record length).
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.

Thanks in advance for the replies.

--
Varun
Back to top
View user's profile Send private message
iknow

Active User


Joined: 22 Aug 2005
Posts: 411
Location: Colarado, US

PostPosted: Sat Dec 10, 2005 11:36 am
Reply with quote

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.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Store the data for fixed length COBOL Programming 1
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
Search our Forums:

Back to Top