What is the LINKAGE SECTION used in COBOL?
No Answer is Posted For this Question
Be the First to Post Answer
In COBOL CALL-CALLING,if a program A is calling 3 sub- programs, dynamically, then it is said sub-programs will always will always in Initial Mode. My question is : Do we need to code CANCEL or (IS INITIAL) for dynamically called sub-programs or it is the property of Dynamically called pgms so every time sub-pgms are called they will be in initial mode. ***This question is only Dynamic call****, Please reply. Thank you in advance.
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is EIBCALEN? Why it is used?
Are you comfortable in cobol or jcl?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
what are the working storage fields in BMS macro?
what is amode(24), amode(31), rmode(24) and rmode(any)?
Whats the use of Examine command? can someone help me?
What is Alternate Index ? How is it different from regular index ?
In the JCL, how do you define the files referred to in a subroutine ?
how can count the number of character in feild ?? suppose for instance i have a feild with value ' rajesh sarkar' then how can v count the number of characters whitout spaces...........
is it possible to declare index in cobol program? if it is not why its tell me pls