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
Answer Posted / mariopuzo
//step01 exec pgm=sort
//sysin01 dd=input1,disp=shr
// dd=input2,disp=shr
//sysout dd=output1,disp=(new,catlg,del)
//sysin dd *
Sum fields=none
/*
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
is there any way to execute more than one proc in the same exec statement at the same time..?
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 is the motivation behind coding class parameter in job statement?
What do you understand by the term notcat 2 – gs?
What dd statement is used to supply the name of a dataset?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What is the function of dd name parameter with a 2 part structure; audit.report?
Explain dd statement in jcl?
What are the 4 fields in dd statement?
Suppose I have five jobs to do. But I want to hold one?
Is acct parameter mandatory?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
What do you understand by the terms: joblib and steplib?
What is the purpose of the dd keylen parameter?
What statement can be used to send data to another mvs jes3 node?