Answer Posted / bhaskar r
it is exactly 10byts
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Discuss about changing dataset name in proc.
What is the use of intialize verb?
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?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Difference between cobol and cobol-ii?
) How do u handle errors in BMS macro?
what is difference between cobol and cobol/400
how to convert the recors form vsam file to db2 table tru file aid
Explain how to differentiate call by context by comparing it to other calls?
how to refer the data field?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Have you used comp and comp-3 in your project? And how?
example for sub strings ? and refernce modifications whit output pls
Whats the difference between search & search ALL?
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