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)
Answers were Sorted based on User's Feedback
Answer / fred
abc.xyz.gdg(0)
abc.xyz.gdg(+0)
abc.xyz.gdg(-0)
all are same.
Is This Answer Correct ? | 3 Yes | 0 No |
Explain the function of the steplib dd statement?
In which table PLAN is registered in ?
What are the common jcl syntax errors you get? This is not abends?
what's the significance of freespace(0 0) and freespace(100 100)
Describe the various parameters utilized in the creation of a gdg?
How to Enter The Spool Area In Real Time?
What is concatenating?
A dd statement consists of 4 fields. Name them?
What is the function of dd name parameter with a 2 part structure; audit.report?
I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
how to skip the steps in JCl