IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) how to see all source files in a particular library? ex:xyz is a library name a,b,and c..... are source files how to see?
13 32739In cursor program-1 can we create another cursor program-2 inside the cursor program-1.If yes how/no why ?
2 8141IN CICS APPLICATION PROGRAM, INSTEAD OF HARDCODING MAP AND MPASET NAMES WHILE SENDING AND REIEVING ...CAN WE DO LIKE THIS ??? MOVE MAP AND MAPSET NAMES TO WORKING STORAGE SECTION VARIABLES AND USE THOSE VARIABLES WHILE SENDING AND RECIEVING MAP.IF YES, HOW CAN WE MOVE MAP INPUT , OUTPUT VARIABLES. IF ANYBODY KNOWS THIS PLEASE POST THE ANSWER
2 8566How can we access Interactive job LDA in Batch Job?. and How we can access a file in interactive QTEMP lib in Batch job?.
IBM,
4 23413There is a 5000 EMP in company.how we find out the 5th highest getting salary employee outof 5000 employes........
IBM,
10 17802insert into tablename a column1, column2 select column1, column2 from tablename b i am getting abend -104..can any one help?
3 9780We are aware of eliminating the duplicate records from outyput fiel using sort utility. Can we get the duplicate records in to another file in the Same sort utility?
2 91971) How to retrieve RRN through RPG ? 2) How to pass parameter by value ? 3) How to trap the error through the RPG/400
10 33034
how can we define a gdg?
What is isolation level in db2?
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
What is comp?
Define gdg?
some special characters I key in my html source members show different on my web pages. Why? How can I solve this?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is dpf in db2?
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.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is the need of running runstats in the test environment?
what do you mean by a upgrade set in vsam?
What are the parameter we cannot use in procedure?
what does check opcode do ?
How to connect to db2 database from windows command line?