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 |
Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?
wht is step lib n job lib ? where can we code joblib n steplib ?
what is the JCL statement consists of?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
What it does If we specify TYPRUN=P & it is not substituted by SCAN 0r HOLD in VALUE SET.
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 is the difference between joblib and jcllib statements
How to identify in JCL that an input file is empty without reading it?
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?
What is JOBLIB ?
What does the keyword DCB mean and what are some of the keywords associated with it?