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
Why did you choose to work with ibm mainframe cobol programming?
Why would you use find and get rather than to obtain?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
what happens if parmparameter passes zero bytes to the program
What is a scope terminator give example?
Name the sections present in data division.
Whats the difference between search & search ALL?
What is the usage of comp fields in cobol?
What is static and dynamic call in cobol?
How arrays can be defined in COBOL?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What are literals?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
How to remove 2 duplicate records and copy only one using job control language?