What type of SDLC u followed? Why?
No Answer is Posted For this Question
Be the First to Post Answer
when iam reading a flat file which has 100 records through cobol program when iam reading 50th records it gets abends .. so when i run the program again it should read from 50th record .where it got abened ? how it is possible
How can you submit a job from COBOL programs?
wht is the diff b/w if and evaluate stmts ?
Write the code to count the sum of n natural numbers.
Under which scenario you would go for a static call as opposed to dynamic call?
What is Control Break processing ?
What is redefines clause in COBOL?
what is s013u000 for?
What is the use of LINKAGE SECTION?
how to display comp3 variables reply soon ?
Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.
How to delete leading spaces/blank in COBOL ? Example:- 01 data-name-1 pic x(220) " English is a language". I would like to delete leading spaces.