i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
No Answer is Posted For this Question
Be the First to Post Answer
Minimum how many Number of Paragraphs are there in ID- Divison?
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
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..
9(2).99 how many bytes take? Why . consider as a byte?
What is the difference between static call & Dynamic call?
can any one help -s806
why 02 level number can't be use as a separate level number like 01 or 77 ?
Syntax for JCLLIB & JOBLIB???
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
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
What is the difference between comp and comp-3 usage? Explain other COBOL usage?s.
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)