IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) Hi all, I have a following requirement to write the cobol program. I have to load the 129 variables from input sequential file which are in excel sheet to the cobol inernal table. and after loading into table i have to compare this data with the business file. here compare means controlling the data whether the format(numeric,alpha) is same in the business file and in the table??? i have the same data in input and business file. could anyone please give me any idea of the logic?// i have all the 129 different variables(129rows,1 column)is there .
4 13047We have 100 steps in a procedure and we need to run the jcl and execute only 25th step in the proc and not the remaining steps. How can we do it?
5 18380Can a REDEFINES clause be used along with an OCCURS clause? if yes, 01 WS-TABLE. 03 WS-TABLE-EL OCCURS 5 TIMES PIC X(1) VALUE 'A'. 03 WS-EX REDEFINES WS-TABLE-EL PIC X(5). What can you expect? if no,why?
6 20358Is this allowed? 01 WS-TABLE. 03 FILLER-X PIC X(5) VALUE 'AAAAA'. 03 WS-EX REDEFINES FILLER-X OCCURS 5 TIMES PIC X(1). can redefines clause be used with occurs clause?
4 10669what is the minimum number of lines a Cobol program should have to successfully compile and run
7 14010what is the minimum number of lines a Cobol program should have to successfully compile and run
11 24546IN MY JCL I VE 8 STEPS I WANT TO EXCUTE STEP 8 FIRST THEN EXCUTE STEP 4 ,HOW WILL EXCUTE STEP 8 BEFORE STEP 4?
7 32832
How you can read the file from bottom?
define the field with ic in the bms map.
Explain the difference between external subroutine and subprogram?
how do we prepare test data using file-aid tool?
What do you understand by the term job time – out and how can you overcome that?
Is condition checking possible in jcl? If yes, how?
Explain what you understand by passing by value.
accept ws-date from date will return the current date?
Sync points cannot be requested by the application programs? State true or false
How would display prime numbers using CL program?
What is sort? And its syntax?
What are the bind parameters ibm db2?
Explain adabas basic concepts. Like inverted list, address converter ,data storage?
How to handle duplicate error handling in RPG?
What is meant by PPT and what are its uses?