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' ?
As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?
whats SOC7?
What is COND=EVEN ?
how can you check if a file is empty using jcl?
How do you create a temporary dataset?
Explain in DD statement what is the use of DCB parameter?
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent
In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?
what is the purpose of SYSOUT parameter in the DD statement?
What is maximum length of block size?
5 Answers Cap Gemini, Kanbay, TCS,
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
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