IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.
IBM,
4 14817I 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 2178101 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 9690I 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 11311I 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
2452I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
2493
how does union file maintains record formats?
can we describe the results of opening for input empty vsam files in a cobol program?
what is externally described file ?
Explain how are you going to remove duplicates from the file that is being read?
Explain the purpose of dd dummy statement?
There is one string as A B C and wanted to display string as Shri A Shri B Shri C, how we can do this in sql? If we have around 100 values in string like this, each value should be displayed with initials as Shri.
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
how can I give more performance to some selected pages?
What is data trace system 2.0 used for?
how do you read changed records backward in subfile?
How to select highest score of each subject or how to select highest income of every month?
what is the difference between JES3 and JES2?
What is an area sweep?
what is the difference between packed decimal and zoned decimal?
Why would you use find and get rather than to obtain?