wht is structured cobol pgm and non structred cobol pgm ?
Answer / ss
Structured programming is a logical way of programming; you divide the functionalities into modules and code logically.
The difference between regular programming approach and structured programming is that structured programs get rid of GO TO statements and the whole programs can be represented in a Top-Down design
| Is This Answer Correct ? | 0 Yes | 0 No |
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
can i use multiple when statements in search & search all ? justify ur answer?
What is an in line PERFORM? When would you use it? Anything else to say about it?
if a dataset is already created with fixed length but after that i want to change fixed length to variable length then how is it possible
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
how to transfer the file from pc to mainframe??
I have a source program compiled with Cobol-2. The output file has a record length of 100 defined in the program but a record of 60 bytes getting written into it. i.e. The rest of 40 bytes I am not Writing anything. But it by default puts some values into the last 40 bytes. However it does not impact anything. But when Compiled the module with Enterprise Cobol the last 40 bytes were spaces as fillers. Can anyone explain?
In file1 have 80 records are like d1,d2,d3......D80. File2 have 1000records are like a1d1,a1d2,a3d3.....Etc. I want matching records in file3 ? Plse tell me the matching logic???I want answer only in cobol ?Not using any tool or jcl?
What is the difference between PIC 9.99 and 9v99?
What is file status 92?
How do you compile cobol program..?
What is the difference between comp and comp-3 usage? Explain other COBOL usage?s.