MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 9 matches
MVSFORUMS.com Forum Index
Author Message
  Topic: VSAM U4095 Abend
apiyan

Replies: 1
Views: 14420

PostForum: Data Management   Posted: Wed Jul 01, 2009 9:18 am   Subject: VSAM U4095 Abend
Abend resolved , after giving the CORRECT LRECL of the input file in Define cluster statement

RECSZ(20 20)
to

RECSZ(138 138)

Now its working fine..
  Topic: VSAM U4095 Abend
apiyan

Replies: 1
Views: 14420

PostForum: Data Management   Posted: Wed Jul 01, 2009 8:34 am   Subject: VSAM U4095 Abend
Hi all,

I am using the below JCL to load a PS file in to VSAM file.

But i am getting abend, ABENDED S000 U4095, after submitting the job.

//R698198 JOB (MIXER),'FORMAT VSAM EMPLOYE ...
  Topic: sort performance
apiyan

Replies: 1
Views: 1851

PostForum: Utilities   Posted: Mon Jun 15, 2009 8:57 am   Subject: sort performance
the below Sort card will Sort the input files,

Skip the first record which is always header, format and outrec the necessary fields, writes the output to the file

and Removes the duplicates ...
  Topic: logic of DO-WHILE
apiyan

Replies: 9
Views: 6265

PostForum: Application Programming   Posted: Wed Jun 03, 2009 9:50 pm   Subject: logic of DO-WHILE
kolusu,

1. what is the lrecl /recfm of file 1 with duplicates

File1 : LRECL = 313

2. what is the lrecl/recfm of file 2 without duplicates
File1 : LRECL = 800

3. what is the position a ...
  Topic: logic of DO-WHILE
apiyan

Replies: 9
Views: 6265

PostForum: Application Programming   Posted: Wed Jun 03, 2009 6:08 am   Subject: logic of DO-WHILE
callanand,

Your logic will work if the volume ..(total no of records) is less in both the input files. But in my case my total number of records is 307578 in input 1 (with duplicates) . 192324 in ...
  Topic: logic of DO-WHILE
apiyan

Replies: 9
Views: 6265

PostForum: Application Programming   Posted: Tue Jun 02, 2009 9:32 pm   Subject: logic of DO-WHILE
Nic Clouston

I am using Easytrieve .. I think there is no option in EZT to close and open a file..
  Topic: logic of DO-WHILE
apiyan

Replies: 9
Views: 6265

PostForum: Application Programming   Posted: Tue Jun 02, 2009 2:46 am   Subject: logic of DO-WHILE
I am reading one record from input file 1 and scanning all the records in the input file 2 with that one record (from input file 1)for matching. If match is found, i am writing to the output file, the ...
  Topic: Adding headers to the detail file
apiyan

Replies: 1
Views: 2008

PostForum: Utilities   Posted: Thu May 21, 2009 5:07 am   Subject: Adding headers to the detail file
I want to add headers to the detail file (LRECL = 313). Here the header name for all fields is large when compared to the particular field

Eg..

Emp no length is 6
the header for this is 'Employ ...
  Topic: More than one field match in EZT
apiyan

Replies: 1
Views: 2053

PostForum: Application Programming   Posted: Sun May 17, 2009 12:47 am   Subject: More than one field match in EZT
I have a input file as below:

input file: FB 300

F1 F2 F3 F4 F1 F2 F3 F4

451 MIK B1 001 389 MIK C2 987
973 BOL C8 ...
 
Page 1 of 1
All times are GMT - 5 Hours
Jump to:  


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group