Given below code, find the value of 'x'. Perform s001-x thru s001-y. s001-x. add 1 to x . s001-1x. ------- . s001-y. perform s001-1y 10 times . s001-1y. perform s001-2y 10 times . s001-2y. perform s001-x 10 times .
1 4511This was on MQseries. What does MQ queue Manager do? what are the different types of queues? do you know about remote queues etc. How do you delete records from queues? how do you empty queues?
1 4375This 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 10318What 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?
2243if 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 10799what is the option to be coded on return to associate a transaction identifier with next terminal.
IBM,
1 6496My 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.
24181) 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 7734How to prevent user to access a screen directly from cics Native screen by using Trans Id?
IBM,
2 9184
Is it possible to left uncode disp?
explain sorting techniques in cobol program?
how could you write a program in a structured format?
which utility is used to run a cobol-db2 program?
What is the reason behind not using select * in embedded sql programs?
What is dbrm in db2 database?
How can we see the copy book length using file-aid?
What are the utility programs in jcl?
What does the keyranges parameter in define cluster commends do?
What are the rules for db2 programming?
What is dbrm? What it contains? When it will be created?
Can you define commarea?
What is the binary search?
Name and explain the type of locks?
what are decleratives in cobol?