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 / 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 View All Answers
State the various causes of s0c1, s0c5 and s0c7.
Write the code implementing the perform … varying.
What is the problem of ordered sequential files access?
How do define dynamic array in cobol.
how do you reference the fixed unblock file formats from cobol programs
What is redefines clause in COBOL?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how do you reference the variable block file formats from cobol programs
What are 77 levels used for?
What are all the divisions of a COBOL program?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
HOw can I get the negative sign while deduct high value from low value
How to remove 2 duplicate records and copy only one using job control language?