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
what happens of we dont give time stamp in precompilation process
how do you reference the rrds file formats from cobol programs
how to run sub programs using static and dynamic call ...
Explain call by context by comparing it to other calls.
How can I find the maximum value of a field in a file while reading the file dynamically? without using sort function. Suppose i have a file with fields Timestamp, description, teamname, teamnumber.. i have read the file till end and find the maximun value of timestamp which is not in sorted order.. can we use function max(timestamp)?
How will 128 be saved in s9 (3) comp-3 How will 12 be saved in s9 (2) comp
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
What is tne need to use sub programs in Cobol?
How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?
HELLO FRIENDS, THIS IS JANARDHAN.GADIRAJU, I FACED ONE INTERESTING QUESTION IN COBOL, THAT IS WHAT ARE THE VALUES WE CAN SEE IN HIGHVALUES AND LOWVALUES, CAN U PLEASE GIVE ME THE ANSWER
What is the difference between Perform para and perform asaection in cobol?
In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.