System Testing for Mainframe Developers
What is System Testing?
integration testing ? what's the procedure ..
No Answer is Posted For this Question
Be the First to Post Answer
A table has two indexes defined. Which one will be used by the SEARCH?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
what is the difference between perform varying and perform until
what is subscript in cobol?give realtime example?
For rewrite, why is it mandatory that file needs to be opened?
how to create temporary data set in jcl? what is the use?
3 Answers Cap Gemini, Temenos,
consider the following piece of code 01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
how can u pass the values into db2 values from cobol ?
What are the different rules for performing sort operation?
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?
What is SDSF?
how can u find out just by seeing wheater it is main program or sub program ? any two ways to identify reply soon ?