IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
3216RPG/400 number of Records present in a physical file using file information data structure FPF001 IP E DISK F KINFDS INFDS1 IINFDS1 DS I *RECORD RECORD Is this coding correct sir,i have given I P E that is I- input,P-primary file,E-externally described. Primary to use RPG logic cycle,is this the correct method because we have to find number of records present using file information data structure in RPG/400 without doing any input/output operations on the file and also without using DSPFD,SQL. If the above coding is correct means,when i compile the program it gets compiled,but if i call the program it does not return anything,i need number of records,please complete the coding sir.
IBM,
1 9911can i see how many records does a vsam file have without browsing or without using file-aid? and same for ps file?
3 9947Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?
3 7873Consider the below example call a-test1. -- -- -- a-test1. if a=b perform a-test through a-exit next sentence else if b=c perform c-test through c-exit. if a=d perform d-test through d-exit. a-test. -- -- a-exit. exit. can u tell me what will happen if a=b after looping into a-exit will the control go back to a- test1. will the condition a=d be checked???
IBM,
5 8007once we submitted the job to the operating system, how can we cancel the job before execution?
2 6176here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
IBM,
2 8047
How to create db2 table in mainframe?
can we describe the results of opening for input empty vsam files in a cobol program?
Tandem COBOL Interview questions (on TACL,SCOBOL,ENSCRIBE,PATHWAY0
write a jcl to execute a job by 7:00 am on jan 20,1986?
how JCL works?
What is the meaning of Copy IDMS Subschema-Binds?
State the difference between jes2 and jes3?
Explain the meaning of spufi?
What are the sub parameters for undo command?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
can error messages as a result of a comp, range or values keyword be overridden?
What does sqlcabc has?
What is package in cobol db2?
What is the common work area?
what is service program?