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
Can a REDEFINES clause be used along with an OCCURS clause? if yes, 01 WS-TABLE. 03 WS-TABLE-EL OCCURS 5 TIMES PIC X(1) VALUE 'A'. 03 WS-EX REDEFINES WS-TABLE-EL PIC X(5). What can you expect? if no,why?
what are the paramater we cannot use in procedure?how many instream we can write in single jcl?can we call instream to catalog and ctalog to instream?
What are the two search techniques ?
I have a Main Program which is calling Sub-Program which is a DB2 pgm. What will happen if I am not closing the cursor used in the Sub-program? Please advise..
have in 100 records in a flat file i want to move records like 1,3,5,7,9,11,.. to Output file1 and 2,4,6,8,10,12,14 .. records moved to Output file2..Pls Provide real time answer..
How to convert bunch of words in a line to relvant ASCII values?
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
How to pass return codes from cobol to jcl?
What is tne need to use sub programs in Cobol?
how can count the number of character in feild ?? suppose for instance i have a feild with value ' rajesh sarkar' then how can v count the number of characters whitout spaces...........
What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?