Explain Restart Logic in Cobol?
Answer / yogesh
it will strat doing exection from previous records where it
will get an abend.
| Is This Answer Correct ? | 3 Yes | 8 No |
have in 100 records in a file i want to move only matched records to one output_file1 and nonmathed records are moved to another output_file2 ... any one can provide logic code
How will 128 be saved in s9 (3) comp-3 How will 12 be saved in s9 (2) comp
How many bytes will be allocated for the following record description entries? 01 REC-A. 05 A PIC S9(4). 05 B PIC XXXBXXX. 05 C PIC ____9.99. 05 D PIC S9(5) COMP-3. 05 E PIC 9(3) COMP.
16 Answers IBM, TCS,
what is Pic 9v99 Indicates?
Have you code any new programs in COBOL ? What is the functionality of the programs?
wht do u mean by (*,intrdr) wht is * used for ?
. How do we cast a variable in COBOL
how many bytes does a s9(12)COMP-4 field occupy?? a.2 b.4 c.8 d.1 ans with reason please
how to resolve the file status 47.......
I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?
Hi................... I have records like this aaaa cccc bbbb And i want output like this bbbb cccc aaaa How can it possible ?. Note:Please make sure records are in unsorted order. somebody plzzz help me.
We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.