A file has dta in S9(09) COMP format. How do I move the
data into a character field X(10)?
Answer Posted / shaik
COMP is a binary format, if you directly redefines, it
won't give proper value. So, move S9(09) COMP to s9(09)
Numeric field, then Redefine this field with Alphanumeric.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What are s0c1, s0c4, s0c5, s0c7 and socb?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
how can you check if a file is empty using jcl?
Explain the jcl exec statement?
What is the function of dd name parameter with a 2 part structure; audit.report?
What is the difference between run mode and addressing mode?
Is there any command to check wether the ps file is in sorted order?
how would you create a temporary dataset? And where will you use them?
Does jcl support automatic restart?
What are the 4 fields in dd statement?
which utility is used to run a cobol-db2 program?
What parameter directs the output of the job log dataset?
Where & How Do You Code Identifier In Jcl?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.