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 13207We 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 18587Can 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 20606Is 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 10814what is the minimum number of lines a Cobol program should have to successfully compile and run
7 14247what is the minimum number of lines a Cobol program should have to successfully compile and run
11 24980IN 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 33127
Explain the different system tables used in cics?
What is the advantage of dynamic generation of acb?
explain the purpose of keep and assume keywords?
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?
When output dataset space is required, what quantity categories are used?
What is house keeping in assembler?
What is the meaning of the deq command?
Comment whether dclgen is mandatorily used. If not, then what is the point of using it?
What is db2 look?
What is a lds (linear data set)?
How is data passed from a calling program to an assembler called program?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
What is cobol coding sheet?
how to convert the recors form vsam file to db2 table tru file aid
) How do u handle errors in BMS macro?