Search found 4 matches

by Kgumraj
Thu Nov 16, 2006 9:37 pm
Forum: COBOL
Topic: cobol
Replies: 6
Views: 12660

1) It will give SOC7 error

2) What Supriya meant is in parm we cant pass characters more than 100. I dont know what is the exact limit of character lenght to be passed, But for this we can use a file or sysin rather than parm option.
by Kgumraj
Thu Nov 16, 2006 9:28 pm
Forum: COBOL
Topic: clarify me on flat file9esds) ?
Replies: 2
Views: 6150

Re:clarify me on flat file9esds) ?

Please clarify on flatfile(esds), my questions 1.How we will delete the flat file ? 2. Can we delete record by record ? 3. Can we update the flat file ? Thanks in advance Sasi Hello, 1) you can use either a tso command or JCL to delete a flat file (any type) 2) In ESDS it is not possible(Physical de...
by Kgumraj
Thu Nov 16, 2006 9:23 pm
Forum: COBOL
Topic: needful- redefines
Replies: 5
Views: 10439

RE:needful- redefines

Hello,

Redefine can be given a higher value. It is built for one of this resons only. Internally there are memory that is allocated but not used this memory is used if it redefines a higher value. It doen't give compiler or runtime error. But it is not a better pratise to do the same.
by Kgumraj
Thu Nov 16, 2006 9:01 pm
Forum: COBOL
Topic: solve it
Replies: 10
Views: 31378

Slove it

Hello,

Cobol supports only sequential excecution.
the value contains CASE1