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
Is there any command to check wether the ps file is in sorted order?
Can I send output of job to my remote device careerride123?
How does jcl act on code(if you take a cobol program)?
What happens if both JOBLIB & STEPLIB is specified ?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What are the difference between jcl and jes?
Where & How Do You Code Identifier In Jcl?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
how you can access an uncataloged dataset in a JCL?
what are the statements that are not valid to be included in an include statement?
What is the function of dd name parameter with a 2 part structure; audit.report?
List the different jcl statements that are not permitted in the procedures?
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
What is the purpose of dd?
How do you create a temporary dataset?