how to create a member or sequential dataset through tso
command??

Answers were Sorted based on User's Feedback



how to create a member or sequential dataset through tso command??..

Answer / ram.g

i have tried this ..but its creating a dataset(seq) with
invalid block size...how to mention blksize in that command
and
how to create pds memeber thru tso command..

Is This Answer Correct ?    5 Yes 3 No

how to create a member or sequential dataset through tso command??..

Answer / bella

try this :

DSORG PS RECFM U BLKSIZE 1,944 LRECL 0

Is This Answer Correct ?    5 Yes 3 No

how to create a member or sequential dataset through tso command??..

Answer / nk

TSO ALLOC DD(INFILE) DA(XXX.YYY.ZZZZ) SHR

Is This Answer Correct ?    4 Yes 5 No

how to create a member or sequential dataset through tso command??..

Answer / 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

More JCL Interview Questions

What is the meaning of the EXEC statement keyword, COND? What is its syntax?

2 Answers  


What is timing concept in mainframe?

0 Answers  


How much space OS allocates when you create a PS or PDS?

4 Answers  


i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?

6 Answers   IBM,


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

0 Answers   IBM,






Explain concatenating datasets?

2 Answers   CTS,


a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file

6 Answers   ITC Infotech,


how to run batch program without jcl?

3 Answers   HSBC, IBM,


What is the difference between the JOBLIB and the STEPLIB statements?

3 Answers  


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

0 Answers  


Can I share my data with other jobs? How?

0 Answers  


what are the types of abends that occur on job failure? And explain the possible causes of these

0 Answers  


Categories