where will we code call by content and call by reference dude pls reply soon ?
Answer Posted / priya
its being coded in procedure division
procedure division.
CALL "subpgm name"
USING BY CONTENT
BY REFERENCE.
by content is default
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
explain sorting techniques in cobol program?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How you can characterize tables in cobol?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
How many sections are there in data division in COBOL?
What are the different rules of SORT operation?
Write a program that uses move corresponding.
How to print 10 to 1 if the input have only 10 digit number?
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
Whats the difference between search & search ALL?
What type of SDLC u followed? Why?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
what is amode(24), amode(31), rmode(24) and rmode(any)?