How much is memory space involved, when we code
BLOCKSIZE,TRK & CYL ?
Answer / guest
One block constitutes 32KB of formatted memory/ 42KB of
Unformatted memory,6 blocks makes one Track & 15 Tracks
makes one cylinder.
| Is This Answer Correct ? | 26 Yes | 7 No |
In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?
Which is the most widely used batch performance monitor for DB2?
what is the difference between return code and maxcc?
What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672
What is the use of disp parameter?
What is the difference between primary and secondary allocations for a dataset?
What is the function of dd disp parameter?
what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?
restart logic ?
What is DISP= (NEW,PASS,DELETE)?
diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?