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 2177101 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 9687I 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 11309I 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 10183For 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 8432How can we extract data from IMS DB and load it onto oracle database by converting it.Pls someone help me
TCS,
2 5251
What is the main function of key sequenced data set in vsam?
Write down the divisions of cobol program?
What is link edit in cobol?
What is the default page size of buffer pools?
What is mainframe application testing?
What do you understand by the term notcat 2 – gs?
What is comp-1 and comp-2?
Why do we need integrated cics translator?
Explain how do you access storage outside your cics program?
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
How do you round the addition or subtraction of two numbers in assembler?
how to move the records from file to array table. give with code example
Give the name of some fields form sqlca.
Explain about record currency?
Is it possible to define dd statements as you want?