|
Related Questions |
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
|
|
In FILE SECTION of a COBOL programme, I have the following line.
RECORD VARYING FROM 122 TO 160 DEPENDING ON WS00_RECORD_LENGTH
How would the value of WS00_RECORD_LENGTH found out? Where will it be?
|
View Answer
|
|
Can we use redefine clause in occurs clause?
|
View Answer
|
|
How may do the following definitions occupy?
(a) s(3)v99 comp-3 (b) s(9)v99 comp
|
View Answer
|
|
How to initialize a group data which is containing occur clause?
|
View Answer
|
|
What is the maximum size of table space?
|
View Answer
|
|
How to commit updated records in IMS as well as in DB2?Both in CICS and Batch. Is there any single command will do these? Please help me
|
View Answer
|
|
What are differences between COBOL and java ? why we are giving more preference to COBOL ?
|
View Answer
|
|
What are the functions like c/c++ in cobol?
|
View Answer
|
|
What is the difference between Working-storage Section & Linkage Section?
|
View Answer
|
|
Plz tell me how to read/write records form bottom frm a sequential file in cobol?
|
View Answer
|
|
How can you pass values from COBOL program to non-COBOL programs
|
View Answer
|
|
What is the logical difference b/w Move A TO B and COMPUTE B = A.
|
View Answer
|
|
Cofiguration section comes under which division?
|
View Answer
|
|
77 CTR PIC S9(4)V99 VALUE 1234.55. What will be output of the statement DISPLAY CTR?
|
View Answer
|
|
77 WS-AMT PIC ZZZ999. ADD 100 TO WS-AMT WILL RESULT IN
a) COMPILATION ERROR b) SOC7 ERROR C) NO ERROR
|
View Answer
|
|
77 I PI 9. PERFORM VARYING I FROM 1 BY 1 UNTIL>10 DISPLAY 'OK' END-PERFORM.
What output/msg is likely when this program is executed thru JCL?
|
View Answer
|
|
Is more than one record description is allowed in a FD?
Is NUMERIC EDIT fields can be used for Arithmatic operations?
3) Is COMPUTE P,Q,W = A+ B/C -E ** 2 is a valid statement?
4) Is LINKAGE SECTION is mandatory in a sub program?
5) In edit fiels the character used for check protection is __________
6) COMP-2 occupies _________ bytes?
7) Maximum length of a numeric item ________ ?
|
View Answer
|