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
i want a program using by if, evaluate , string, unstring, perform, occurs?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
how to display comp3 variables reply soon ?
How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)
How to know whether the module is dynamical or statistical?
How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What guidelines should be followed to write a structured Cobol program?
how do you reference the ksds vsam file formats from cobol programs
How do we get current date from system with century in COBOL?
77 I pic 99 value 5 Perorm para-A I times. Para -A. move 10 to I. How many times the para-A will be executed.?
i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..