Page 1 of 1

Find the record length through JCL?

Posted: Mon Oct 13, 2014 4:56 pm
by Sameer Bansal
Hi.

Is there any way to find the record length of a sequential or VSAM file through JCL by some utility?

Re: Find the record length through JCL?

Posted: Tue Oct 14, 2014 12:02 pm
by Anuj Dhawan
Hi Sameer,

For VSAM you can use IDCAMS LISTCAT. For sequential files (QSAM) you can use TSO LISTDS command.

Hope this helps.

Re: Find the record length through JCL?

Posted: Tue Jan 13, 2015 5:00 pm
by Sameer Bansal
Thanks.