View previous topic :: View next topic
|
Author |
Message |
arshad pasha
New User
Joined: 23 Sep 2021 Posts: 2 Location: India
|
|
|
|
Hi Everyone! This is my first post. I'm new to Mainframes, I'm trying to do unit testing and unable to succeed. It gives maxcc 8, unable to find out an error
My task was to add new attribute to existing table and it should be populated in another table. Dry run is executed successfully, but unable to do unit testing.
Let me know what I should be looking to find error and fix them.
Anyhelp would be appropriate.
Thanks! |
|
Back to top |
|
|
daveporcelan
Active Member
Joined: 01 Dec 2006 Posts: 792 Location: Pennsylvania
|
|
|
|
It is one of two things:
1) We are being punked. Very funny.
2) Look in your output on the third from last line. |
|
Back to top |
|
|
sergeyken
Senior Member
Joined: 29 Apr 2008 Posts: 2127 Location: USA
|
|
|
|
arshad pasha wrote: |
Hi Everyone! This is my first post. I'm new to Mainframes, I'm trying to do unit testing and unable to succeed. It gives maxcc 8, unable to find out an error |
1) what is your "unit"?
2) what is your "testing"
3) what is the "succeed" in your understanding? How it may look like?
4) who gives you maxcc 8? Is it mainframe who gives it to you? How this maxcc looks like?
5) how, and where do you try to find an error? From your point of view: how the "error" may look like?
6) what at all did you try to do?
arshad pasha wrote: |
My task was to add new attribute to existing table and it should be populated in another table. Dry run is executed successfully, but unable to do unit testing. |
7) what is the "table" in your understanding?
- an Excel table?
- a table in a flat file?
- a table in a VSAM file?
- and ISPF table?
- a table drawn on a piece of paper?
- a table in an RDBMS database? DB2? Oracle? Teradata? MS SQL? 1000 of other RDBMS?
8) what is "dry run", and what is the difference from "wet run"?
9) what is "executed successfully" vs "unsuccessfully"?
10) what is "to do unit testing"? What is "unable to do unit testing"?
arshad pasha wrote: |
Let me know what I should be looking to find error and fix them. |
11) First of all, you need to start learning from scratch the "Computer Programming", and "Mainframe Architecture" in particular. |
|
Back to top |
|
|
|