01 a pic x(4) value 'abcd'
01 b pic 9(3)
can we move from a to b.if possible what would be stored in
b.
Answer Posted / mime
No. You would encounter a data error - abend SOC7
| Is This Answer Correct ? | 13 Yes | 12 No |
Post New Answer View All Answers
What are the various section in data division and briefly explain them.
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
) how do u code after getting data?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What are different data types in cobol?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
IF I mention stop run in CICS what happens?
What are the different types of condition in cobol and write their forms.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
i want a program using by if, evaluate , string, unstring, perform, occurs?
What are the different rules of SORT operation?
What is the difference between perform … with test after and perform … with test before?
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?
What is the local-storage section?