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
what is the purpose of coding class parameter in job statement?
Explain how can return codes be tested before execution of a job step?
What is the function of the steplib dd statement?
How jcl is used for testing batch programs?
Describe the various parameters utilized in the creation of a gdg?
What is job control language?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is the function of a dd statement?
List the various advantages of using jcl language?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
which utility is used to sort a file in jcl?
how do you code a null statement?
what is DD statement is used in JCL?
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