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 13593i 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 43933How to read the last 100 records from a COBOL file. The file contains N number of records.
IBM,
11 41303What 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 16476How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)
9 34507i 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 13124
What guidelines should be followed to write a structured cobol prgm?
What rules are to be followed while using the corresponding options?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Describe the cobol database components?
Discuss about changing dataset name in proc.
how do you reference the variable unblock file formats from cobol programs
Define static linking and dynamic linking.
Give some examples of command terminators?
Write down the divisions of cobol program?
What is inspect in cobol ?
Differentiate between structured cobol programming and object-oriented cobol programming.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
how do you reference the fixed unblock file formats from cobol programs
What is a scope terminator give example?
What are literals?