Using DELETE what type of file can you delete?
a)SEQUENTIAL FILE
B)INDEXED FILE
C)
D)

Some options were there..i cant remember

Answer Posted / y@$w@nth

We can only delete the records in a indexed file we can't
delete the records in a sequential file SO u can decide what
is the answer for above question

Is This Answer Correct ?    12 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

when does a dataset go uncataloged?

840


What are the rules employed while naming the steps in a job?

664


how you will the direct the data to spool using sysout option?

1769


What are steplib and joblib? What for they are used?

697


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1043






WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

856


what is SOC4 error?

740


i want to store 20 digits . how will u do it in cobol ?

864


which utility is used to sort a file in jcl?

750


How can a stopped job be started again?

716


How to submit a jcl from cics?

670


Are there any set of rules for the names of the steps used in a job? What are they?

614


which utility is used a dummy utility?

799


what sort card you will use to copy the data from one dataset to another dataset?

734


is there any way to execute more than one proc in the same exec statement at the same time..?

2113