How do u write test cases?
No Answer is Posted For this Question
Be the First to Post Answer
wht is structured cobol pgm and non structred cobol pgm ?
We know that size of redefine and redefining need not to be same..Then does the below case true 01 ws-date pic 9(6). 01 ws-redf-date REDEFINES ws-date 05 ws-year pic 9(4) 05 ws-mon pic 9(2) 05 ws-day pic 9(2)
How can you pass values from COBOL program to non-COBOL programs?
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 to resolve the soc4 and soc7 errors?
what is the diff b/w select stsmt and cursor ?
How do define dynamic array in cobol.
i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?
What are the pertinent COBOL
If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially? For example : Input File 01 02 03 Para 900 Read infile Display Infile rec Read infile Display infile rec Read infile Display infile rec. What will be the output?
How do you define a variable of comp-1 and comp-2?
What is JOBLIB and STEPLIB in JCL? what is the purpose of using it?