IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Where to receive JCL variables in cobol


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rudresh

New User


Joined: 18 Sep 2006
Posts: 6

PostPosted: Thu Dec 21, 2006 11:25 am
Reply with quote

IN COBOL PROGRAM WHERE DO YOU RECEIVE THE JCL PARAMETERS?

IN CICS "MAPONLY " IS INDICATING WHAT?

IN COBOL PROGRAM WHERE DO YOU DECLARE THE RECORDS?

SQL CODES-->-803,-805,-811,-911,-904 INDICATES WHAT?

IF PROGRAM IS NOT IN PPT,WHAT ABEND WILL OCCUR?
Back to top
View user's profile Send private message
rudresh

New User


Joined: 18 Sep 2006
Posts: 6

PostPosted: Thu Dec 21, 2006 12:16 pm
Reply with quote

WHICH ONE CAN READ MORE THAN ONCE ? TSQ OR TDQ?

IN COBOL WHICH ONE IS USED TO INSERT RECORDS FOR FUTURE USE?
-SPACE
-SPACES
-FILLER
Back to top
View user's profile Send private message
KathleenDaley

New User


Joined: 21 Dec 2006
Posts: 1
Location: Virginia, USA

PostPosted: Thu Dec 21, 2006 11:19 pm
Reply with quote

1. JCL parms are received into a program via the Linkage Section.

2. Maponly is part of the syntax of the SEND MAP command to send the physical contents of a BMS map (i.e. the screen literals), and not any data fields or other variables.

3. File Section.

4. -803 Attempt to insert a duplicate row
-805 DBRM doesn't match executable. Generally indicates a BIND error.
-811 Select statement returned more than 1 row
-911 Contention causing timeout
-904 Resource not available

5. PGMIDERR (ASI0)

6. TSQ (temp storage queues) can be read more than once.

7. I believe this is referring to FILLER.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top