hi, can you ppl tell me, how to check whether the rewrite
we gave for the ksds file is successful or not in the
program.? i gave rewrite, the rewrite code is executing and
maxcc=0 but updation doenot happen in the file?
Answer / lu
In cobol batch program for KSDS,ESDS ,every time you write
or rewrite or delete,READ..you HAVE to check FILE-STATUS ...
Test FILE-STATUS !! Don't use INVALID KEY !!!
in CICS, you check EIBRESP....
| Is This Answer Correct ? | 9 Yes | 0 No |
01 a pic s9(5) value '-12345' how it will be stored
COMP field occupy ?
i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?
without performing any operations on a file how can i know whether it contains data or not
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
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.
I try to use some column names in my cobol progorm but these column not in db2 table ..when do i get error ..while bind time or runtime?
i friends greetings to the day...!!! I face a quation like"while runnig the programe every day i have to access the previous day updates only...!! Ex:- Let last day 100 customers took bank account i have to select those customers only.."
Explain fixed length record in cobol? with suitable example
can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
which one is the best of com and com-3.using of real time ?