Can you REWRITE a record in an ESDS file? Can you DELETE a
record from it?
Answer Posted / sukhwinder singh
what is ESDS file?
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
In COBOL programming, what is PERFORM? What is VARYING?
How can you get the ksds file records into your cobol program?
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 do you reference the variable block file formats from cobol programs
What are 77 levels used for?
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.
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is inspect in cobol ?
) How do u handle errors in BMS macro?
Why occurs cannot be used in 01 level in COBOL?
How do get the result of your program directly on your pc?
What is a report item?
Name some of the examples of COBOl 11?
how to move the records from file to array table. give with code example
what is s000 u4087 error? please give the all error codes in cobol,jcl.