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 13833i 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 44214How to read the last 100 records from a COBOL file. The file contains N number of records.
IBM,
11 41738What 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 16645How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)
9 34778i 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 13454
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is amode(24)?
What do you understand by psb and acb?
What are the various section in data division and briefly explain them.
what is the use of outrecord?
In COBOL, what is the different between index and subscript?
How are the next sentence and continue different from each other?
What is rmode(any) ?
How many bytes S(8) comp field occupy and its maximum value?
what happens if parmparameter passes zero bytes to the program
Can you please let me know the centre name of INS certification in Kolkata.
) what is the difference between AID and HANDLE AID?
Write some characteristics of cobol as means of business language.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Write a program to explain size error.