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

for an INITIALIZE and what keyword allows for an override of the default.

2 Answers  


Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible

7 Answers   TCS,


what are decleratives in cobol?

0 Answers   GGG, Satyam,


can we read records in a file from botom to top. if possible how can we read

12 Answers   ACS,


What is amode(31)

0 Answers  






Hai friends why we need to read a file before re-write a record?

7 Answers   L&T,


Can anyone please give the example of Inline Perform.

6 Answers   TCS,


01 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2

9 Answers   HSBC,


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

0 Answers  


01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?

6 Answers   Patni,


What is the difference between goback, stop run and exit program in cobol?

0 Answers  


hai friends ,i have HSBc exam on this sunday,my platform is Mainframe,i have 1 year exp,pls any one send me placement papers of Hsbc and technical questions on mainframe

6 Answers   Citi Bank, CitiGroup, HSBC, iNautix, Wipro,


Categories