Answer Posted / tejas sheth
INSPECT and EXAMINE are STRING verbs of COBOL.
wheres EXAMINE has been removed from later versions of COBOL.
Evaluate is a conditional statement which is same as Switch
statement in C language, it used to check multiple condition
for single or double or multiple datanames
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Which Search verb is equivalent to PERFORM…VARYING?
how to access the file from prodution from changeman tool and to submit a file to production
What is Pic 9v99 Indicates in COBOL?
How to print 10 to 1 if the input have only 10 digit number?
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 ?
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.
Give some examples of command terminators?
What is the compute verb? How is it used?
Which is not true about evaluate statement
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
what is amode(24), amode(31), rmode(24) and rmode(any)?
What are the pertinent COBOL
How many sections are there in data division in COBOL?
explain sorting techniques in cobol program?