How to remove the spaces at end of each record in the output
file Via COBOL program? note: The file has a VB length
Answers were Sorted based on User's Feedback
Answer / haribhau
fist remove your plug from boad and then kik ur pc!
| Is This Answer Correct ? | 34 Yes | 14 No |
Answer / neha
pls dont give answers in kiddish way...as this is only site people refers before facing the interview.
| Is This Answer Correct ? | 9 Yes | 0 No |
If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially? For example : Input File 01 02 03 Para 900 Read infile Display Infile rec Read infile Display infile rec Read infile Display infile rec. What will be the output?
What does MAXCC 3 means? It is used in one my codes.
i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..
How to display string in the reverse order using occurs clause?
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
What is normalisation?
Hi................... I have records like this aaaa cccc bbbb And i want output like this bbbb cccc aaaa How can it possible ?. Note:Please make sure records are in unsorted order. somebody plzzz help me.
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
what is the difference between occurs and occurs depending on? i dont think so there is the difference in storage..then why we should use occurs depending on?
wht r the advantages of 77 level number ?
01 b pic +9(4) How many bytes it will take for storage???
if we have a 10 steps how to override the 4th step in jcl?