Can we create VSAM file by using IEBGENER?

Answer Posted / sreen

You can create through IDCAMS utility

Is This Answer Correct ?    12 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is the record format of an output dataset specified?

743


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

779


Explain how can return codes be tested before execution of a job step?

819


Explain the function of the dd dcb keyword?

694


What is the function of //cntl statement?

828






In sms datasets, what is the function of the dd avgrec keyword?

648


Explain the function of dd disp parameter?

593


What does a disposition of (new,catlg,keep) for a dsn mean?

604


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

671


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

906


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

726


What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?

1579


what is use of space parameter in dd statement?

750


A dd statement consists of 4 fields. Name them?

921


how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

778