Explain how you can characterize tables in cobol?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

Can we access the a[0] in the array ?

6 Answers   DCL, IBM,


i have the following varibles in the working storage 05 ws-A PIC X(30) VALUE 'ABCDEFGHIJKLMNOPQRESTUVWXYZ ' 05 WS-B REDEFINES WS-A 10 WS-B1 PIC X(10). 10 WS-B2 PIC 9(10). 10 WS-B3 PIC X(10). If I Display B1, B2 and B3 respectively, what is the value displayed in B2

9 Answers  


which is better either static call or dynamic call? and why?

5 Answers   HCL,


what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?

4 Answers   IBM,


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

0 Answers  






01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.

11 Answers   FirstApex, NIIT,


how to pass 100 to s9(4) how r they inserted ?

3 Answers   TCS,


what is the difference between implicit and explicit scope terminator with example? 

1 Answers  


i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.

9 Answers   Syntel,


Which is the best IBM mainframe Training Institute in Ameerpet, Hyderabad

35 Answers  


What is the reference modification.

2 Answers  


How to define a array dynamically.....

5 Answers   Fidelity,


Categories