how to know that the file has 300 records how to acess it?
No Answer is Posted For this Question
Be the First to Post Answer
What is 66 level number and where it is used in real time by software developers?
2 Answers ITC Indian Tobacco Company, TCS,
What is LENGTH in COBOL II?
How to resolve the soc4 and soc7 errors?
how can you identify wheather the program is using search or search all in the cobol program?
Write a program to enter and display the names of students in a class using the occurs clause.
Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.
I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
01 ws-p pic 9(2). 01 ws-q pic 9(2) value 01. 01 ws-r pic 9(2) value 99. p.d. compute p = q + r what will be result of p ans(00) but my question is that how i got 10 on the place of 00. (truncation will ocuure on right side not left). please tell me ?
I have a Flat file in which certain records are present in a tabular format. I need to extract some of the records on some basis from it and copy them into a flat file...how it can be done ??
IF I mention stop run in CICS what happens?
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?