How to print 10 to 1 if the input have only 10 digit number?
No Answer is Posted For this Question
Be the First to Post Answer
How do u write test cases?
How to read the last 100 records from a COBOL file. The file contains N number of records.
What do you understand by passing by reference and passing by content?
how many subpgms we can use in a main pgm ? how do u link sub pgm to main pgm ? how can i use the parameters declared in main pgm to sub pgm ?
how many bytes does s9(7)COMP-3 field occupies?
Can we access the a[0] in the array ?
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 ......
What is XDC ?
where did you see the information regarding abend codes in jcl?
What is tne need to use sub programs in Cobol?
Without using move verb how to move one variable to another.
What are the differences bitween cobol and cobol-2?