IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) This was related to -811 sqlcode, In a COBOL DB2 program which accesses employee table and selects rows for employee 'A', it should perform a paragraph s001-x if employee 'A' is present. In this case it gets -811 sqlcode, but still it process the paragraph s001-x. What could be wrong in my code.
3 10471What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
2284if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?
4 10961what is the option to be coded on return to associate a transaction identifier with next terminal.
IBM,
1 6552My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
24641) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
1 7802How to prevent user to access a screen directly from cics Native screen by using Trans Id?
IBM,
2 9255how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)
IBM,
5 19010How to open VSAM file from 3.4? i have millions of records and i dont want to use the print ch ids(/) command bcz it takes to much time. so if you have any another command to open this plz tell me.
HSBC,
2 24388
Explain the primary function of the processing program table (ppt)?
Explain the maximum number of levels allowed in ims db?
can anybody give the interview questions list of RLU. plz mail me: dinesh_sati07@yahoo.com
What is the common work area?
Ap wkur,=p5 where wkur is a label?
How to find the list of source physical files in a library?
Is length = 0 sufficient to ascertain that the field has been modified?
What are foreign keys in db2?
Explain difference between call and link?
What is comp-1?
What do you understand by jcl?
what are the different opcodes available in rpg for database access ?
How many maximum base registers we can have in a single program?
Explain ims software environment?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.