Can we move X(7) to S9(7) COMP?



Can we move X(7) to S9(7) COMP?..

Answer / shib

yes we can if value of x(7) contains numeric data like 1234567 or 0000000
We will not get any error.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More COBOL Interview Questions

i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?

12 Answers  


How many sections are there in data division?.

10 Answers   Amdocs, TCS,


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

0 Answers  


Can we put move statement in COBOL copybook

3 Answers   Global Logic,


I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?

3 Answers   HCL, IBM,






System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

0 Answers   Amdocs,


how many subpgms we can use in a main pgm ? how do u link sub pgm to main pgm ? how can i use the parameters declared in main pgm to sub pgm ?

2 Answers   TCS,


how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it

2 Answers  


How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.

5 Answers   TCS,


Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.

5 Answers   EDS,


can any one help -s806

6 Answers  


Write a program to enter and display the names of students in a class using the occurs clause.

0 Answers  


Categories