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 2161701 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 9574I 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 11228I 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
2400If 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 10024For 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 8328How can we extract data from IMS DB and load it onto oracle database by converting it.Pls someone help me
TCS,
2 5173
what is s000 u4087 error? please give the all error codes in cobol,jcl.
what is JCL?
Why do we bind in db2?
What is perform what is varying?
What is the function of dbctl?
What is ibm db2 database?
What is the physical storage length of the data types: date, time, timestamp in the db2 database?
What is multithreading in jcl?
i want to store 20 digits . how will u do it in cobol ?
list the sequence of steps used to achieve modiication in skip sequential mode?
What is inspect in cobol ?
Explain the jcl exec statement?
in options (main) , what is meaning of main . if u not used main what will happen? After compiling, os will not understand where to load and execute from
What is buffer pool in the db2 database?
What is the difference between a binary search and a sequential search what are the pertinent cobol?