Can we MOVE X(9) to 9(9) OR 9(9) to X(9)? If yes what are
the ways for doing this?
Answer Posted / kavya
Hello sir,
Why can't we move from alphanumeric to numeric.We
can.JUst check it out.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
Differentiate between structured cobol programming and object-oriented cobol programming.
What do you understand by psb and acb?
What are all the divisions of a COBOL program?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
How are the next sentence and continue different from each other?
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 type of SDLC u followed? Why?
what is the use of outrecord?
How do u write test cases?
) how do u code after getting data?
how do you reference the esds vsam file formats from cobol programs
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is a report item?