We have an output dataset in job with disp parameter as SHR.
Can we write data in that file dataset?

Answer Posted / rana

Yes

Is This Answer Correct ?    17 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I need exexution process for JCL programs

1935


what is SOC4 error?

826


What do you understand by the term notcat 2 – gs?

856


what is the JCL statement consists of?

791


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

1013






We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1862


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

961


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

846


what is the difference between JES3 and JES2?

782


What happens if both JOBLIB & STEPLIB is specified ?

701


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2211


What are the jcl procedures?

735


Name a few IBM utility programs, and explain its function.

4538


How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?

810


What are the parameters that are used in creating a gdg?

827