Answer Posted / rajni bala
a technique that has been successfullu used on a number
of computers to reduce the speed mismatch between slow
speed i/o devices and fast CPU.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
how do you access an uncataloged dataset in a jcl?
what is the JCL statement consists of?
In job processing, what happens in conversion stage?
write a jcl to execute a job by 7:00 am on jan 20,1986?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What are the utility programs in jcl?
Are there any set of rules for the names of the steps used in a job? What are they?
What is the function of dd name parameter with a 2 part structure; audit.report?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Why block size is multiple of lrecl in jcl?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
what are the various stages of job processing?
What do you understand by jcl?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.