|
Related Questions |
View Answer |
|
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
|
View Answer
|
|
How include time & date in the report generation in cobol programing?
|
View Answer
|
|
How to include system time & date in the report generation in cobol programing?
|
View Answer
|
|
In the example below 05 WS-VAR1 PIC X(5)
05 WS-VAR2 REDEFINES WA-VAR1 PIC 9(5).
PROCEDURE DIVISION
MOVE 'ABCDE' TO WS-VAR1.
now what is the value of WS-VAR1 and WS-VAR2 ?
|
View Answer
|
|
What is the maximum size of the variable length record?
|
View Answer
|
|
Can Redefines clause be used in File section, if yes at which level number ?
|
View Answer
|
|
What is difference between comp & comp-4?
|
View Answer
|
|
What are the type of comp usage?
|
View Answer
|
|
Can Redefines clause be used at 01 level ?
|
View Answer
|
|
How to remove the duplicate records present in a PS dataset using JCL?
|
View Answer
|
|
I have a variable x(20), but i need the out as in two ways 1.12300000000000000000 2.123-----------------
|
View Answer
|
|
Can we able to execute the foolowing statement move a,b toc,d' what will happen can any one tell about this
|
View Answer
|
|
suppose i have array of 10 elemnts in it how to acess 5 element from the arrayusing supscript and index
|
View Answer
|
|
Without execution cobol program how to see output?
How to rename input filename and outputfile name?
3) Wat is flag?
4) What is impact analysis what basis how will you write test cases?
5) How you sea output of cics command?
6) How are datasets concatenated explain with example?
|
View Answer
|
|
What are the two cobol verbs that are used in data division? (one is COPY..what is the other)
|
View Answer
|
|
What is the difference between write & move in COBOL.? What is the meaning of 'TALLING' verb in cobol? What is the meaning of 'Eject' verb in cobol?
|
View Answer
|
|
What is te difference between Call and Link in cobol?
|
View Answer
|
|
Can we use search and search all in embedded sql
|
View Answer
|
|
What is RESIDENT progamme
|
View Answer
|
|
What are the HIGH Values,LOW values and where we can use?
|
View Answer
|