I am getting the file from Unix to Mainframes for every 15
minutes. The mainframe job get abended with bad records
coming from unix. I recovered that by deleting the bad data.
I need permenant solution how to fix the issue? The record
is getting characters in in first 9 positions which it
should not.
Please provide me the solution how to skip the records if
it finds the charcters in the first 9 positions.
K
Answer Posted / krish
Its having bad data in first 9 positions..
use sort omit condition to reject those records
OMIT COND = (STRATPOS,LENGTH,TYPE,REL OPERT,VALUE)
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:
Are there any set of rules for the names of the steps used in a job? What are they?
What parameter of the job statement is used to limit the cpu time consumed by the job?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
what are the types of abends that occur on job failure? And explain the possible causes of these
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
How dummy is used in jcl?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What is one line to pass PARM from JCL to COBOL?
Which statement is used to identify the private libraries in job?
What are the parameter we cannot use in procedure?
What is the function of the dd avgrec keyword in sms datasets?
What is condition checking in jcl? Is this possible?