IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) I have a sequential file. How do I access a record in this sequential file randomly in my program ?
8 21483I have a sequential file of 100 records. How do I load the records into a two dimensional array ?
3 22280What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
9 15694I have a JCL which 20 steps. How do I execute 17 th step alone (It should execute only 17ths tep.and it should not execute 18,19,20 steps??
9 65242
do you use message subfiles? What are the necessary keywords required coding a message subfile?
SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.
if you wish to use the rewrite command how must the vsam file be opened?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
what are the secirity tools in mainframe? and let me know about the other tools and the uses of thst immediatly................
What is the difference between the positional and keyword parameters? Give examples.
Is automatic restart possible in jcl?
what is the difference between udate and the system date?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
how can you load a vsam data set with records ?
Explain the difference between search and searchall?
What is dclgen in db2?
what is the command used to invoke rlu ?
Explain about base register?
List some fields from sqlca?