is it possible to rename 01 level?
Answers were Sorted based on User's Feedback
Answer / saikat
Rename cant be used to rename 01, 77, 88 level or other 66
level.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / ananta bajpai
no only 66 level is used for rename clause.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / suresh
I think We cant rename the 01 level, if you want we can do
it sublevels like 02,03 etc. when u go for renames u should
use 66 is the level number.
Suresh Vukoti.
| Is This Answer Correct ? | 4 Yes | 2 No |
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?
How can we increase the size of an existing PDS to include more no. of modules.
Have you code any new programs in COBOL ? What is the functionality of the programs?
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
What is the difference between Perform para and perform asaection in cobol?
how the control comes back from subprogram to mainprogram
How do you submit JCL via a Cobol program?
What is sqlca and why is it needed in any cobol-db2 program?
Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
how can we find total no of records in a file ....is there any utility......?