What guidelines should be followed to write a structured
Cobol program?
Answer / asmara
TOP DOWN APPROACH AND IDENTIFICATION DIVISION. AND PROGRAM-
ID. MAKE SURE FOR COMPILE FREE PROGRAM.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you please let me know the centre name of INS certification in Kolkata.
I got user abend U4038 while compiling my runjcl.. can anyone help me?
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 rules are followed by the search verb.
file status 00 is checked after opening the file or reading the file
What is ASKTIME, SUSPEND
if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?
How do you differentiate between cobol and cobol-ii?
What is 77 level used for ?
COMP-3 field occupy ?
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
What is the difference between binary search and sequential search?