How can a job send a status message to a tso user at the completion of a job?

Answer Posted / mouparna roy

NOTIFY=USER_ID

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the rules employed while naming the steps in a job?

643


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2038


List the various advantages of using jcl language?

838


Can we call instream to catalog and catalog to instream?

671


What is use of restart and how to use it?

752






What parameter directs the output of the job log dataset?

750


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

2149


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

684


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

724


Matching Logic in Jcl not in cobol.Could any one please answer this question

3660


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

1017


List the different jcl statements that are not permitted in the procedures?

629


What is the purpose of the dd keylen parameter?

703


what is the purpose of coding notify parameter in job statement?

671


Explain how can a jobs execution priority be modified?

727