why jobstep can't be more than 255 and for GDG has max
limit 255 . Is there any relation between the two
Answer / 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 |
what is the difference between the JCLLIB and JOBLIB ,and where do we use it ?
I have three files for one step i need to override the third file how to do that in jcl?
what is the difference between static call and dynamic call?
How to empty the records in jcl
What is NOTCAT 2
I have a Symbolic Parameter which can have a value say 01 or 02 etc. Now consider i have another Symbolic parameters which is used to get 3 digit code of months (JAN, FEB, etc) but for that i need to check the first symbolic parameter's value and provide its corresponding month's name in the second symbolic parameter. Say IF sym1 = 01 then sym2='Jan' ENDIF etc... In JCL, IF condition is used for RC, ABEND purposes of a step etc. When i use Symbolic parameter in IF clause it is showing Error message. Is there a way to get the above result possible in JCL. If you could provide me with an example, i would understand it better.
i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
in ways data can be passed to a COBOL program from JCL?
i just need the first and last record from a sequencial file?how
can we modify the code in copy book? if it possible how to submit ofter the modification.
how would you create a temporary dataset? And where will you use them?
What is use of restart and how to use it?