How to search strings in multiple dataset with
conditions 'string1 & string2'?
Answer Posted / rajesh_m13
//STEP1 EXEC PGM=ISRSUPC,PARAM=(SRCHCMP,'IDPFX')
//DD1 DD DSN=SOURCE DSN,DISP=SHR
//..2 , , , , , , , ,
//,,3 ,,, , , ,,,,,,,
//.................
//,,,
//OUTDD DD SYSOUT=*
//SYSIN DD *
SRCHFOR 'STRING1 STRING2'
/*
| Is This Answer Correct ? | 2 Yes | 13 No |
Post New Answer View All Answers
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
how can the same proc be re-used and called by many jobs?
In sms datasets, what is the function of the dd mgmtclas keyword?
How does jcl act on code(if you take a cobol program)?
How to submit jcl through a cobol program?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
what happens in conversion stage in job processing?
a dd statement has 2 types of parameters. Name them?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What are the rules employed while naming the steps in a job?
How to override loadlib?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What are some jcl statements that are not allowed in procedures?
What do you know about jcl?
Is it possible to left uncode disp?