How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
No Answer is Posted For this Question
Be the First to Post Answer
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
i am a btech cs 2009 passout. i am opting for mainframe course. is it good to do this course? pls. anyone suggest me
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?
How can we know that cobol program is using report file or simple file....?
I have two sequential files, FILE-1 and FILE-2. FILE-1 contains 2 columns(A,B) and FILE-2 contains 3 columns (C,D,E).I want an output file, FILE-3 which has all five columns with duplicates eliminated from column A.
Define static linking and dynamic linking.
What was removed from COBOL in the COBOL II implementation?
HOw can I get the negative sign while deduct high value from low value
In INITIALIZE what is Repalcing Word will do
Why would you use find and get rather than to obtain?
01 ws-p pic 9(2). 01 ws-q pic 9(2) value 01. 01 ws-r pic 9(2) value 99. p.d. compute p = q + r what will be result of p ans(00) but my question is that how i got 10 on the place of 00. (truncation will ocuure on right side not left). please tell me ?
What is an explicit scope terminator?