how do we do unit testing in mainfrmae. explain step-wise.
Answers were Sorted based on User's Feedback
Answer / guest
First of all we will take the production copy of JCL and
change the job card with the testing staandards like
changing the job name, class, msgclass, account inf
parametes and adding the notify parameter in the job.
After we have to check whether any file is updating or not.
if updates are then we have to copy the present production
file into a test file and specify that in the jcl.
If jcl contains any of the connect-direct process means
downloading any of the reports to the other servers or for
mail-drops we have to comment out those things....
Check out whether reports are going to sar. if yes replace
the sysout parameter with sysout=x......
Then jem it if any errors are there rectify n submit the job
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / guest
Added to the previous answer
1) uneed prepare test jcl by changing the job card and file
high level qulifiers
2) U need to preapre test plan... in this u need to include
the what are all the impacted programs, procs, copybooks
which ur going to test.
3) then u need to write a test cases in the excel sheet ..
excel sheet contains colums liket
test case id, test case descrption,Pre-Requisite steps
before running the test case,Test Steps, expected result ,
test status and test date...........
| Is This Answer Correct ? | 8 Yes | 1 No |
Write about the self-referencing constraint?
Can you define an alias?
what do u write in the impact analysis document (i.e, for a change request)
A word in the computer memory is identified by_________
suppose if you added a coloumn to db2 table, How would it be the Impact analysis?
Give me example of Ibm framewoek Application?
What do you mean by linkage section?
WHAT ARE THE RETRIVAL ORDER OF FILES IN RPG&sql?
In DB2 Large OBJECTS(lob) COLUMNS ARE USED TO STORE LARGE OBJECTS(DOCUMENTS,PICTURES) IN DATABASE.WHICH OF THE FOLLOWING CLAUSES CANOT BE USED ON LOB COLUMNS? A)GROUPBY B) HAVING C)ORDERBY d) NONE OF THE ABOVE WHICH MQ COMPONENT IS ESSENTIAL IN DISTRIBUTED SYSTEM MESSAGING? A)MQSERVER B)CHANEL C)CLUSTER D)QLOCAL E)QREMOTE IN THE MVS WORLD,COBOL INTRODUCED POINTERS TO THE COBOL.WHICH OF THE FOLLOWING STATEMENT IS TRUE ABOUT COBOL POINTERS? A) A COBOL POINTER CAN POINT TO ANY KIND OF OBJECT. B)COBOL POINTER DOSENOT ALLOW POINTER ARTHEMITIC. A)A b)b C)BOTH A AND B D) NONE WHAT IS THE NAME OF THE JOB THAT HAS AN ADRESS SPACE IDENTIFIER(ASID) OF ONE? what is the cics commands to enable writing mixed characters in cics region? a)cemt caps off b)caps off c)ckti d)ceot tra e)ceot caps off
error code 7030 cpf7030 what is the level check error
suppose program A is calling program B, at a time A will send 100 records but it has to send 500 records. how it will possible?
How can we extract data from IMS DB and load it onto oracle database by converting it.Pls someone help me