What COBOL construct is the COBOL II EVALUATE meant to
replace?
hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps
What are declaratives and what are their uses in cobol?
With in these three which one is the default one Call Reference, Call By Value, Call By Content.-Which one is default?
) what is the difference between AID and HANDLE AID?
How can you declare the file ?
which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
How do u sort the table for Search ALL? Is it only using ASCENDING KEY IS statement in occurs clause? If the data is input in non ascending order, will the ASC KEY IS automatically sort the data? or will it throw compile time error?
What is the Linkage section? What is the Use and Why the parm length use alway "PARM-LENGTH PIC S9(4) or PIC S9 (4) COMP." any reason?.Please let me know any one... Cheers,Prasad
what is ASRA, AEY9?
What will happen if we generate GDG (+2) version without generating (+1) version?
is it possible to pass an SQL query inside a jcl which is inside a cobol program?
Can we call a CICS program from a batch program or viceversa?If so, how?