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 / krishnan
EVALATE ABCD
WGEN 'ABCD'
DISPLAY '1234'
WHEN 'BCDA'
DISPLAY '1234'
Like that we will try i this is not a proper method but
they need only the output is 1234 means we try this also
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How many sections are there in data division in COBOL?
How can you get the ksds file records into your cobol program?
Explain the configuration section of a cobol program with examples of syntax.
What kind of error is trapped by on size error option?
What is the use of intialize verb?
When is inspect verb is used in cobol?
how do you reference the fixed unblock file formats from cobol programs
Describe the cobol database components?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is comp-1 and comp-2?
how to convert the recors form vsam file to db2 table tru file aid
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the difference between comp and comp-3 usage?
What is a SSRANGE and NOSSRANGE?