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 |
Should I use STOP RUN in the sub program??why?
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
can i use multiple when statements in search & search all ? justify ur answer?
I want ALL ERROR codes in VSAM
3 Answers American Express, TCS,
i want to enter the name 'pandu' into ur table how?
I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?
what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
I have a Main Program which is calling Sub-Program which is a DB2 pgm. What will happen if I am not closing the cursor used in the Sub-program? Please advise..
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
How is sign stored in Packed Decimal fields and Zoned Decimal fields?
Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?