Answer Posted / ficofil
Correct..It occupies one additional byte..
But with one correction to Ans #1.
Here output of "sign trailing separate" is 1234+ and
output of "SIGN LEADING SEPARATE" is +1234.
Thanks
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
What is the utilization of copybook in cobol?
Discuss about changing dataset name in proc.
How you can characterize tables in cobol?
What is the difference between comp and comp-3?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Name the sections present in data division.
Why occurs cannot be used in 01 level in COBOL?
What is a report item?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What are the access modes of START statement?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?