Could you provide an example and its effect OF,
Using COND on JOB and EXEC both ?

Answer Posted / vinay sonar

If we code it both in step and job step will dominate over
job

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what EXEC statement is and what is the syntax of EXEC statement used in JCL?

637


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

856


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

789


Explain how can the disposition of sysout datasets be set for an entire jobstream?

638


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

743






What is the purpose of dd dummy statement?

945


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

1971


What is condition checking in jcl? Is this possible?

628


Explain the function of dd disp parameter?

596


What are the jcl procedures?

648


What is the function of dd name parameter with a 2 part structure; audit.report?

705


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

704


What is timing concept in mainframe?

1664


how to compare two datasets without using superce because output is limited to 133 bytes

1486


How can a fb file convert to vb file using sort program?

807