file status 00 is checked after opening the file or reading
the file

Answer Posted / srinath

File status is checked at both times i.e while opening as
well as while reading the file also.

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

IF I mention stop run in CICS what happens?

2071


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2945


what is search and searchall?what is the diffrence between them?give an best example?

6115


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

11488


Differentiate between structured cobol programming and object-oriented cobol programming.

823






Write the code to count the sum of n natural numbers.

910


How do you define a variable of comp-1 and comp-2?

892


How do you reference the following file formats from cobol programs?

898


Which is not true about evaluate statement

2078


What is link edit in cobol?

932


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1339


how do you reference the rrds file formats from cobol programs

1123


how do you reference the printer file formats from cobol programs

878


In COBOL, what is the different between index and subscript?

932


How you can read the file from bottom?

862