i need a program by giving input as a abcd in any randem order
but i need a output as 1234 related to abcd. i.e,. a for
1,b=2,c.....etc..

Answer Posted / prasad

i need a program by giving input as a abcd in any randem order
but i need a output as 1234 related to abcd. i.e,. a for


ex a=1,b=2,c=3 like this
or

c=3c<b,b<a.

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1220


how do you reference the printer file formats from cobol programs

905


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

1001


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

1158


) what is the difference between AID and HANDLE AID?

1891


How to remove 2 duplicate records and copy only one using job control language?

973


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

866


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

911


Which mode is used to operate the sequential file?

930


can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech

2183


Write down the divisions of cobol program?

852


State the various causes of s0c1, s0c5 and s0c7.

850


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

2096


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 ......

11529


I have a File that has duplicate records. I need only those records that occur more than thrice.?

9248