Answer Posted / sangeetha
there are three type of control statements
JOB STMT,EXEC STMT,DD STMT
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Are there any set of rules for the names of the steps used in a job?
List the various advantages of using jcl language?
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?
which parameter is use to declare the name of dataset in dd statement?
what is use of dsn parameter in dd statement?
what is the purpose of coding class parameter in job statement?
What is job control language?
whats the diff bw the evaluate also and and?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Is their any set of rules for dd? Explain.
Mention the types of job control statements?
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.
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
what operation is performed by job statement?