IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) Which option of the PCT entry is used to specify the PF key to be pressed for initiating a transaction?
IBM,
2 7524Mention the option (along with argument type) used in a CICS command to retrieve the response code
3 9174The READ command with INTO option will read the record specified into the data area specified (True or False)
1 4342Into what fields will the date and time values be moved after execution of the above command?
IBM,
1 4725
What are the record format field mapping options in cpyf?
What is the difference between PIC 9.99 and 9v99 in COBOL?
the output from my cgi is correctly interpreted by ms internet explorer, whereas netscape navigator would display it as a plain text. What should I do to have also netscape interpreting the html output from my cgi?
suppose I have two tables a and b. Both tables are connected with ssn number as foreign key. I want to retrieve a column data from b table. How will you write a query?
i want new rexx tool which will perform jcl chk without submitting it
What are the utility programs in jcl?
What is the use of jdftval in as400?
what is the purpose of indicators in rpg?
which of the following operations does not zero the field flda defined as 4,0?
Can we insert update delete in view?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
How do you define a variable of comp-1 and comp-2?
How is deadlock resolved?
Explain the primary significance of intra-partition and extra-partition tdqs ?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?