What do we mean by 'Virtual storage' for a dataset and for a
JOBSTEP ? What is the significance of the following
statement for a programmer 'Virtual storage results in
program addresses being independent of the addresses that
actually exist in a computer' ?
No Answer is Posted For this Question
Be the First to Post Answer
How do you designate a comment in JCL?
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file
Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepname for a step which is not given a name by the programmer ?
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.
What is the difference between sb37,se37,sd37 each?
how to run batch program without jcl?
What is order of searching of the libraries in a JCL?
Please give me the coding for converting VB to FB and FB to VB
How do you submit a JCL under CICS environment ?
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?