i want to store 20 digits . how will u do it in cobol ?
No Answer is Posted For this Question
Be the First to Post Answer
How do you submit a job for execution?
Explain the purpose of the dd keylen parameter?
if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?
How do you restart a PROC from a particular step?
What does a disposition of (NEW,CATLG,DELETE) mean?
i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?
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...???
how to modify the copy book?explain with examples
How can return codes be tested before execution of a job step?
What is the function of job statement in jcl?
How dummy is used in jcl?
What is the use of DUMMY statement in the JCL? What is the use of DUMMY Utility in the JCL?