Can a Search can be done on a table with or without Index?
No Answer is Posted For this Question
Be the First to Post Answer
What are the access modes of START statement?
if someone is using my file,how can i find which user id is using?
Define cobol?
ID DIVISION. PROGRAM-ID. PLO. DATA DIVISION. WORKING-STORAGE SECTION. 01 VAR1 PIC 9(2). 01 VAR2 PIC X(2). PROCEDURE DIVISION. ACCEPT VAR2. MOVE VAR2 TO VAR1. STOP RUN. if i give 'PI' in var2 then what will b output of progr. any abend?????
i have a sequencial file contains multiple records, i want to extract one row which contains various fields like order number,date,warehouse,.ect.. in to the another file by accepting the order number from jcl. how can i do it. pls help me..
What is difference between COBOL and VS COBOL II?.
what is internal sort and external sort ? which is preferable ?
What does EXIT do ?
How do u write test cases?
COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error
What is the Importance of GLOBAL clause According to new standards of COBOL?
What is the difference beetween Arrays and Tables in Cobol? please dont give the answer that arrays in cobol terminology is called tables......