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 / deepak
It's one and all same
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
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
Is their any limit for data sets?
what is use of disp parameter in dd statement?
What do you know about jcl?
What is the purpose of disp parameter?
What is condition checking in jcl? Is this possible?
Explain how can values be passed from the job stream to an executable program?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Explain how can a jobs execution priority be modified?
How can a jobs execution priority be modified?
a dd statement has 2 types of parameters. Name them?
how to do automated restart when a job abends?
Why block size is multiple of lrecl in jcl?
List the various advantages of using jcl language?