
CA-Easytrieve Plus is an information retrieval and data management system designed to simplify typical programming tasks. Almost any business-oriented task can be accomplished. It is simple enough for a beginner to use without additional training, and sophisticated enough to enable a data processing expert to perform complex tasks.
How to check for Spaces in Easytrieve - CA-Easytrieve - IBM …
2012年5月31日 · CA Easytrieve manuals by t3chn0n3rd » Sun Feb 17, 2008 2:25 pm 2 Replies 17017 Views Last post by t3chn0n3rd Thu Feb 28, 2008 4:57 pm easytrieve MACROS 1, 2 by kamal » Wed Jun 25, 2008 4:16 pm 10 Replies 18692 Views Last post by kamal Tue Jul 08, 2008 9:21 am execution of easytrieve pgm by varsha » Tue Oct 14, 2008 4:21 pm
easytrieve problem - CA-Easytrieve - IBM Mainframe Forum
2009年6月27日 · CA Easytrieve manuals by t3chn0n3rd » Sun Feb 17, 2008 2:25 pm 2 Replies 17023 Views Last post by t3chn0n3rd Thu Feb 28, 2008 4:57 pm easytrieve MACROS 1, 2 by kamal » Wed Jun 25, 2008 4:16 pm 10 Replies 18700 Views Last post by kamal Tue Jul 08, 2008 9:21 am execution of easytrieve pgm by varsha » Tue Oct 14, 2008 4:21 pm
more than 80 character string in ezt - CA-Easytrieve - IBM …
2016年6月8日 · Unicenter CA-Easytrieve Plus Report Generator: CA's information retrieval and data management tool Previous topic • Next topic • 3 posts • Page 1 of 1 more than 80 character string in ezt
Compare consecutive records in a file using a KEY - CA-Easytrieve
2010年3月29日 · In Easytrieve (or COBOL for that matter), one way would be to use working-data fields and compare values from the current record against the same values from the previous record. Hope this helps, d.sch.
how to concatenate two strings - CA-Easytrieve
2024年9月30日 · I am new to the Eztrieve program. I tried to concatenate two strings as we do in other programming languages, such as COBOL and Python. Easytrieve has no string handling function or a keyword to merge two strings. I also searched in Google and came to know about %CONCAT macro and it is one of the way to concatenate two strings.
A010 INVALID FILE REFERENCE issue (VSAM) - CA-Easytrieve
2012年8月23日 · INVALID FILE REFERENCE_easytrieve by TRESA » Sun Oct 28, 2007 6:42 am 7 Replies 18602 Views Last post by BillyBoyo Sat Jan 29, 2011 11:20 pm invalid file size by tony1131 » Thu May 23, 2013 5:27 pm 5 Replies 7366 …
system defined macros - CA-Easytrieve - IBM Mainframe Forum
2010年10月29日 · If Easytrieve still has a valid license on that system, you could possibly download the current macros from CA Support. If you are not familiar with CBLCNVRT, it will convert a COBOL layout to an Easytrieve layout. . .
Convert Char to Numeric - CA-Easytrieve - IBM Mainframe Forum
2010年6月17日 · Some useful Easytrieve notes: Numeric data (N or P) defined without a number of decimal places coded is always stored as a positive integer using a sign nibble of x'F' DEFINE WS-NUM W 6 N VALUE 100 contains hex 'F0F0F0F1F0F0' DEFINE WS-NUM W 4 P VALUE 100 contains hex '0000100F'
View topic - How to get day of week in Easytrieve - MVS
Posted: Thu May 18, 2006 11:47 pm Post subject: How to get day of week in Easytrieve I'm needing to obtain the day of the week (ex: Sunday) from a numerical date value in an Easytrieve program. Easytrieve doesn't seem to have a date function that does this.