Can we dynamically increase the size of occurs clause? i.e In case I an not sure of the size of array and want to increase the size at run time.If yes , how?
1 6150I have a variable account-number declared as comp-3, s9(10) comp-3 in a file. How do i find a particular account number say 123456 in that file?
3 8131I am sending values a and b with pic x(10) and pic x(10) by using call statement. In linkage section, I am receiving values with pic x(10) and pic x(11). Will my program fail? will it be compile error or run time abend?
3 7067COBOL Snippet: Tell where the control will when the below
code execute
IF (A=B)
CONTINUE
ELSE
NEXT SENTENCE
PERFORM
HCL,
7 13650can any one give good example for cond 88 level number and for renames pls urgent dudes ?
DELL,
3 8630
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Name the divisions, which are available in a cobol program?
Write a program to explain size error.
For rewrite, why is it mandatory that file needs to be opened?
What are the various section in data division and briefly explain them.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is the difference between PIC 9.99 and PIC9v99?
Which mode is used to operate the sequential file?
How many sections are there in data division in COBOL?
What is perform what is varying?
What are the cobol coding sheets?
What is amode(31)
What is the difference between external and global variables in COBOL?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?