RENAME clause takes new SPACE in memory.TRUE or FALSE?
a)TRUE
2)FALSE
Answers were Sorted based on User's Feedback
Answer / siri
FALSE...
RENAME CONSEPT IS REUSE THE SPACE IN THE GROUP...SO DOES NOT TAKE ANY SPACE....
01 GROUP1
05 EMP-ID PIC 9(9)
05 EMP-NAME PIC X(9)
01 GROUP2
05 EMP-SAL PIC 9(9)
05 EMP-ADD PIC X(10)
66 GROUP3 RENAMES EMP-ID THRU EMP-ADD.
| Is This Answer Correct ? | 0 Yes | 0 No |
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records...
2 Answers ITC Indian Tobacco Company, PNP, TCS,
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)
) How do you access the migrate the data from production region to development region
how do you reference the rrds file formats from cobol programs
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
Can we change the password using ALTER? anyone tried and changed?
can we read in input the file with a variable length ? please , how ..could you help me ?
There is a variable with value 19446. Requirement is to convert it to 194.46. I tried it by doing divide by 100 and my receiving field data type is 9(03)v99. But the output is 194. I am not getting the decimal value. Could anyone pls let me know how to get this done?
can we write paragraph in area B .....
why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.
What will happen if you code GO BACK instead of STOP RUN in a stand alone COBOL program ?
8 Answers Arigo Infotech, IBM,