How to convert bunch of words in a line to relvant ASCII
values?

Answers were Sorted based on User's Feedback



How to convert bunch of words in a line to relvant ASCII values? ..

Answer / swapna

code translate=all is the answer

Is This Answer Correct ?    1 Yes 0 No

How to convert bunch of words in a line to relvant ASCII values? ..

Answer / shiva

hi swapna,

can u explain how it is done clearly

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

What are subroutines ? and how do we pass data to the sub routines?

2 Answers   Xansa,


88 level entry is used for (a) data items in WORKING-STORAGE SECTION (b) items with RENAMES clause (c) condition-names (d) None of the above

5 Answers   TCS,


I have files that contains both duplicates files(occur more than twice) and non-duplicate files.The file is already sorted by a key.I want to determine those records that are duplicate and will be move to a duplicate file and non- duplicate files to be move to a valid file.thank you.help please

2 Answers  


How many bytes will be allocated for the following record description entries? 01 REC-A. 05 A PIC S9(4). 05 B PIC XXXBXXX. 05 C PIC ____9.99. 05 D PIC S9(5) COMP-3. 05 E PIC 9(3) COMP.

16 Answers   IBM, TCS,


I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer

3 Answers   GreenTree, IBM,






How do you differentiate between cobol and cobol-ii?

0 Answers  


if a file has 1000 recods how copy the records from 1 to 100 records using sort

4 Answers   IBM,


Name the divisions, which are available in a cobol program?

0 Answers  


In file1 have 80 records are like d1,d2,d3......D80. File2 have 1000records are like a1d1,a1d2,a3d3.....Etc. I want matching records in file3 ? Plse tell me the matching logic???I want answer only in cobol ?Not using any tool or jcl?

1 Answers   CSC,


How do u know what version of cobol u are using?

3 Answers  


what happens of we dont give time stamp in precompilation process

2 Answers  


What is the default value of DISP for temp datasets

5 Answers   IBM,


Categories