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


Please Help Members By Posting Answers For Below Questions

What do you understand by the terms: joblib and steplib?

619


What statement can be used to send data to another mvs jes3 node?

821


What are the parameter we cannot use in procedure?

636


Is it possible to left uncode disp? If yes, how?

704


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1762






What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

672


Which statement is used to identify the private libraries in job?

674


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

2163


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

741


Brief description of inline procedure of jcl.

680


what is the compile process of cobol program expalin with code

1996


What are hierarchy levels in jcl?

949


Is automatic restart possible in jcl? If yes, how?

654


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

921


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

680