What are the rules of the move verb?
Can anyone please give the example of Inline Perform.
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.
how to access the file from prodution from changeman tool and to submit a file to production
Without using move verb how to move one variable to another.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Can a Search can be done on a table with or without Index?
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
what is the difference between perform varying and perform until
What is Comm?
2 Answers IBM, Kemper Corporation,
how to resolve the file status 47.......
What is the difference between index and subscript?
how to change picture class of copy book variable inside program?