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 |
what are the ways of passing data to a cobol program from jcl?
Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem
how to eliminate the duplicates in sorting
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
What is concatenating?
what is the job entry system used in your project?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How to rename a VSAM file as well as it's index file?
How to pass data to a program that is coded in an exec statement?
What is multithreading in jcl?