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
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Why block size is multiple of lrecl in jcl?
Can an individual step be restricted from using all the jobs allowed cpu time?
How do you submit a job for execution?
what operation is performed by job statement?
What is NOTCAT ?
What dd statement is used to supply the name of a dataset?
How would you understand error(execution phase)?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
a dd statement has 2 types of parameters. Name them?
how to compare two datasets without using superce because output is limited to 133 bytes
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
For what purpose steplib and joblib are used ?
How can the disposition of sysout datasets be set for an entire jobstream?