What is mainframe application testing?
No Answer is Posted For this Question
Be the First to Post Answer
can we use already existing access path?
My program has an array defined to have 10 items. Due to a bug, I find that even if the program access the 11th item in this array, the program does not abend. What is wrong with it?
What is the contrast between delimited by space and delimited by size?
What is the need of running runstats in the test environment?
How much memory does variable of 6 decimal (15, 2) take in PL/1?
What is distributed relational database architecture? And components?
At what point are extension eliminators mandatory?
what is the msg id for OPNQRYF?
Explain path?
How do you find out whether two Data Sets are having exact Data through ISPF Panel? (Say No of Records, Record Data exactly matching including spaces)
Can min or max be used with alphanumeric data?
If a=1 or 2 or 3 NEXT SENTENCE ELSE move a to b. a) if A not = 1 or 2 or 3 move A to B b) if not A = 1 and 2 and 3 move A to B c) if A Not = 1 and 2 and 3 move A to B d) if A NOT = 1 or NOT=2 or NOT =3 move A to B