why jobstep can't be more than 255 and for GDG has max
limit 255 . Is there any relation between the two
Answer Posted / guest
255 is the highest value a byte could have. So 255 decimal
is "FF" in hexa.
Internal routins for accessing and handling Datasets,
written by IBM, are using ContolBlocks.
Some contents are stored in only one byte. And so, the
highest value could only be 255.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how can values be passed from the job stream to an executable program?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What does a disposition of (MOD,DELETE,DELETE) mean ?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
whats the diff bw the evaluate also and and?
which utility is used to sort a file in jcl?
How to run cobol program using jcl?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Explain the hierarchy levels in jcl?
a dd statement has 2 types of parameters. Name them?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Explain the function of //jcllib statement?
Are there any set of rules for the names of the steps used in a job?