What are three major types of JCL statements? What are their
functions?

Answer Posted / guest

JOB - indicates start of jobstream to the operating system
and through parms coded on it, certain details about the

job (time, region, message level, job accounting data).

EXEC ? indicates the start of execution of a particular job
step, be that step a program or a proc.

DD - is a data definition, which is used to describe the
attributes of a data set (name, unit, type, space,

disposition).

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1341


Can I send output of job to my remote device careerride123?

661


Explain how can a jobs execution priority be modified?

730


what operation is performed by job statement?

654


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

625






What do you understand by jcl?

625


Explain the function of //jcllib statement?

698


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1797


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

739


What are the 4 fields in dd statement?

737


Is it possible to define dd statements as you want?

644


What are s0c1, s0c4, s0c5, s0c7 and socb?

695


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

726


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

1924


Brief description of inline procedure of jcl.

678