Answer Posted / deva
There are six divisions in jcl-cobol.
| Is This Answer Correct ? | 5 Yes | 15 No |
Post New Answer View All Answers
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 ......
In COBOL, what is the different between index and subscript?
Why did you choose to work with ibm mainframe cobol programming?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is an in line perform? When would you use it? Anything else you wish to say about it.
State the various causes of s0c1, s0c5 and s0c7.
What are 77 levels used for?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What are the different types of condition in cobol and write their forms.
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?
What type of SDLC u followed? Why?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How do you get the data to code the BMS macro?
Define static linking and dynamic linking.