What happens if both JOBLIB and STEPLIB is specified ?

Answer Posted / satyasivaji

Steplib overrides the JOBLIB

Is This Answer Correct ?    16 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do you access an uncataloged dataset in a jcl?

841


How do you overcome this limitation ?

698


how JCL works?

796


Can I send output of job to my remote device careerride123?

666


Is their any limit for data sets?

703






How does the jcl specify the job to os?

694


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2106


What do you understand by the term notcat 2 – gs?

757


How gdg are concatenated?

670


what are JCLLIB and STEPLIB in JCL?

675


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1801


How can values be passed from the job stream to an executable program?

875


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

854


how you can direct the data to spool using SYSOUT option?

926


Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed

1969