What are the different types of condition in cobol and write their forms.
No Answer is Posted For this Question
Be the First to Post Answer
What type of SDLC u followed? Why?
why we are using picture clause in the cobol programs?
I have a sequential file of 100 records. How do I load the records into a two dimensional array ?
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?
How do get the result of your program directly on your pc?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
what is search and searchall?what is the diffrence between them?give an best example?
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.
What are the different rules for performing sort operation?
how many bytes do SPPPP999 will store?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is the default value of DISP parameter?