Why would you use find and get rather than to obtain?
No Answer is Posted For this Question
Be the First to Post Answer
How can you get the ksds file records into your cobol program?
where will u code file status ?
What is a report item?
how to submit a jcl by cobol program. clear me with an example.
01 A pic 9(100) find record length of it
IF I mention stop run in CICS what happens?
which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
OCCURS clause is used in the DATA DIVISION on data names at (a) 01 level (b) 77 level (c) 88 level (d) any level from 02 to 49
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)
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".
How many maximum number of procedures can we write in one COBOL program?