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

Difference between Fset & Frset


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

New User


Joined: 12 Aug 2004
Posts: 14
Location: bangalore

PostPosted: Thu Oct 07, 2004 12:09 pm
Reply with quote

can any one tell ;-

1. How to submit jcl thru cics ?
2. How to rectify S0C7 abend codes ?
3. What command to be used to covert the data entered by the user in
map to be folded to uppercase ?
4. D/f between Fset & Frset ?
5. What is MBT ?

Immediate reply will be appriciated.......
Back to top
View user's profile Send private message
priya

Moderator


Joined: 24 Jul 2003
Posts: 568
Location: Bangalore

PostPosted: Fri Oct 08, 2004 8:54 pm
Reply with quote

Quote:
How to submit jcl thru cics ?


No, it's not possible.

Quote:
How to rectify S0C7 abend codes ?


S0C7
A numeric field contained non-numeric data.

Possible causes & Solution:
1. Numeric data was not initialized.
2. A subscript or index contained an invalid value.
3. A comp-3 field had an invalid sign.
4. A group move overlaid a numeric field with non-numeric data.

Quote:
What command to be used to covert the data entered by the user in
map to be folded to uppercase ?


UCTRANS (Opposite to TERMINAL ASIS)

Quote:
D/f between Fset & Frset ?


FSET set MDT to 1 while FRSET Reset MDT to 0.

Quote:
What is MBT ?


I think, it's MDT. Modified Data Tag
Back to top
View user's profile Send private message
anuradha

Active User


Joined: 06 Jan 2004
Posts: 247
Location: Hyderabad

PostPosted: Fri Oct 08, 2004 9:32 pm
Reply with quote

Hi Vikas,

For submitting Jcl thru CICS, check out the following link:

www.mainframeweek.com/journals/articles/0000/Submitting+JCL+from+CICS+to+JES

It may help you.


Thanks,
Anu
Back to top
View user's profile Send private message
anuradha

Active User


Joined: 06 Jan 2004
Posts: 247
Location: Hyderabad

PostPosted: Fri Oct 08, 2004 9:46 pm
Reply with quote

Hi Vikas,

By using the Following statement also it seems we can submit the JCl.
But never i checked personally.

Check this and let us also know if this works:

EXEC CICS SPOOL WRITE(VAR-NAME)
END-EXEC.

VAR-NAME is a cobol host structure containing jcl stmts.


Thanks,
Anu
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 Timestamp difference and its average ... DB2 11
No new posts Difference when accessing dataset in ... JCL & VSAM 7
No new posts What is the difference between Taskty... Compuware & Other Tools 2
No new posts Difference between VALIDPROC and CHEC... DB2 3
No new posts FSET not working on my receive CICS 3
Search our Forums:

Back to Top