What type of SDLC u followed? Why?
No Answer is Posted For this Question
Be the First to Post Answer
How do you reference the following file formats from cobol programs?
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
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)
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Difference between next and continue clause
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
01 a pic s9(5) value -12345, if we disply a , the sign will overpunched with last digit but i need to get the miuns sign in the result?
why occurs clause not mentioned in 01 level
6 Answers HCL, NIIT, TCS, Tesco,
How do u find the programs calling the given module, without having doing 3.13 on loadlib/source library?
what is sync clause?
if we have a 10 steps how to override the 4th step in jcl?
I hav vari declaration like..... 77 a pic s9(9).99. 77 b pic s9(9).99 comp. 77 c pic s9(9).99 comp-3. if i use MOVE 123456789.99 to a,b,c what happen every one working fine ?