What are the divisions in a cobol program? Which one is the mandatory division among them?
Answer / shib
Identification Division.
Environment Division.
Data Division.
Procedure Division.
mandatory : Identification Division only
Is This Answer Correct ? | 0 Yes | 0 No |
Can we use goto statement in inline_perform ?
how can i see junk values in dclgen or in hostvariable of comp ?
A table has two indexes defined. Which one will be used by the SEARCH?
how do you reference the printer file formats from cobol programs
how can we code index in an array of cobol pgm?
how will u retreive value from a table.write it with syntex. 01 ws-table 05 ws-table1 occurs 10 times. 05 ws-table2 occurs 10 times. the above is 2 dimensional array..how will u retrieve 1st element of an array
what is the use of outrecord?
Did anybody attend the walkin of TCS on 31st July in Gurgaon for any technology,If u have completed 3 round i.e till the HR round,have u received the Offer letter yet? Please let me know.Thanks.
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
What is an in line perform? When would you use it? Anything else you wish to say about it.
what is soc7 abend?how u can trace it?
what is index and how to use two tables using index?