what r the types of job control statements?

Answer Posted / sangeetha

there are three type of control statements
JOB STMT,EXEC STMT,DD STMT

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 coding class parameter in job statement?

823


Explain how can return codes be tested before execution of a job step?

941


What is the function of the steplib dd statement?

824


How jcl is used for testing batch programs?

824


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

777






What is job control language?

704


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

798


Name the parameters which can be used to limit the number of records written to a sysout dataset?

733


What is the function of a dd statement?

805


List the various advantages of using jcl language?

958


State the uses of syspring, sysin, sort fields, sum fields and dummy.

747


which utility is used to sort a file in jcl?

850


how do you code a null statement?

878


what is DD statement is used in JCL?

764


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

1049