) how do u code after getting data?
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
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the usage of comp fields in cobol?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol?
how do you reference the variable unblock file formats from cobol programs
In which area will you utilize 88 level items in cobol?
How arrays can be defined in COBOL?
What are various search techniques in cobol? Explain.
What is a scope terminator give example?
what are decleratives in cobol?
How many sections are there in data division in COBOL?
I have a File that has duplicate records. I need only those records that occur more than thrice.?