What does the statements: typrun=scan and typrun=hold do in
a JCL statement

Answers were Sorted based on User's Feedback



What does the statements: typrun=scan and typrun=hold do in a JCL statement..

Answer / shesha

TYPRUN=SCAN will check the JCL for syntax errors alone, the
job is not executed
whereas
TYPRUN=HOLD will hold this JCL without executing it, until
a further notice is given to run it.

Is This Answer Correct ?    36 Yes 4 No

What does the statements: typrun=scan and typrun=hold do in a JCL statement..

Answer / guest

typrun=scan checks the JCL for errors, typrun=hold holds the
job until further notice.

Is This Answer Correct ?    33 Yes 4 No

Post New Answer

More JCL Interview Questions

The maximum number of steps in a job?

4 Answers  


how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i want to execute from step 5 to step 10 where can i code restrat parameter or cond parameter for ths

4 Answers   IBM,


Explain in DD statement what is the use of DCB parameter?

1 Answers  


If there are five steps in a JCL i have to execute the 3rd step, bypass the 4th step and execute the 5th step how do i do this?

13 Answers   Cognizant, Convergys, IBM, TCS, Wipro,


How to search strings in multiple dataset with conditions 'string1 & string2'?

1 Answers   IBM,


1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program anyone please answer me for above questions. it's very urgent

1 Answers  


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

1 Answers  


On the DD statement, what is the main difference between creating a new sequential flat file and a partitioned dataset?

2 Answers  


how to increase the space of a dataset in instream procedure.

1 Answers   HCL,


A job has 150 steps i want to execute only 57th step

3 Answers   Cognizant,


//ERFDS JOB //STEP1 //STEP2 //STEP3...COND=(4,LT) //STEP4 1.CONDITION IN STEP3 REFERS TO WHICH STEP'S RETURN CODE (STEP1 OR STEP2)? 2.IN ABOVE PROGRAM IF CONDITION SATISFIES IN STEP3 WHICH STEPS WILL EXECUTE?? AND WHY? IF CONDITION IN STEP3 SATISFIES

5 Answers   IBM,


What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?

9 Answers   GE, Xansa,


Categories