I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
4 2175401 var1 pic s9(9)v99. 01 var2 pic x(30). procedure division. move 12345.99 to var1. move12345.99 to var2. display var1. display var2. what is the output?
IBM,
2 9677I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
L&T,
1 11299I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
2448If there is no row in Emp table with Ename as Raghava and you run the below queries in SPUFI. 1.select Ename from EMP wher Ename = 'raghava' 2.Select count(*) from EMP where Ename = 'raghava' What is SQLCODE shown up in SPUFI
ADP,
4 10170For update of a row in cursors, when do we move value into host variable in cobol progrm? is it before open or before fetch ?
2 8419How can we extract data from IMS DB and load it onto oracle database by converting it.Pls someone help me
TCS,
2 5246
what u mean by csrloc and rtncsrloc in rpgIV in as/400.Give an eg? to do...give some coding...what is row no and column no ???..if possible...give a no of lines coding....please
What are the cobol coding sheets?
What is release/acquire in bind?
What is the advantage of creating the acbs well ahead of time?
what is a corelated subquerry?
What are the 2 types of parameters in dd statement?
What is copy pending status in db2?
What is the significance of addrspc parameter in exec statement?
What is buffer pool in the db2 database?
Explain the like inverted list?
What is a plan and package in db2?
I have one input file and some 40 tables, I want to read input file and compare the input file value with the table value if it is present then we have to update with new value, this should be repeated for all 40 tables and we are reading only one input file, for this is there any REXX program or job or routine to accomplish above requirement. components of the requirements; 1. One input file 2. 40 DB2 tables 3. we have to read from the input file and compare with table value, if present then update with new value (this should be recurssive for all 40 tables for every record of input file). 4. quick help is appreciated.
Explain the function of the load command?
What is link edit in cobol?
Suppose I have five jobs to do. But I want to hold one?