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

Explain how to differentiate call by context by comparing it to other calls?

0 Answers  


Hi Guys, I have faced one interview question if I have requirement to add 5 new columns to existing table what are prerequisite do i need to take.

1 Answers  


where do u use low-value and high value in cobol

3 Answers   CGI,


What is an explicit scope terminator?

3 Answers  


What is the difference between CALL BY VALUE and CALL BY CONTENT?

7 Answers  






I am getting S00F abend when i try to compare two variable of different pic class,one variable is of 9(09) and another is S9(09) comp-3. First i moved the data from S9(09) comp-3 to 9(09), but no luck. So i tried to move the data from S9(09) comp-3 to X (09) and move to 9(09). I am getting same error message, Please help me to find solution for this ptoblem. ERROR MESSAGE - "The system or user abend S00F R=NULL was issued."

1 Answers  


What is static and dynamic call in cobol?

0 Answers  


I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that perticular record got abend?

3 Answers   IBM,


What are the rules of the move verb?

0 Answers  


COMP field occupy ?

2 Answers  


is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon

2 Answers   Patni,


What is the difference between binary search and sequential search?

0 Answers  


Categories