how to display comp3 variables reply soon ?
Answer Posted / lovely.surendra
just use a another ws-variable and then move the value of
COMP variable into it,
now u can do any activitity with this ws-variable.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain about different table spaces.
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What are literals?
What are all the divisions of a COBOL program?
What are the different data types in cobol?
What are different data types in cobol?
how can i see junk values in dclgen or in hostvariable of comp ?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Which Search verb is equivalent to PERFORM…VARYING?
What is the utilization of copybook in cobol?
What are the pertinent COBOL
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Define cobol?
how to move the records from file to array table. give with code 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.