What guidelines should be followed to write a structured cobol prgm?
I have dataset DS1 which has records say 1 2 3 4 5 ... ... etc And also I have second dataset DS2 whcih has records 1 3 4 5 6 8 .. ... Both the files are sorted and now I want to compare these files and write it into the third files if the records are matching.
What is difference between static and dynamic call in cobol?
Can the OCCURS clause be at the 01 level?
What are decleratives in COBOL ?
what is dynamic array in cobol? what is the difference b/w array and table in cobol?
what is search and searchall?what is the diffrence between them?give an best example?
What is the difference between PIC 9.99 and 9v99 in COBOL?
0 Answers SwanSoft Technologies,
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.
Write a program to explain size error.
What are the divisions in a cobol program? Which one is the mandatory division among them?
COMP field occupy ?
What is the point of the REPLACING option of a copy statement?