Top 27 IBM MainFrame Interview Questions and Answers PDF
Top 27 IBM MainFrame Interview Questions and Answers PDF
interviewer. Get preparation of IBM MainFrame job interview (Questions.php?sc=IBM_Assembler IBM Assembler )
(Questions.php?sc=CLIST_Command_List )
(Questions.php?sc=IBM_COBOL400 IBM COBOL400 )
27 IBM MainFrame Questions and Answers: (Questions.php?sc=IBM_COOLPLEX IBM COOLPLEX )
(Questions.php?sc=IBM_DB400 )
IBM DB400 (Questions.php?sc=IBM_DB40
1 :: How to fetch even records from one le to another le by using ICETOOL in JCL? (Answer.php? (Questions.php?sc=IBM_MainFrame IBM MainFrame )
(Questions.php?sc=IBM_MVS )
IBM MVS (Questions.php?sc=IBM_MVS )
a=How_to_fetch_even_records_from_one_ le_to_another_ le_by_using_ICETOOL_in_JCL) (Questions.php?sc=IBM_Natural )
IBM Natural (Questions.php?sc=IBM_Nat
//SYSIN DD * (Questions.php?sc=Virtual_storage_access_metho
(Details.php?c=Management_Interview_Questions_a
OPTION COPY
(Details.php?c=Marketing_Interview_Questions_and_
OUTFIL FNAMES=OUTDATA,SAMPLE=2 (Details.php?c=Medical_Interview_Questions_and_A
(Details.php?c=Microsoft_.Net_Technologies_Intervie
(Details.php?c=Middleware
Middleware )(Details.php?c=Middleware )
THIS WILL COPY ALL EVEN RECORDS (Details.php?c=Mobile_Technologies )
Mobile Technologies
------------------------------------------- (Details.php?c=Microsoft_SQL_Server MS SQL Server )
FOR ODD RECORDS
OUTFIL FNAMES=OUTDATA,STARTREC=1,SAMPLE=2
Is This Answer Correct? 27 Yes 2 No Post Your Answer
(http://feeds.feedburner.com/GlobalGuideLine)
2 :: File1 has 100 records and le2 has 200 records i want to copy 50 records which r in both le
into le3? (Answer.php? IBM MainFrame Related Quiz Categories:
a=File1_has_100_records_and_ le2_has_200_records_i_want_to_copy_50_records_which_r_in_both_ le_into_)
First need to sort both files IBM WebS
READ FILE1
READ FILE2
PERFORM UNTIL EOF = 'Y'
IF FILE1-ID > FILE2-ID THEN
READ FILE2 AT END MOVE 'Y' TO EOF
ELSE IF FILE1-ID < FILE2-ID
READ FILE1 AT END MOVE 'Y' TO EOF
ELSE IF FILE1-ID = FILE2-ID
WRITE FILE3
READ FILE1 AT END MOVE 'Y' TO EOF
READ FILE2 AT END MOVE 'Y' TO EOF
END-PERFORM
Is This Answer Correct? 14 Yes 0 No Post Your Answer
comp-3 is for packed decimal data where each character occupies half byte and sign is stored in
last nibble.
Is This Answer Correct? 18 Yes 0 No Post Your Answer
//Sysin dd *
sort fields=(1,5,ch,A)
sum fields=
/*
//
in the above dfsort we use sum fields= empty then it
eliminate the duplicates
9 :: How to override a dsn that is contained in a proc called by another proc? I need to do the
override in the calling JCL? (Answer.php?
a=How_to_override_a_dsn_that_is_contained_in_a_proc_called_by_another_proc_I_need_to_do_the_override_i)
//PROC1 PROC
//STEP1 EXEC PGM=IEFBR14
//DD1 DD DSN=XYZ, DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSIN DD DUMMY
// PEND
About Us (../about-us.php) | Contact Us (../contactUs.php) | Terms of use (../terms-of-use.php) | Privacy Policy (../privacy_guideline.php) | Google+ (https://plus.google.com/109575479305880892023)