i want a program using by if, evaluate , string, unstring,
perform, occurs?
Answer / raghunath
refer to www.mainframegurukul.com for the answer
| Is This Answer Correct ? | 1 Yes | 1 No |
what is subscript in cobol?give realtime example?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
how to move the records from file to array table. give with code example
what is Reentrancy and Quasi-reentrancy?
write a program to eliminate duplicate records in a input file and send them to output file.
What the difference is between continue and next sentence?
Describe the cobol database components?
consider the following two statements MOVE 10 TO N PERFORM PARA-X N TIMES STOP RUN PARA-X MOVE 5 TO N how many times PARA-X willbe exicuted? a.10 b.5 c.infinate d.execution error
) what is the difference between AID and HANDLE AID?
maximum of how many screens we can open in emulator
In EBCDIC, how would the number 1234 be stored?
what is the coding difference between COBOL and CICS.