can any one plzzzzzz tell the jcl code for creating ps
using idcams

Answer Posted / harsha

//STEP001 EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//DD1 DD DSN=...,DISP=...,
// DCB=...,UNIT=...,SPACE=...
//SYSIN DD DUMMY

Is This Answer Correct ?    6 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How gdg are concatenated?

668


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

908


How can values be passed from the job stream to an executable program?

871


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

753


What is the motivation behind coding class parameter in job statement?

686






What is the purpose of disp parameter?

640


What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

643


Brief description of inline procedure of jcl.

682


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

2168


what is use of dcb parameter in dd statement?

771


Name the statement which can be used to send data to another mvs jes3 node?

604


How does the jcl specify the job to os?

692


What parameters can be used to limit the number of records written to a sysout dataset?

748


What is the purpose of dd?

728


Explain the function of //cntl statement?

656