in jcl you are having JCLLIB and STEPLIB what happens
Answer Posted / vinay sonar
STEPLIB will take precidence over JOBLIB
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what sort card you will use to copy the data from one dataset to another dataset?
How can a jobs execution priority be modified?
What do you understand by jcl?
What is the syntax of JCL statement?
What are the rules employed while naming the steps in a job?
What is the purpose of dd * statement in jcl?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
Describe the various parameters utilized in the creation of a gdg?
Explain how can an in-stream dataset be terminated?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
what happens in conversion stage in job processing?
which utility is used to run a cobol-db2 program?
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?
A dd statement consists of 4 fields. Name them?
What is the function of job statement in jcl?