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 13587i 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 43929How to read the last 100 records from a COBOL file. The file contains N number of records.
IBM,
11 41300What 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 16472How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)
9 34501i 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 13116
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
what is the difference between COBOL2 AND COBOL390?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the difference between external and global variables in COBOL?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
Define cobol?
Explain how to differentiate call by context by comparing it to other calls?
How do you get the data to code the BMS macro?
Can you please let me know the centre name of INS certification in Kolkata.
Describe the cobol database components?
What is Pic 9v99 Indicates in COBOL?
Write a program to explain size error.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What type of SDLC u followed? Why?