MainFrame Interview Questions
Questions Answers Views Company eMail

If Region=0k means What Happen?

IBM,

2 6339

In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?

IBM,

2 6411

i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?

HCL,

1 3213

i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?

HCL,

5 9858

Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?

1 4198

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 ?...

IBM,

3788

How to Enter The Spool Area In Real Time?

IBM,

7 9039

Hi guys. Im in AS/400(RPGLE,CLP) from last 1 year.Now i wan to upgrade my Knowledge in AS/400. Suggest me some new fields & courses which falls under AS/400. Waiting for your quick Response.

Voltech,

1 4867

How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?

CSC, IBM,

1 5911

How do you enter into cics region and how many regions available?

Cap Gemini,

1 7026

How can you compare table column after update and before update?

Satyam,

5 8244

Can any one write coding for scrolling logic or page up & page down?

Cap Gemini, Satyam,

1 13506

How To Retrive The VSAM Datasets in CICS application programs?

Accenture, IBM,

1 2987

Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $

4 6854

Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??

HSBC,

3 16879


Un-Answered Questions { MainFrame }

Define perform?

514


Define declaration generator (dclgen).

665


what is the responsibility of the construction superintendent

1660


how does the rpg element work?

711


Is it possible to define dd statements as you want?

644






Give the definition of COMMAREA ?

622


What is the purpose of having vsam data space?

526


how to compare two datasets without using superce because output is limited to 133 bytes

1478


On which dataset you can have alt index?

501


State all the file open modes?

569


Write a program to explain size error.

669


What is perform what is varying?

701


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3713


What is Framework & How it work?

1642


OPEN INPUT StudentFile READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ PERFORM UNTIL EndOfStudentFile DISPLAY StudentId SPACE StudentName SPACE CourseCode SPACE YOBirth READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ END-PERFORM CLOSE StudentFile STOP RUN what will be output

2069