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 6223I 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 8240I 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 7190COBOL Snippet: Tell where the control will when the below
code execute
IF (A=B)
CONTINUE
ELSE
NEXT SENTENCE
PERFORM
HCL,
7 13956can any one give good example for cond 88 level number and for renames pls urgent dudes ?
DELL,
3 8785
IF I mention stop run in CICS what happens?
Give some examples of command terminators?
Write some characteristics of cobol as means of business language.
Write a program to explain size error.
What are the different data types in cobol?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What are the different rules of SORT operation?
How are the next sentence and continue different from each other?
Write a program that uses move corresponding.
how do you reference the fixed unblock file formats from cobol programs
how to access the file from prodution from changeman tool and to submit a file to production
Difference between cobol and cobol-ii?
How you can read the file from bottom?
What is the difference between PIC 9.99 and PIC9v99?
Have you used comp and comp-3 in your project? And how?