When output dataset space is required, what quantity categories are used?
No Answer is Posted For this Question
Be the First to Post Answer
What is DATACOM db?
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
how can u identify the db2 from jcl ?
how you will define a temporary dataset in jcl?
What is default if we don't specify RD parameter at all ?
what is static and dynamic call with examples?
What is the parameter to be passed in the job card for the unlimited time , irrespective of the job class ?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?
What is the function of //jcllib statement?
Definition of COND parameter in JCL
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...???