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 13033We 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 18353Can 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 20336Is 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 10656what is the minimum number of lines a Cobol program should have to successfully compile and run
7 13990what is the minimum number of lines a Cobol program should have to successfully compile and run
11 24492IN 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 32810
Explain the uses that are associated to tsq and tdq ?
What is the purpose of idcams?
what if my system I runs with system value qccsid 65535?
Explain about area currency?
Mention the different locking levels that are available in db2.
What is the significance of addrspc parameter in exec statement?
What is the difference between general testing and mainframe testing?
What is db2 optimizer?
How to find occurrence of mu and pe fields in a file?
is there an aix version of oorexx?
What is currency in idms?
File not opened because library is *PROD and debug is UPDPROD(*NO). ? what may be the reason? how to solve it..?
Tell about the ams used in vsam?
When you are working with the project.. once your coding is over what will u do? where u r maintaining your CR(change request) what is the format what are the documents u need to prepare while testing?
Can I redefine an x(100) field with a field of x(200)?