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

how can we override data definitions in jcl. can any one give detailed example

3 Answers   TCS,


Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:

0 Answers   Keane India Ltd,


how are instream data terminated?

3 Answers   Tech Mahindra,


How to fetch even records from one file to another file by using ICETOOL in JCL?

3 Answers  


What is condition checking in jcl? Is this possible?

0 Answers  






How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

0 Answers  


A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?

4 Answers   IBM,


What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?

5 Answers   CitiGroup,


What is the improvement to COND= in the latest version of MVS?

3 Answers  


how do u define a file in cobol and jcl ?

2 Answers   TCS,


I have a JCL with 100 steps. I want run the Alternate steps in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this scenario? If It is by Cond Parameter can you provide the Condition code for that?

5 Answers   Polaris, Tech Mahindra, UST, Wipro,


How do you find which GDG is using which dataset?

3 Answers   Patni,


Categories