What are the maximum and minimum sizes of any CONTROL AREA
(VSAM datasets) ?
Answers were Sorted based on User's Feedback
Answer / guest
Minimum Size : 1 track Maximum size : 1 cylinder
| Is This Answer Correct ? | 15 Yes | 2 No |
Answer / subhani
we can t discribe exatly but from 1 track to 1 cylinder
| Is This Answer Correct ? | 4 Yes | 0 No |
can we give instream data in procedure
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
How To get the last record in VSAM file in cluster? and How can u get the ksds file records into ur cobol program ? Pls tell me about these two questions.
How are GDGs concatenated?
A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
What are s0c1, s0c4, s0c5, s0c7 and socb?
I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?
In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04
How to send notification to multiple users through jcl???
Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?