How many positional parameters are there in job statement?
Answer Posted / satyasivaji.ch
Two positional parameters are there,one is account
information and other is user name.
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
How does the jcl specify the job to os?
What is the purpose of disp parameter?
When space is allocated for an output dataset, what units can be used?
How would you understand error(execution phase)?
what are the various stages of job processing?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
Brief description of inline procedure of jcl.
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Give the syntax of job specifying jcl statement.
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is the function of //cntl statement?
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?
What is use of restart and how to use it?