I found in one of the jcl, gdg version being mentioned as :
abc.def.ghi(-0)
Can anyone tell me how referring the version as (-0) is
different from referring it as (0)
Answer Posted / fred
abc.xyz.gdg(0)
abc.xyz.gdg(+0)
abc.xyz.gdg(-0)
all are same.
| Is This Answer Correct ? | 3 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 submit jcl through a cobol program?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
What is the purpose of the dd keylen parameter?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
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 how can a jobs execution priority be modified?
What does a disposition of (MOD,DELETE,DELETE) mean ?
how would you create a temporary dataset? And where will you use them?
Is condition checking possible in jcl? If yes, how?
Is acct parameter mandatory?
Which dd parameters are required?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is multithreading in 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?