Answer Posted / shibin shah k j
wen we need to access array we need to use these two...
index with pointer ...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Are you comfortable in cobol or jcl?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is an in line perform? When would you use it? Anything else you wish to say about it.
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What rules are followed by the search verb.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What are the pertinent COBOL commands?
Write the code implementing the perform … varying.
what is search and searchall?what is the diffrence between them?give an best example?
Can a Search can be done on a table with or without Index?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
how can i see junk values in dclgen or in hostvariable of comp ?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.