Using DELETE what type of file can you delete?
a)SEQUENTIAL FILE
B)INDEXED FILE
C)
D)
Some options were there..i cant remember
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sowmya
we can delete only indexed file and numbered file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vinay sonar
Using delete you can delete records in sequential and
indexed file
| Is This Answer Correct ? | 1 Yes | 5 No |
Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?
What are the default system and catalog libraries in JCL?
Which statement is used to identify the private libraries in job?
I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?
What is QSAM error usually when it is occurs?
Can a job have only steplib and no joblib ?
Explain the function of //jcllib statement?
Explain the function of the steplib dd statement?
What all are the changes to be made in JCL so as to do testing?
What do you feel makes a good program?
what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file
If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?