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 |
What is a PROC? What is the difference between an instream and a catalogued PROC?
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.
what is SOC4 error?
is step name is compulsory in jcl ?
How to create delta file using JCL
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
How does -818 sql error occur? Why does it happen and what can be done to overcome this error code?
In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04
Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.
How do you submit JCL via a Cobol program?
I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i want to call a particular step in that proc without writing any new jcl ike iebedit utility...