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
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 |
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 |
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".
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is the difference between PIC 9.99 and PIC9v99?
What is the meaning of 'Eject' verb in cobol?
What is the difference between SEARCH and SEARCH ALL? What is more efficient?
without performing any operations on a file how can i know whether it contains data or not
Whtz the specialty of 77 level number ?
Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
how do you reference the printer file formats from cobol programs
db2 variable decimal(15,2) what is the equalent size of cobol variable
how we can edit records in vsam data set and non vsam data sets