if you code move high-values to variable,can you move it
into numeric variable or alphanumeric variable?
Answer Posted / adarsh
we can move high-values or low-values to alphnumeric
varibale.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How do you reference the fixed block file formats from cobol programs
Mention the guidelines to write a structured cobol program?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
how do you reference the rrds file formats from cobol programs
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 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?
Why did you choose to work with ibm mainframe cobol programming?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Can we change the password using ALTER? anyone tried and changed?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Explain what you understand by passing by value.
Write a cobol program making use of the redefine clause.
How do you reference the following file formats from cobol programs?
In COBOL programming, what is PERFORM? What is VARYING?
Write a program to explain size error.