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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do you code a null statement?

787


define cond parameter in jcl?

784


Explain the job statement in jcl?

659


How can unused space allocation be returned to the system when a dataset is closed?

820


What is Cataloged Procedures?

719






Is it possible to left uncode disp?

723


Describe the various parameters utilized in the creation of a gdg?

691


what happens in conversion stage in job processing?

739


Explain the function of the steplib dd statement?

656


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

870


Explain how can an in-stream dataset be terminated?

708


Can I share my data with other jobs? How?

679


What parameter directs the output of the job log dataset?

772


what is the resolution for sb37 error

7738


What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?

1591