Why did you choose to work with ibm mainframe cobol programming?
No Answer is Posted For this Question
Be the First to Post Answer
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,
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
What is amode(31)
I hv ten records in ps file and i hv say some 15 records in vsam file .i hv empno and age in ps file n empno,empname,dept n desig in vsam file. i hv 2 read the ps file n check wid matching empno in vsam file and then insert all fields from ps and vsam into db2 table....plz help in writin the procedure division
what is Pic 9v99 Indicates?
how to pass 100 to s9(4) how r they inserted ?
what is scope terminator
what is the difference between COBOL2 AND COBOL390?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What is Redefines clause?
what is the difference between Plan & package
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?