What is the Purpose of POINTER Phrase in STRING command in COBOL?
No Answer is Posted For this Question
Be the First to Post Answer
why we are using set in searchall?
How you can read the file from bottom?
A paragraph PARA-X is to be executed when none of the data names A, B and C have value of 1. Which of the following will achieve this ? (a) IF A NOT = 1 OR B NOT = 1 OR C NOT = 1 PERFORM PARA-X (B) IF NOT A= 1 AND B= 1 AND C = 1 PERFORM PARA-X (C) IF A NOT =1 IF NOT B = 1 OR C= 1 PERFORM PARA-X (C) IF A NOT = 1 AND B NOT = 1 AND C NOT = 1 PERFORM PARA-X
What is IMPACT analysis?
What is report-item in COBOL?
how to run sub programs using static and dynamic call ...
wht happens if we dnt give scope terminator ?
How do you submit JCL via a Cobol program?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?
What is Static,Dynamic linking ?
What is normalisation?