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 6215I 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 8232I 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 7181COBOL Snippet: Tell where the control will when the below
code execute
IF (A=B)
CONTINUE
ELSE
NEXT SENTENCE
PERFORM
HCL,
7 13923can any one give good example for cond 88 level number and for renames pls urgent dudes ?
DELL,
3 8776
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What is the difference between perform … with test after and perform … with test before?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Explain about different table spaces.
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How do define dynamic array in cobol.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the difference between next sentence and continue in cobol programing language?
Explain the configuration section of a cobol program with examples of syntax.
How do you get the data to code the BMS macro?
What guidelines should be followed to write a structured cobol prgm?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?