How to search strings in multiple dataset with
conditions 'string1 & string2'?
Answer / 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 |
wht happens if cond=true ? pls give me with an example ?
What is the meaning of the following declaration : DCB=BLKSIZE=, What is the difference between above declaration & not specifying DCB at all for a output file?
What does the statements: typrun=scan and typrun=hold do in a JCL statement
I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?
How I sort the records in a file and copy the first 10 records to another file
How can the disposition of sysout datasets be set for an entire jobstream?
why do we use file-aid wht r the adv of using file-aid thn in ispf
how would you create a temporary dataset? And where will you use them?
Given a input file with duplicates how to remove the duplicate records from the file using JCL?
6 Answers CDS, Convergys, TCS,
What does the TIME parameter signify ? What does TIME=1440 mean ?
In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?
If your job fails at particular step then what would be the return code for next steps