Search found 40 matches

by rajkumarprajapati
Sun Sep 27, 2009 11:23 pm
Forum: CHANGE MAN
Topic: Copy from production to Testing
Replies: 5
Views: 14575

Copy from production to Testing

I want syntax, how to copy a module form production to testing region?
by rajkumarprajapati
Tue Aug 11, 2009 10:04 am
Forum: JCL
Topic: SORT
Replies: 1
Views: 3280

SORT

How to copy 4th & 7 th record from a seq. file to other in single step.
by rajkumarprajapati
Tue Jul 14, 2009 4:53 pm
Forum: IMS DB
Topic: Retrieve & Write
Replies: 1
Views: 4538

Retrieve & Write

How can we retrieve a record from IMS database and write into a file?
by rajkumarprajapati
Sat May 09, 2009 5:41 pm
Forum: CHANGE MAN
Topic: Loading of program
Replies: 3
Views: 14533

Loading of program

How to load program in changeman?
by rajkumarprajapati
Fri May 08, 2009 10:12 am
Forum: JCL
Topic: RUN JCL
Replies: 1
Views: 3116

RUN JCL

How to identify PS or VSAM file by viewing a run jcl?
by rajkumarprajapati
Fri May 08, 2009 10:08 am
Forum: COBOL
Topic: High LEVEL Specifications.
Replies: 2
Views: 4257

High LEVEL Specifications.

whats are high level specifications?
by rajkumarprajapati
Fri May 01, 2009 9:46 am
Forum: INTERVIEW QUESTIONS
Topic: COPYBOOK
Replies: 1
Views: 4853

COPYBOOK

Suppose we want to add a new field in a COBOL copybook.
What are the processing steps for add a new field?
What are documents should be prepare for this?
by rajkumarprajapati
Sat Apr 25, 2009 7:52 pm
Forum: COBOL
Topic: NUMVAL
Replies: 2
Views: 6447

NUMVAL

A pic 9(7)
B pic x(7)
Move "123" to B
compute A= Function NUMVAL(B)
How look like the content of A?
by rajkumarprajapati
Fri Apr 24, 2009 8:34 pm
Forum: COBOL
Topic: change Request
Replies: 4
Views: 7276

PLZ tell me few more steps after receiving CR.
by rajkumarprajapati
Fri Apr 24, 2009 8:31 pm
Forum: COBOL
Topic: Block
Replies: 1
Views: 3736

Block

Block contains 0 records, what is mean?
by rajkumarprajapati
Thu Apr 23, 2009 8:57 pm
Forum: JCL
Topic: Executing n th step in a proc - JCL - IEBEDIT
Replies: 5
Views: 13440

Hi Anuj,
can u give me few lines of code for IEBEDIT?
by rajkumarprajapati
Thu Apr 23, 2009 12:39 pm
Forum: JCL
Topic: Executing n th step in a proc - JCL - IEBEDIT
Replies: 5
Views: 13440

Executing n th step in a proc - JCL - IEBEDIT

There is a cataloged procedure say consisting of 10 steps.
If I want to use 5th step of that proc in my testjcl( jcl which I have developed) how will I refer that 5th step in my test jcl?
by rajkumarprajapati
Thu Apr 23, 2009 12:12 pm
Forum: CICS
Topic: Physical file name
Replies: 1
Views: 4719

Physical file name

EXEC CICS
INFILE
END-EXEC.
we want to find physical file name of infile(Logical file name)
by rajkumarprajapati
Wed Apr 22, 2009 11:02 am
Forum: COBOL
Topic: S322
Replies: 3
Views: 5791

S322

How to resolve timeout abend without increasing the Time?
by rajkumarprajapati
Tue Apr 21, 2009 10:40 am
Forum: COBOL
Topic: change Request
Replies: 4
Views: 7276

change Request

How to proceed for a change request?
Who will give approval for it.
can client directly give a request to team member for a CR?
i want ans in steps.