what is the difference between COBOL2 AND COBOL390?
No Answer is Posted For this Question
Be the First to Post Answer
a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?
In COBOL programming, what is PERFORM? What is VARYING?
What is file status 92?
Explain call by context by comparing it to other calls.
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.
Using string statement.Is coding three destination string from one source string possible in one code?or three codes for every destination string of one source string.?thank you
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
In the JCL, how do you define the files referred to in a subroutine ?
What is the problem of ordered sequential files access?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
01 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2
What do you do to resolve SOC-7 error?