in real time what is the suitable exp where in-stream procedure is better then catalog procedure.
Answer / adarsh13
In-Stream Procs are used when 1) The proc steps used in in-stream proc are no longer needed in any other JCL's
2) When you need to minimise your code changes i,e no need of extra Member are to be created , we can go for In-stream proc.
Please correct me if i am wrong.
But, Catalog procs are widely preferred over in-stream proc.
| Is This Answer Correct ? | 1 Yes | 0 No |
What should be the sorting order for SEARCH ALL?
What is 88 level used for ?
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.
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?
i need a small 3d program using inline and outline.
how to refer the data field?
In an EVALUATE statement, can I give a complex condition on a when clause?
How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".
I have a files containing both duplicate and non-duplicate records.The file is already sorted by a key.I want to determine those records that are duplicate and records that are non-duplicate.If duplicate the record is move to a duplicate file and if non-duplicate that will be move to valid file.thank you
TO abend the data sholud open in which mode? 1.new 2.old 3.mod 4.shr
I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?
give the examples for strings and unstrings in cobol