in jcl you are having JCLLIB and STEPLIB what happens
Answer Posted / anonymous
I 've faced such situation where in the Load module is not in Steplib(private lib) but it was there in Joblib (system lib ) but still the job abends with load module not found issue S806 .
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
which utility is used a dummy utility?
How to submit jcl through a cobol program?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
define cond parameter in jcl?
what sort card you will use to copy the data from one dataset to another dataset?
what is use of space parameter in dd statement?
How to override loadlib?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Explain about ISPF/TSO Commands
Name what parameter directs the output of the job log dataset?
when can a job time-out occur? How to overcome that?
What do you understand by the terms: joblib and steplib?
What are the parameter we cannot use in procedure?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain