What is the default value(s) for an initialize and what keyword allows for an override of the default?
No Answer is Posted For this Question
Be the First to Post Answer
input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16.... output:- A = 100,B=36,C=50. Here spaces are considered between numbers. When we give input as above, the numbers should be added n displayed.So please help me out.
wht is the diff b/w if and evaluate stmts ?
What is the difference between static call & Dynamic call?
What kind of error is trapped by on size error option?
What is the maximum size of a 01 level item in COBOL I? in COBOL II?
01rec1. 05 a pic 999v99 value 123.12 05 b pic 99v9 value 45.9 02 rec2. 05 x pic 999v99 05 y pic 99v99 05 z pic x(3) value 'abc' if rec1 is moved to rec2 then what is the value of rec2?
can we use 77 level no for Redefines?if we use give an example?
when iam reading a flat file which has 100 records through cobol program when iam reading 50th records it gets abends .. so when i run the program again it should read from 50th record .where it got abened ? how it is possible
What is an in-line perform ?
I have a COBOL main program which is calling sub program, the number of calling parameters used in main program are 4 whereas in sub program it's 5. Sub program is passing 5 parameters back to main program Will there be any compilation error? Or main program parameters displays junk values?
I have a variable account-number declared as comp-3, s9(10) comp-3 in a file. How do i find a particular account number say 123456 in that file?
In EBCDIC, how would the number 1234 be stored?