once we submitted the job to the operating system, how can we
cancel the job before execution?

Answer Posted / vinay sonar

In spool area put P i.e. PURGE in front of job-id and press
enter.Job will be terminated with message 'job cancelled'

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we call instream to catalog and catalog to instream?

685


Explain about ISPF/TSO Commands

1313


What is the function of the steplib dd statement?

744


Explain how can return codes be tested before execution of a job step?

832


What is NOTCAT ?

740






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

724


what is DSN parameter and DISP parameter is used for?

678


Mention the types of job control statements?

687


What do you understand by the terms: joblib and steplib?

626


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

803


What is the function of job statement in jcl?

636


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 is a type of file defined in the jcl that executes the cobol program?

715


Is automatic restart possible in jcl?

742


Are there any set of rules for the names of the steps used in a job?

637