describe the dd statement,its meaning,syntax and keywords?

Answer Posted / krithiga hari

DD statement contains the information about the data that
will be read or written within the job. The DD statement
must immediately follow the Exec statement. It should exist
for all the datasets.

Following are the parameters of DD statement.

ddname, DSN - Dta Set Name, DISP - Disposition (sattus,
normal disposition, ubnormal disposition)

Example:

//JOB1 JOB A123, 'KRITHIGA'
//STEP1 EXEC PGM=PGM1
//DDNAME DD DSN=DATA.ORG.JCL.TEST,
DISP=(NEW,CATLG,DELETE)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of dd?

714


what is the use of IEBGENER utility?

648


What is the function of //cntl statement?

821


what is “Cond= even” and “Cond=only”?

730


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

1979






Can I share my data with other jobs? How?

661


Differentiate between addressing mode and run mode.

606


Explain the function of a dd statement?

647


Name the statement which can be used to send data to another mvs jes3 node?

593


What is the difference between the positional and keyword parameters? Give examples.

690


what happens in execution stage in job processing?

648


Name a few IBM utility programs, and explain its function.

4422


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

800


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?

771


Is condition checking possible in jcl? If yes, how?

722