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.
No Answer is Posted For this Question
Be the First to Post Answer
We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?
How do you get the data to code the BMS macro?
how to access vsam files in cobol and how to differentiate that this is ESDS file
Are you comfortable in cobol or jcl?
If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.
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
Why we need to use redefine clause when we can define the variable seperately... what is actual need....
I have a variable account-number declared as comp-3, s9(10) comp-3 in a file. How do i find a particular account number say 123456 in that file?
I have a files containing both duplicate and non-duplicate records.The file is already sorted by a key.I want to determine those records that are duplicate and records that are non-duplicate.If duplicate the record is move to a duplicate file and if non-duplicate that will be move to valid file.thank you
Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER
give the examples of strings in cobol
S9(5)V9(2) occupies how many bytes memory ?