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.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is rmode(any) ?

679


What is an in line perform? When would you use it? Anything else you wish to say about it.

641


How do we get current date from system with century in COBOL?

796


What is the difference between next sentence and continue in cobol programing language?

702


What the difference is between continue and next sentence?

651






How do u write test cases?

1633


In COBOL programming, what is PERFORM? What is VARYING?

668


What is the difference between Global and External Variables?

658


Why occurs cannot be used in 01 level in COBOL?

710


how do you define single dimensional array and multidimensional array in your cobol?

667


What is comp-1 and comp-2?

756


Why would you use find and get rather than to obtain?

677


Describe the cobol database components?

674


Define static linking and dynamic linking.

658


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1111