Using ZERO BLKSIZE in JCL.

JES2/3, JCL, utilities.
Post Reply
BappiL
New Member
Posts: 5
Joined: Sat Sep 19, 2015 8:54 pm

Using ZERO BLKSIZE in JCL.

Post by BappiL »

Hi,

I was thinking that if I male BLKSIZE ZERO in JCL for perticular dataset, it will loose any data on output file. But it did not do so. Why this happens?
William Collins
Global Moderator
Global Moderator
Posts: 490
Joined: Sun Aug 25, 2013 7:24 pm

Re: Using ZERO BLKSIZE in JCL.

Post by William Collins »

Why would it happen? If you don't want the output, use DUMMY or DSN=NULLFILE.

BLKSIZE of zero tells the system to use the "system determined" blocksize for that dataset.
nicc
Global Moderator
Global Moderator
Posts: 691
Joined: Wed Apr 23, 2014 8:45 pm

Re: Using ZERO BLKSIZE in JCL.

Post by nicc »

Did you look up BLKSIZE in the JCL reference manual?
Regards
Nic
vikriih
New Member
Posts: 8
Joined: Sat Oct 24, 2015 3:31 pm

Re: Using ZERO BLKSIZE in JCL.

Post by vikriih »

BLKSIZE=0 means that developer does not want to specify the BLKSIZE and it will be defaulted to system determined
nicc
Global Moderator
Global Moderator
Posts: 691
Joined: Wed Apr 23, 2014 8:45 pm

Re: Using ZERO BLKSIZE in JCL.

Post by nicc »

Did you read that somewhere? Please read the JCL manual.
Regards
Nic
BappiL
New Member
Posts: 5
Joined: Sat Sep 19, 2015 8:54 pm

Re: Using ZERO BLKSIZE in JCL.

Post by BappiL »

vikriih wrote:BLKSIZE=0 means that developer does not want to specify the BLKSIZE and it will be defaulted to system determined
Is it always so?
nicc
Global Moderator
Global Moderator
Posts: 691
Joined: Wed Apr 23, 2014 8:45 pm

Re: Using ZERO BLKSIZE in JCL.

Post by nicc »

vikriih wrote:
BLKSIZE=0 means that developer does not want to specify the BLKSIZE and it will be defaulted to system determined

BappiL wrote:
Is it always so?
I suggest that you, too, read the manual.
Regards
Nic
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “JCL - Job Control Language.”