What is the difference between primary and secondary
allocations for a dataset?
Answer Posted / saikat dey
total storage of Space=(cyl,(5,10),rlse)is not 5 + 16*10 =
165 cylinders.
For sequential file total extent is 16 that not mean above.
Total space of it would be [(1*5)+(15*10)]=155 Cylinders.
| Is This Answer Correct ? | 33 Yes | 2 No |
Post New Answer View All Answers
Give the syntax of job specifying jcl statement.
What is the function of dd name parameter with a 2 part structure; audit.report?
Brief description of inline procedure of jcl.
What parameter directs the output of the job log dataset?
Explain how can values be passed from the job stream to an executable program?
What are the rules employed while naming the steps in a job?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
How is a type of file defined in the jcl that executes the cobol program?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
what is DD statement is used in JCL?
Explain the jcl exec statement?
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 the difference between jcl and jes?
Explain the function of the steplib dd statement?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?