if we are specifing joblib as well as steplib in job
then at the time of execution how the process will complete
Answer Posted / abhinandan
Above answer given is wrong. the job will execute and
steplib will overide the joblib. means job will ignore the
load module kept in it, job will pick up the load module
from the steplib for that particular step where steplib is
mentioned.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:
What is use of restart and how to use it?
How to run cobol program using jcl?
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Why block size is multiple of lrecl in jcl?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
List the different components of jcl statement?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Name the statement which can be used to send data to another mvs jes3 node?
define cond parameter in jcl?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What parameter of the job statement is used to limit the cpu time consumed by the job?
How can return codes be tested before execution of a job step?