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 EXEC statement is and what is the syntax of EXEC statement used in JCL?
How to pass data to a program that is coded in an exec statement?
Where can program checkpoints be stored for use in a restart?
Explain the purpose of dd dummy statement?
What do you understand by the term job time – out and how can you overcome that?
what is JCL?
What is NOTCAT ?
Must tape dataset definitions include vol=ser specifications?
Explain how can the attributes of one sms dataset be copied to another dataset?
What is the function of the steplib dd statement?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What is the function of the dd avgrec keyword in sms datasets?
What are steplib and joblib?