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 |
What parameters can be used to limit the number of records written to a sysout dataset?
hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d use of it. and what is d syntax for it. any one give me d answer pls.
can we give instream data in procedure
Explain about Specifying compiler options in the PROCESS (CBL) statement
How to find the number of duplicates in a file using Sort?
What is the function of dd disp parameter?
What is maximum length of block size?
5 Answers Cap Gemini, Kanbay, TCS,
Definition of COND parameter in JCL
if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will there be any abend for this scenario
wht do u mean by notify parameter, how can u give acess to multiple users ?
how do u see jobs submitted before ur job ?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?