What happens if both JOBLIB and STEPLIB is specified ?

Answer Posted / madumahesh

steplib overrides the joblib

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of the dd mgmtclas keyword in sms datasets?

738


what happens in conversion stage in job processing?

730


What is the difference between the positional and keyword parameters? Give examples.

709


Differentiate between addressing mode and run mode.

615


How to alter the parameters for the existing gdg?

712






Where can program checkpoints be stored for use in a restart?

849


Name what parameter directs the output of the job log dataset?

563


Explain the hierarchy levels in jcl?

1119


Is automatic restart possible in jcl? If yes, how?

655


What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?

1585


State the uses of syspring, sysin, sort fields, sum fields and dummy.

653


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

860


What is catelog procedure and how many catelog procedure to use in one job?

7453


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1039


when can a job time-out occur? How to overcome that?

753