GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Tech FAQs  >  Mainframe
Go To First  |  Previous Question  |  Next Question 
 Mainframe  |  Question 26 of 65    Print  
How to solve S000 abend with file status code 39 (attribute mismatch for a file in JCL and cobol program) .

  
Total Answers and Comments: 1 Last Update: January 31, 2008     Asked by: manju 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
January 31, 2008 02:39:06   #1  
ms_ks Member Since: January 2008   Contribution: 2    

RE: How to solve S000 abend with file status code 39 (attribute mismatch for a file in JCL and cobol program) .
Hi,
   Frndzs
              This is the common abend which always happend
basically it abends due to line no. mismatch in the COBOL /CICS program  e.g if this is the cobol line no. as
011400
011500
and by mistake you entered something in between like
0114A0
0115X0 etc.
and the attribute defined in the program and jcl should not differ or the attribute of the file which you are using and same should be defined in to program

 
Is this answer useful? Yes | No

 Related Questions

How to count the records in COBOL data file?what will happen if the file open in extent mode and corresponding is equal to OLD in jcl?by opening an empty vsam file in i/o wii get file status 35 how can you over come this ?
Read Answers (1) | Asked by : latha

What is the difference between plan & packagewhat is difference between views & joinswhat is db2 stored procedures? how to work it in mainframehow to calculate n th maximum valueif the error code -811 ? how to rectify it?if the error in dead lock how to rectify it?how to read the last record in data file don't know the no.of records?what is the use of profile in Qmf?
Read Answers (1) | Asked by : latha

How to write "No records found" text to output file if input file is empty, by writting JCL.
Read Answers (1) | Asked by : shyam

Latest Answer : I've done this many times. Set up the JCL statements in Working-Storage as you want them to be presented to the operating system. Create an FD for an output data set with a fixed, 80-character format and write the statements to this file.In the JCL, ...
Read Answers (1) | Asked by : lakshmi

Latest Answer : using attention identifier keys ...
Read Answers (1) | Asked by : lavanya


View Question | Asked by : skmahajan

View Question | Asked by : SRINANDHU

View Question | Asked by : Ramanujam

One of my JCL steps returns the code 0099 and my job fails. 
Latest Answer : if you are working with files or db2 may be a record in it is locked. just relese the lock and try again. ...
Read Answers (1) | Asked by : sumana sarkar


 Sponsored Links

 
Related Articles

jQuery Table Row Finished Code

jQuery Table Row Finished Code The Finished Code Our second example page has demonstrated table row striping highlighting tooltips collapsing expanding and filtering Taken together the JavaScript code for this page is mosgoogle geshibot lang php" document ready function var highlighted
 

jQuery Interacting with Other Code

jQuery Interacting with Other Code We learned with our sorting and paging code that we can t treat the various features we write as islands The behaviors we build can interact in sometimes surprising ways; for this reason it is worth revisiting our earlier efforts to examine how they coexist with t
 

jQuery Completed sorting and paging code

Learning jQuery The Finished Code The completed sorting and paging code in its entirety follows mosgoogle geshibot lang php" fn alternateRowColors function tbody tr odd this removeClass even addClass odd ; tbody tr even this removeClass odd addClass even ; return this; ; document
 

code

geshibot lang javascript" head This is a JS snippet from Geshi Bot" Replaces the geshi default classes with mambo joomla classes function replaceGeshiWithMamboClasses if document document getElementsByTagName Category
 

What is Data File

In a logical data model, the conceptual data model which is based on the business semantic is being defined. Thus, entities and relationships and corresponding table and column design, object oriented classes, and XML tags, among other things are being laid regardless of the database will be physica
 

What is Data Attribute Group

In data modeling, a logical data model is the representation of business data into a data model that can be the basis for the physical database implementation. It identifies a data "periodic table" which will be the basis for the business functions, processes and task to be perfor
 

What is Data Attribute

In the realm of computer science, a logical data model is the accurate representation of a data. These data need to be logically represented because later on they will be the basis for data modeling. Data modeling in turn will be the basis for database implementation as the computer needs to unders
 

How to develop compile and run a C program

The steps involved in building a C program are: 1. First program is created by using any text editor and the file is stored with extension as .c 2. Next the program is compiled. There are many compilers available like GNU C compiler called as gcc, Sun compiler, Borland compiler which is pop
 

Mainframe Features

Mainframe Features In this Mainframe tutorial you will learn about features of Mainframe Processing power memory capacity performance computing multiple operating system time sharing reliability serviceability availability clustering technology and other features available in Mainframe mosgoogle cen
 

PHP Tutorials - File manipulation (Part-2)

File manipulation Part 2 In this PHP Tutorial you will learn the 2nd Part of File Manipulation Reading lines from a file Reading arbitrary amounts of data from a file Writing to a file Creating directories Removing a directory and Opening a directory for reading mosgoogle Reading lines from a file T
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape