When the working storage variables get allocated? a.At Compile time b.At starting of the run time c.At end of the run time. d.None of these
6 13397i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?
CTS,
7 43704How to read the last 100 records from a COBOL file. The file contains N number of records.
IBM,
11 40906What is the significance of the PROGRAM-ID paragraph? If this name doesnt match with the name of the COBOL program, does it make a difference? Is the name specified in the PROGRAM-ID paragraph used as a name for the load module or any such thing?
IBM,
4 16343How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)
9 34282i have the following varibles in the working storage 05 ws-A PIC X(30) VALUE 'ABCDEFGHIJKLMNOPQRESTUVWXYZ ' 05 WS-B REDEFINES WS-A 10 WS-B1 PIC X(10). 10 WS-B2 PIC 9(10). 10 WS-B3 PIC X(10). If I Display B1, B2 and B3 respectively, what is the value displayed in B2
9 12938
What is cobol?
What is amode(24)?
How to remove 2 duplicate records and copy only one using job control language?
What is the difference between Global and External Variables?
Write down the divisions of cobol program?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
how do you define single dimensional array and multidimensional array in your cobol?
How to know whether the module is dynamical or statistical?
What is redefines clause in COBOL?
What are declaratives and what are their uses in cobol?
Have you used comp and comp-3 in your project? And how?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is the difference between comp and comp-3?
What are the cobol coding sheets?