what is swap-in and swap-out? What is address space in MVS? What is the size of the address space in KBs for 16 bit address space?
12 56280I WORKING WITH VSAM AND CICS WHEN I AM DEFINING MY FILE IN THE FCT .I GOT ERROR LIKE "CDS IS FULL". WHAT ITS MEAN
4 14458I have TSO dataset profile set to automatic recovery on. After the system disconnects unexpectedly, when I log back on to TSO, I receive an error every time I go into edit with 'automatic recovery' in the title. The options are 1.) enter 2.) end 3.) defer 4.) cancel. No matter which option I choose, I am thrown back into the 'automatic recovery' screen the next time I go into edit on any dataset. How do I get the message to go away?
5 15752How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".
3 8363Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.
3 7503Can anyone tell me the syntax for printing two files at two different destinations in a single step?
3 8277How to delete leading spaces/blank in COBOL ? Example:- 01 data-name-1 pic x(220) " English is a language". I would like to delete leading spaces.
7 78054Wat is the difference between NEXT and CONTINUE statement in cobol,can any one explain with example.
11 59603In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???
10 20311
explain in brief what are the 3 types of vsam files?
What are packages in db2?
Write a cobol program making use of the redefine clause.
Explain how do you handle errors in cics programs?
Can I cleanly uninstall oorexx?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
) what is the difference between AID and HANDLE AID?
What is the purpose of dd?
Explain difference between read(1) and read work file once?
Explain ceci transaction commands?
What is the use of runstats in db2?
Following a db2 update statement, what is the quickest way to compute the total number of updated rows?
What is the function of a dd statement?
What is the cobol picture clause of the db2 data types date, time, timestamp?
Why is master catalog used in vsam?