what happens when time=0 is given in jcl code.
what happens when blksize=0 is given in jcl code.
what is symbolic and overriding parameters and a example
program.

Answers were Sorted based on User's Feedback



what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. w..

Answer / sravani

time=0 gives unpredictable results
blksize=0 so that the best size is chosen by the system, based
on the device used for storing the dataset

Is This Answer Correct ?    1 Yes 0 No

what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. w..

Answer / mdvasanth86

1. Not sure.
2. It is a good JCL coding procedure to code BLKSIZE=0 as
the system will find the optimal Blocksize.

Is This Answer Correct ?    0 Yes 0 No

what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. w..

Answer / saikishore

1. Not sure
2. if it is in sort output file then it will create the file
as input file. if it is a normal creation then file will be
created but you can't do anything with the file, if u tried
to open then 'invalid blksize' will appear.

Is This Answer Correct ?    0 Yes 0 No

what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. w..

Answer / supriya

When time=0 unpredictable results is obtained

When blksize=0 the system will allocate optimum size

Is This Answer Correct ?    3 Yes 4 No

what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. w..

Answer / mohan.chepuri

time=0 the job not submitted
blksize=0 then block size is empty it to jcl error

Is This Answer Correct ?    2 Yes 4 No

what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. w..

Answer / mohan.chepuri

time=0 the job not submitted
blksize=0 then block size is empty it to jcl error

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More JCL Interview Questions

what is a MODELDSCB?

1 Answers  


If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.

2 Answers   IBM,


Explain the job statement in jcl?

0 Answers  


HOw to submit a job from other user id.? for exp some other job name like "t4622sdx".now i want to submit that job from my user id?(we don't know that location at all Just we know job name)

1 Answers   MSN Pharma, UST,


What is DYNAMBR in jcl?

2 Answers   CTS,






My JOB contains three steps. //STEP1 EXEC PGM=ABC //STEP2 EXEC PGM=DEF //STEP3 EXEC PGM=GHI My Question is 1) I want to execute second step only. How will do. 2) Soppose U consider above three steps are in PROC steps and I want execute the PROC second step only? How to execute the second step only. During exection time its creating any ABEND? Please let me know..........

2 Answers  


how to eliminate the duplicates in sorting

4 Answers   Fidelity,


What is a COND parameter in JCL?

10 Answers   TCS,


describe the job statement, its meaning,syntax and significant keywords?

1 Answers  


what is static and dynamic call with examples?

4 Answers   IBM,


What is the use of IEBGENER ?

2 Answers   Cap Gemini, Wipro,


Suppose I have seven jobs to do, but I want to hold one than how can I do this?

1 Answers  


Categories