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
what operation is performed by job statement?
how to run batch program without jcl?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
How do you create a temporary dataset?
how would you create a temporary dataset? And where will you use them?
Is condition checking possible in jcl?
how you can access an uncataloged dataset in a JCL?
what is a jcl?
Explain the function of dd disp parameter?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
In sms datasets, what is the function of the dd mgmtclas keyword?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
what is use of dcb parameter in dd statement?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
What is timing concept in mainframe?