How much is memory space involved, when we code
BLOCKSIZE,TRK & CYL ?
Answer Posted / 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 |
Post New Answer View All Answers
Is it possible to code instream data in a PROC?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
How do you submit a job for execution?
Explain the purpose of dd * statement in jcl?
Must tape dataset definitions include vol=ser specifications?
What are some jcl statements that are not allowed in procedures?
For what purpose steplib and joblib are used ?
How jcl work to handle various input output file operations?
Can I share my data with other jobs? How?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What do you know about jcl?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?