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 |
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
2)Where the Plan is located in CICS-DB2?
what is sync clause?
What does MAXCC 3 means? It is used in one my codes.
how you read control card into array?
88 class is used for
How do u write test cases?
1.Can we define condition-name conditions in FD entry.
what is the use of keep and pass in disp
We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is an in-line perform ?