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
I need exexution process for JCL programs
what is SOC4 error?
What do you understand by the term notcat 2 – gs?
what is the JCL statement consists of?
//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 /*
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) ?
How can values be passed from the job stream to an executable program?
What parameters can be used to limit the number of records written to a sysout dataset?
what is the difference between JES3 and JES2?
What happens if both JOBLIB & STEPLIB is specified ?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What are the jcl procedures?
Name a few IBM utility programs, and explain its function.
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?
What are the parameters that are used in creating a gdg?