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 methodology can be adapted to transfer data to a program that is coded using the exec statement?
Can you execute a PROC from another PROC?
how to execute the last 5 steps in jcl
The maximum number of steps in a job?
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
What is the difference between catalogue procedure and In-Stream procedure?
how to have variable length record in outrec..i have the requmt as follows.. i/p file variable lenght record output file : i need to alter the input and write into outrec(another file) sort fields: copy from(dd1) using ctl1 ctl1cntl dd * outfil fnames=xxx, outrec=(1,131) here i outrec is bombing with error..how to overcome this defect...???
what is the default region size if I dont specify region parametre in my job card ( I know that if I specify region=0k or 0M, then the job will occupy all he available resources at the time of job execution), but I want to know the defult value for "region" paramatre.
How to execute step2,step1, step3 if step1,2,3 are in order
Explain about LMCOPY -
wht do u mean by internal reader in jcl ? wht is the use of internal reader ?
if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?