We have an output dataset in job with disp parameter as SHR.
Can we write data in that file dataset?
Answers were Sorted based on User's Feedback
Can we create VSAM file by using IEBGENER?
oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset
how to concatenate datasets
How to run cobol program using jcl?
What is job control language?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file
What is STEPLIB, JOBLIB? What is it used for?
How dummy is used in jcl?
What are three parameters you can specify on Job statement as well as on exec stmt ?
What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
How to print the Output to SPOOL using MSGCLASS and SYSOUT ?