can u give result for the fallowing example...
05 a pic 9(2)
05 b redifines a pic x(2).
move 'xy' to b.
display a,b.
Answer Posted / muttaiah
Dharma, can you give some clarification how a, b will hold
xy.
Thanks in advance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Can you please let me know the centre name of INS certification in Kolkata.
Name the sections present in data division.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
i need a small 3d program using inline and outline.
What are the pertinent COBOL
What are the different types of condition in cobol and write their forms.
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
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
In COBOL programming, what is PERFORM? What is VARYING?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What are various search techniques in cobol? Explain.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue