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
what is the difference between JES3 and JES2?
Explain the function of a dd statement?
How to override loadlib?
What is the maximum length of a single line of jcl?
which utility is used to sort a file in jcl?
What do you know about jcl?
In job processing, what happens in conversion stage?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Explain how can return codes be tested before execution of a job step?
What is the function of dd name parameter with a 2 part structure; audit.report?
How do you create a temporary dataset?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Explain about LMFREE�free data set from its association with data ID
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Where can program checkpoints be stored for use in a restart?