what is the coding difference between COBOL and CICS.

Answer Posted / babu

no file description in cics programs

Is This Answer Correct ?    7 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

1773


How can you get the ksds file records into your cobol program?

644


How do u write test cases?

1640


Name some of the examples of COBOl 11?

2688


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

681






) How do u handle errors in BMS macro

1512


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

885


How many sections are there in data division in COBOL?

680


Have you used comp and comp-3 in your project? And how?

2010


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

744


what is difference between cobol and cobol/400

21570


What kind of error is trapped by on size error option?

743


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

697


What is amode(24)?

684


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10633