Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


IF there 5 to 6 files in a JCL and there is some space
abends, how can we identify which file has space abend and
what can be done to get off that abend or rectify that abend.

Answers were Sorted based on User's Feedback



IF there 5 to 6 files in a JCL and there is some space abends, how can we identify which file has s..

Answer / param

Simple..You can look at the spool (SDSF or JES) messages and
find the ddname of the file which abended.

Is This Answer Correct ?    18 Yes 3 No

IF there 5 to 6 files in a JCL and there is some space abends, how can we identify which file has s..

Answer / animesh

We can lokk into the spool om ehich line that is dd name it faced abend . we can recitfy it by chjanging the region parameter in the step of jcl by specifyin region=0k or 0m

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".

3 Answers  


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

0 Answers  


What is the difference between PIC 9.99 and PIC9v99?

0 Answers  


What is the meaning of 'Eject' verb in cobol?

2 Answers   TCS, Wipro,


What is the difference between SEARCH and SEARCH ALL? What is more efficient?

9 Answers   IBM, iFlex, Wipro,


without performing any operations on a file how can i know whether it contains data or not

2 Answers  


Whtz the specialty of 77 level number ?

2 Answers   Infosys,


Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER

4 Answers  


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

0 Answers  


how do you reference the printer file formats from cobol programs

0 Answers  


db2 variable decimal(15,2) what is the equalent size of cobol variable

2 Answers   Syntel,


how we can edit records in vsam data set and non vsam data sets

2 Answers   ACS,


Categories