can we read in input the file with a variable length ?
please , how ..could you help me ?

Answer Posted / sandy

can some one elaborat more on this....

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how can i see junk values in dclgen or in hostvariable of comp ?

2532


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

724


Name the sections present in data division.

691


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1862


Which mode is used to operate the sequential file?

654






How do get the result of your program directly on your pc?

1870


What is the default value(s) for an initialize and what keyword allows for an override of the default?

683


What are declaratives and what are their uses in cobol?

700


What is the difference between perform … with test after and perform … with test before?

865


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6788


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

764


What is the difference between binary search and sequential search?

632


Mention the guidelines to write a structured cobol program?

603


What guidelines should be followed to write a structured cobol prgm?

661


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?

2091