Answer Posted / hugo
use call IKJETF01
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Explain how you can characterize tables in cobol?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What are 77 levels used for?
How do define dynamic array in cobol.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Write a program that uses move corresponding.
When is inspect verb is used in cobol?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
How do you define a variable of comp-1 and comp-2?
Write a program to enter and display the names of students in a class using the occurs clause.
How can you get the ksds file records into your cobol program?
Differentiate between structured cobol programming and object-oriented cobol programming.