What are the rules of the move verb?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of LINKAGE SECTION?
How do you define a variable of comp-1 and comp-2?
Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.
if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error
What is mean by maxcc
In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)
There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.
Is it possible to mutliply a comp variable with an comp-3 variable. Will there be any error if i do it?
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
In the JCL, how do you define the files referred to in a subroutine ?
Can the OCCURS clause be at the 01 level?
How do u write test cases?