What will happen if we move SPACES to numeric field and
ZEROES to alphabetic field?
Answer Posted / sivakumar sekharannair
compile error will occure if zeroes moved to alphabetic
field or spaces moved to numeric field.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What are the rules of the move verb?
How many sections are there in data division in COBOL?
IF I mention stop run in CICS what happens?
What rules are followed by the search verb.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
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
how do you reference the rrds file formats from cobol programs
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
how can i see junk values in dclgen or in hostvariable of comp ?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How are the next sentence and continue different from each other?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is static and dynamic call in cobol?
What is the Purpose of POINTER Phrase in STRING command in COBOL?