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

Is condition checking possible in jcl? If yes, how?

751


how you can direct the data to spool using SYSOUT option?

935


when can a job time-out occur? How to overcome that?

763


How jcl is used for testing batch programs?

733


What dd statement is used to supply the name of a dataset?

786






What is the function of dd name parameter with a 2 part structure; audit.report?

714


Explain how can a stopped job be started again?

645


How to submit jcl through a cobol program?

691


What are s0c1, s0c4, s0c5, s0c7 and socb?

710


Explain dd statement in jcl?

654


Where can program checkpoints be stored for use in a restart?

862


what is a jcl?

697


How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?

7633


what JCL Procedures?

709


A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?

743