| Other COBOL Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| how to transfer the file from pc to mainframe?? | | 2 |
| 1.What is the limit of linkage section? | | 3 |
| I got user abend U4038 while compiling my runjcl..
can anyone help me? | | 8 |
| how many bytes do SPPPP999 will store? | | 17 |
| what are the limitations of Inline Perform? | Zensar | 3 |
| What is Static,Dynamic linking ? | | 1 |
| What is SET TO TRUE all about, anyway? | | 4 |
| 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. | | 1 |
| consider the following two statements
MOVE 10 TO N
PERFORM PARA-X N TIMES
STOP RUN
PARA-X
MOVE 5 TO N
how many times PARA-X willbe exicuted?
a.10
b.5
c.infinate
d.execution error
| TCS | 3 |
| 01 ws-p pic 9(2).
01 ws-q pic 9(2) value 01.
01 ws-r pic 9(2) value 99.
p.d.
compute p = q + r
what will be result of p ans(00) but my question is that
how i got 10 on the place of 00.
(truncation will ocuure on right side not left).
please tell me ?
| L&T | 5 |
| How to retain the Duplicates in the one records? | CS | 3 |
| How is sign stored in a comp-3 field? | | 4 |
| What are the two search techniques ? | | 2 |
| 01 MOVE 10 TO N
05 PERFOM PARA1 TIMES
STOP RUN
WAT WILL HAPPEN?? WILL IT RUN INFINITELY OR AN ERROR WIL BE
THER BECAUSE NO OF TIMES IS NOT GIVEN??
| | 1 |
| I have a sequential file of 100 records. How do I load the
records into a two dimensional array ? | Xansa | 2 |
| How we copy a program from production region to development
region.What is the process & syntax ? | | 3 |
| 1.Can we define condition-name conditions in FD entry. | | 9 |
| What is the Linkage section? What is the Use and Why the
parm length use alway "PARM-LENGTH PIC S9(4) or PIC S9
(4) COMP." any reason?.Please let me know any one...
Cheers,Prasad | Syntel | 5 |
| How many sections are there in data division?. | | 4 |
| How do you sort in a COBOL program? Give sort file
definition, sort statement syntax and meaning. | | 3 |
| |
| For more COBOL Interview Questions Click Here |