What is reference modification?
What is UNION in sql and syntax?
What is the difference between GDGS and VSAM? Which is
prefer one?
What is processing groups in endevor?
Answer / lu
reference modification is
when you move the position of this field to another field
ex : move ws (3:5) to wss(6:5)
3:5 means 3thrd position and the lenght is 5 ....
2) union in sql used to check the column (row) of the table
A existing or not in table B...
3) GDG is the generation of sequential file, u access only
by sequential, VSAM (KSDS) access by key if you know, it's
more faster...
in endevor : unit test, Qa, and Production...
| Is This Answer Correct ? | 2 Yes | 1 No |
When can the USING phrase be included in the call statement ?
What does the initialize statement do ?
How can we find out wether to declare the data items like Integer, Char,Comp? If comp types how can we decide wether it is Comp and Comp3.How it is? Please Explain... Cheers.
I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?
01 a pic s9(5) value '-12345' how it will be stored
What is the difference between comp and comp-3?
Explain how you can characterize tables in cobol?
Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible
which one is the best of com and com-3.using of real time ?
We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.
What are the two search techniques ?
how many bytes does a s9(12)COMP-4 field occupy?? a.2 b.4 c.8 d.1 ans with reason please