u have passed sme charecters thru parm parameter in jcl. how do u
code in cobol to recieve the values u gave in parm ?
Answers were Sorted based on User's Feedback
Answer / graham
by using 'USING' keyword in procedure division and dataname.
one restriction is, declaring length variable and dataname
in linkage section of covol program.
| Is This Answer Correct ? | 18 Yes | 2 No |
Answer / gangadhara.m
by using 'USING' keyword in procedure division and dataname.
one restriction is, declaring length variable and dataname
in linkage section of covol program.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is rmode(any) ?
What is the difference between a DYNAMIC and STATIC call in COBOL?
why do u need inspect verb?
what is SYNCHRONIZATION?
What are the differences between COBOL and COBOL II?
I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?
what is the advantage of using redefines instead of delaring the variables ?
Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?
What does EXIT do ?
What is the Purpose of POINTER Phrase in STRING command
What is 66 level number and where it is used in real time by software developers?
2 Answers ITC Indian Tobacco Company, TCS,
wirte a pgm in using files in which we hav 10 ,20,30 40...100 records in inputfile and i want them to be send to outputfile in reverse order. PLZ HELP ME OUT .........THIS IS A RECENT QUESTION IN IGATE..