What are the rules of the move verb?


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

Post New Answer

More COBOL Interview Questions

Can anyone please give the example of Inline Perform.

6 Answers   TCS,


what if any ,is the syntex error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.

5 Answers   TCS,


how to access the file from prodution from changeman tool and to submit a file to production

1 Answers   IBM,


Without using move verb how to move one variable to another.

5 Answers  


How to use the same COBOL program in Batch and CICS on lines? explain with an example

0 Answers   IBM,






Can a Search can be done on a table with or without Index?

0 Answers  


what is the size of W-REC in the following 01 W-REC 05 A PIC 9(4)V99 05 B READLINES A 10 C PIC XX 10 D PIC S9(4) 05 E OCCURS 7 PIC ZZ.ZZ 05 F OCCURS 5 10 G PIC ZZ.ZZZ99 10 H OCCURS 3 15 J PIC 9(3) 15 K PIC V99

2 Answers   TCS,


what is the difference between perform varying and perform until

4 Answers   TCS,


What is Comm?

2 Answers   IBM, Kemper Corporation,


how to resolve the file status 47.......

1 Answers   MMM,


What is the difference between index and subscript?

5 Answers   Visa,


how to change picture class of copy book variable inside program?

2 Answers  


Categories