what r the types of job control statements?

Answer Posted / krithiga hari

There are 2 types of job control statements. They are COND
and IF END-IF.
When the condition is true, the step will get bypassed in
the COND. Whereas if the condition is true step will get
executed in the IF END-IF.

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how can an in-stream dataset be terminated?

704


What is jcl in mainframe, and how many types of jcl statements are there for a job?

633


Explain how can values be passed from the job stream to an executable program?

632


what is a jcl?

693


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5066






What is the difference between run mode and addressing mode?

640


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

823


what sort card you will use to copy the data from one dataset to another dataset?

734


How would you understand error(execution phase)?

635


What is the purpose of dd * statement in jcl?

814


Which statement is used to identify the private libraries in job?

680


what is the resolution for sb37 error

7720


which parameter is used to check the syntax of a jcl without executing it?

802


What is the syntax of JCL statement?

700


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

2001