Hi all,

I have a following requirement to write the cobol program.

I have to load the 129 variables from input sequential file
which are in excel sheet to the cobol inernal table. and
after loading into table i have to compare this data with
the business file. here compare means controlling the data
whether the format(numeric,alpha) is same in the business
file and in the table??? i have the same data in input and
business file.
could anyone please give me any idea of the logic?//

i have all the 129 different variables(129rows,1 column)is
there .

Answers were Sorted based on User's Feedback



Hi all, I have a following requirement to write the cobol program. I have to load the 129 vari..

Answer / ng

There is an FTP Utility, where u can load excel sheet into mainframe flat and then u can copy that file into VSAM,GDG whtever u want by using IDCAMS.for FTP ucan use 'GET' command of JCLand there are various methods to do START-RUN-utility.

Below example is by doing thru JCL , have a look!

http://www.google.co.in/#hl=en&sugexp=les%3B&gs_nf=3&cp=26&gs_id=3o&xhr=t&q=how+to+do+ftp+in+mainframes&pf=p&sclient=psy-ab&oq=how+to+do+ftp+in+mainframe&gs_l=&pbx=1&bav=on.2,or.r_gc.r_pw.r_qf.&fp=124c53738206d2fc&bpcl=37189454&biw=1366&bih=667

Is This Answer Correct ?    2 Yes 0 No

Hi all, I have a following requirement to write the cobol program. I have to load the 129 vari..

Answer / madhan

plz anybody knows forward it to my mail id:-
kpalli_ms001@yahoo.co.in

Is This Answer Correct ?    1 Yes 0 No

Hi all, I have a following requirement to write the cobol program. I have to load the 129 vari..

Answer / ravi

Hi,
Step 1.. convert all the data into to ASCII data with the rows
step 2.. Read this input file
Step 3.. Load all the data in the internal table
Step 4.. Read your business data with the internal table

Is This Answer Correct ?    0 Yes 0 No

Hi all, I have a following requirement to write the cobol program. I have to load the 129 vari..

Answer / gumba

Use easytrieve utility

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

Why there is no questions in this column?

6 Answers  


Which is the best IBM mainframe Training Institute in Ameerpet, Hyderabad

35 Answers  


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

1 Answers   TCS,


RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE

12 Answers   TCS,


Which Search verb is equivalent to PERFORM…VARYING?

0 Answers  






How do u write test cases?

0 Answers   IBM,


How to Write the RESTART Logic Using COBOL?

4 Answers   GalaxE, L&T, Syntel, TCS,


01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.

11 Answers   FirstApex, NIIT,


What is the maximum length of a field you can define using COMP-3?

4 Answers   Complex System, Infosys,


File status must be checked both while opening and reading the file or only while reading the file?

2 Answers  


what is subscript in cobol?give realtime example?

2 Answers   Wipro,


i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

0 Answers  


Categories