What is report-item in COBOL?
No Answer is Posted For this Question
Be the First to Post Answer
which one is better among static call and dynamic call?
i have a file which contains records like 10,30,90,50,20,40,80,60,70 i want to display these records in reverse order like 70,60,80,40,20,50,90,30,10 please give me the cobol code (do not sort the records)
3 Answers Cap Gemini, Mind Tree,
01 A pic 9(100) find record length of it
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Are you comfortable in cobol or jcl?
What are the different open modes available in cobol?
01 var1 pic s9(9)v99. 01 var2 pic x(30). procedure division. move 12345.99 to var1. move12345.99 to var2. display var1. display var2. what is the output?
wht r the advantages of 77 level number ?
What are the different data types available in COBOL?
where did you see the information regarding abend codes in jcl?
What is the utilization of copybook in cobol?
how to create temporary data set in jcl? what is the use?
3 Answers Cap Gemini, Temenos,