What is redefines clause in COBOL?
No Answer is Posted For this Question
Be the First to Post Answer
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
a. Can the OPTIONAL clause in COBOL only be coded for input files? b. If it is coded for files opened in OUTPUT, I-O or EXTEND mode, will it give a compilation error? c. If there are no compilation errors and if such files are not coded in the JCL, will the OPEN statement run fine when these files are opened? d. How will a WRITE statement work for the above files?
Have you used comp and comp-3 in your project? And how?
Explain about different table spaces.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the difference between binary search and sequential search?
HI THIS IS ANIL. HOW TO PASS A RECORDS OF A FILE(PS OR PDS) TO AN ARRAY?
how we rectify soc7 and soc4 errors in project?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What was removed from COBOL in the COBOL II implementation?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is 88 level used for ?