What are the different data types in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
Where the Plan is located in CICS-DB2
if a dataset is already created with fixed length but after that i want to change fixed length to variable length then how is it possible
what if any ,is the syntex error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
Write the code to count the sum of n natural numbers.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What are the two search techniques ?
Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?
How do u debug a S0C7 abend? (aswered till we get the field which caused that) After knowing the field which caused that how do u know the record which caused that if it is in production env? (dumb) Ok let us assume that we got to know that 100th record caused that and I wanted to skip only 100th record from the file and process from 101th. How to do that in JCL using SORT? (tried with STOPAFT but ended up dumb when he said smthing else is ther)
what is the difference between perform varying and perform until
How do u find the programs calling the given module, without having doing 3.13 on loadlib/source library?
What is the significance of 'above the line' and 'below the line'?
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.