how to create a member or sequential dataset through tso
command??
Answer Posted / siddharth
The name that you want to give the new data set: CSYP760.NEW.DATA
The name of the model data set:CSYP760.MODEL.DATA
alloc da(new.data) like(model.data)
alloc da(new.data) dsorg(ps) space(2,0) tracks lrecl(80) + blksize(8000) recfm(f,b) new
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How can return codes be tested before execution of a job step?
How can a fb file convert to vb file using sort program?
Explain in DD statement what is the use of DCB parameter?
what operation is performed by job statement?
Explain the purpose of dd dummy statement?
what is “Cond= even” and “Cond=only”?
what is the resolution for sb37 error
What are the jcl procedures?
how do you access an uncataloged dataset in a jcl?
Is condition checking possible in jcl?
What dd statement is used to supply the name of a dataset?
Are there any set of rules for the names of the steps used in a job? What are they?
Is it possible to left uncode disp? If yes, how?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?