IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Seach a string in couple of datasets with the below JCL


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Selva0202

New User


Joined: 17 Oct 2008
Posts: 18
Location: USA

PostPosted: Fri Oct 31, 2008 5:17 am
Reply with quote

Hi There,

I wanted to seach a string in couple of datasets with the below JCL. It didnt help me as expected.

CODE:

//Q01374TS JOB 10-339-2090-DMR-A0,'SELVA',CLASS=A,
// MSGCLASS=9,MSGLEVEL=(1,1),NOTIFY=Q01374
//SEARCH EXEC PGM=ISRSUPC,PARM=(SRCHCMP,'ANYC MIXED')
//NEWDD DD DSN=SYS8.DASD.DCOLLECT,DISP=SHR
// DD DSN=SYS8.DASD.FDRPAS.JCL,DISP=SHR
// DD DSN=SYS8.DASD.SOFTWARE.JCLLIB.CA4,DISP=SHR
// DD DSN=SYS8.DASD.STATIC.JCLLIB,DISP=SHR
// DD DSN=SYS8.DASD.JCL,DISP=SHR
//OUTDD DD DSN=Q01374.GDG.TEST,DISP=OLD
//SYSIN DD *
SRCHFOR 'CATALOG.SAP0.MCAT'


ERROR

ASMF059E A SYNAD ERROR INTERCEPT ON THE NEW-FILE/DATA SET IS AN I/O ERROR, CONCATENATION-ORDERING OR ATTRIBUTE CONFLICT.
ASMF063E "SIDDATA (05)" - SYNAD ERROR INTERCEPT OCCURRED PROCESSING NAMED MEMBER.


LOOKING FORWARD

- Why this job failed
- Why only last last is taken for search
- Solution for this issue icon_smile.gif


-Selva
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Fri Oct 31, 2008 5:41 am
Reply with quote

Possibility 1: DCOLLECT output of variable blocked conflicts with JCLLIB fixed block
Possibility 2: APAR PK50736 is applicable.

Fix 1: Don't mix variable blocked and fixed block files in concatenation
Fix 2: Apply the appropriate fix for the APAR.
Back to top
View user's profile Send private message
Selva0202

New User


Joined: 17 Oct 2008
Posts: 18
Location: USA

PostPosted: Fri Oct 31, 2008 7:03 am
Reply with quote

Thank You for your information...!

I've tried concatinating both VB and FB files and that caused for this issue.

Now, the problem is resolved
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Fri Oct 31, 2008 8:05 am
Reply with quote

Glad to hear that.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts PARSE Syntax for not fix length word ... JCL & VSAM 7
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts file manager is doing string conversion IBM Tools 3
No new posts Search string in job at regular Spool... CLIST & REXX 0
Search our Forums:

Back to Top